account.tax.repartition.line :: Tax Repartition Line

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • account_id [many2one: account.account]: Account

  • company_id [readonlymany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • document_type [requiredselection]: Related to

  • factor [readonlyfloat]: Factor Ratio

  • factor_percent [requiredfloat]: %

  • id [readonlyinteger]: ID

  • repartition_type [requiredselection]: Based On

  • sequence [integer]: Sequence

  • tag_ids [many2many: account.account.tag]: Tax Grids

  • tag_ids_domain [readonlybinary]: tag domain

  • tax_id [many2one: account.tax]: Tax

  • use_in_tax_closing [boolean]: Tax Closing Entry

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by