account.tax.group :: Tax Group

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

  • advance_tax_payment_account_id [many2one: account.account]: Tax Advance Account

  • company_id [requiredmany2one: res.company]: Company

  • country_code [readonlychar(2)]: Country Code

  • country_id [many2one: res.country]: Country

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • pos_receipt_label [char]: PoS receipt label

  • preceding_subtotal [char]: Preceding Subtotal

  • sequence [integer]: Sequence

  • tax_payable_account_id [many2one: account.account]: Tax Payable Account

  • tax_receivable_account_id [many2one: account.account]: Tax Receivable Account

  • write_date [readonlydatetime]: Last Updated on

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