Account Fiscal Position Partner Type

account_fiscal_position_partner_type
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/18.0/account_fiscal_position_partner_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow, LauraCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the concept of type applied to fiscal positions and
partners. The idea is to categorize them for not applying fiscal
positions that doesn't belong to the same type.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits account.partner_view_buttons
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (1)
  • search(self, domain, offset=0, limit=None, order=None)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/17.0/account_fiscal_position_partner_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Nikul-OSI, Juan Alberto Raja
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the concept of type applied to fiscal positions and
partners. The idea is to categorize them for not applying fiscal
positions that doesn't belong to the same type.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (1)
  • search(self, domain, offset=0, limit=None, order=None)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/16.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, Rodrigo, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (1)
  • search(self, domain, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/15.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSmanu, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:32
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/14.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Vimal Patel
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/13.0/account_fiscal_position_partner_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, OCA-git-bot, valen, Valentin Vinagre Urteaga
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company/Self-employed (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSOCA Transbot, angelmoya, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/11.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, Rodrigo
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/10.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSmanu, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits account.view_partner_property_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, partner_id, delivery_id=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/8.0/account_fiscal_position_partner_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology
COMMITTERS
COMMITTERSPedro M. Baeza, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_position_form_fiscal_position_type view.account.position.form.fiscal.position.type account.fiscal.position xpath Inherits account.view_account_position_form
view_company_form_fiscal_position_type view.company.form.fiscal.position.type res.company xpath Inherits base.view_company_form
view_partner_form_fiscal_position_type view.partner.form.fiscal.position.type res.partner xpath Inherits base_vat.view_partner_form
Models touched (3)

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')] string='Type'
Public methods (2)
  • get_fiscal_position(self, company_id, partner_id, delivery_id=None, context=None)
    @api.model
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model

New fields (1)
  • default_fiscal_position_type Selection
    selection='_selection_fiscal_position_type' string='Default Partner Fiscal Position Type'
Public methods (0)

No public methods.

New fields (1)
  • fiscal_position_type Selection
    default=<expr> selection='_selection_fiscal_position_type' string='Fiscal Position Type'
Public methods (0)

No public methods.