税部分配¶ `account`的原始定义¶ model odoo.addons.account.models.account_tax.AccountTaxRepartitionLine(env: api.Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[源代码]¶ _name = account.tax.repartition.line¶ factor_percent: float¶ 依赖 名称 % 默认值 100 应用于从该分配行生成的会计分录行的因子,以百分比表示 repartition_type: str¶ 依赖 名称 基于 选择 base:税基 tax:税额 默认值 税额 应用该因子的基础。 document_type: str¶ 依赖 名称 关联到 选择 invoice:发票 refund:退款 account_id: int¶ 名称 账户 Comodel 账户 用于记录税额的账户 tax_id: int¶ 名称 税 Comodel 税务 tag_ids: Sequence[odoo.fields.Command]¶ 名称 税务网格 Comodel 账户标签 use_in_tax_closing: bool¶ 名称 税务结账分录 Edit on GitHub