account.fiscal.position :: Fiscal Position

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_ids [one2many: account.fiscal.position.account]: Account Mapping

  • account_map [readonlybinary]: Account Map

  • active [boolean]: Active

  • auto_apply [boolean]: Detect Automatically

  • company_country_id [readonlymany2one: res.country]: Company Country

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • country_group_id [many2one: res.country.group]: Country Group

  • country_id [many2one: res.country]: Country

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • fiscal_country_codes [readonlychar(2)]: Company Fiscal Country Code

  • foreign_vat [char]: Foreign Tax ID

  • foreign_vat_header_mode [readonlyselection]: Foreign Vat Header Mode

  • id [readonlyinteger]: ID

  • name [requiredchar]: Fiscal Position

  • note [html]: Notes

  • sequence [integer]: Sequence

  • state_ids [many2many: res.country.state]: Federal States

  • states_count [readonlyinteger]: States Count

  • tax_ids [one2many: account.fiscal.position.tax]: Tax Mapping

  • tax_map [readonlybinary]: Tax Map

  • vat_required [boolean]: VAT required

  • write_date [readonlydatetime]: Last Updated on

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

  • zip_from [char]: Zip Range From

  • zip_to [char]: Zip Range To