Product Tax Multi Company Default

product_tax_multicompany_default
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/19.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Emilio Pascual
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module sets the default company taxes for all the existing
companies when a product is created. It also adds a button in product
view to set all the taxes from other companies matching them by tax
code.
If a default tax is propagated, it will be propagated as the default 
tax in all companies, even if they are from different countries.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' string='Has divergent cross-company taxes'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • set_multicompany_taxes(self)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/18.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Germán Bernabeu
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
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 sets the default company taxes for all the existing
companies when a product is created. It also adds a button in product
view to set all the taxes from other companies matching them by tax
code.
If a default tax is propagated, it will be propagated as the default 
tax in all companies, even if they are from different countries.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' string='Has divergent cross-company taxes'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • set_multicompany_taxes(self)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/17.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSCarlos Lopez, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
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 sets the default company taxes for all the existing
companies when a product is created. It also adds a button in product
view to set all the taxes from other companies matching them by tax
code.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' store=True string='Has divergent cross-company taxes'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • set_multicompany_taxes(self)
  • taxes_by_company(self, field, company, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/16.0/product_tax_multicompany_default
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, chafique.delli
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' store=True string='Has divergent cross-company taxes'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • set_multicompany_taxes(self)
  • taxes_by_company(self, field, company, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/15.0/product_tax_multicompany_default
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, Carlos Lopez, OCA Transbot, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' store=True string='Has divergent cross-company taxes'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • set_multicompany_taxes(self)
  • taxes_by_company(self, field, company, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/14.0/product_tax_multicompany_default
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, OCA Transbot, Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel, aromera
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (1)
  • divergent_company_taxes Boolean
    compute='_compute_divergent_company_taxes' compute_sudo=True help='Does this product have divergent cross-company taxes? (Only for multi-company products)' store=True string='Has divergent cross-company taxes'
Public methods (3)
  • create(self, vals)
    @api.model
  • set_multicompany_taxes(self)
  • taxes_by_company(self, field, company, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/13.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Ernesto Tejeda, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • set_multicompany_taxes(self)
  • taxes_by_company(self, field, company, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/12.0/product_tax_multicompany_default
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSSylvain LE GAL, Carlos Dauden, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)
    @api.multi

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • set_multicompany_taxes(self)
    @api.multi
  • taxes_by_company(self, field, company_id, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/11.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERScubells, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://www.tecnativa.com
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 (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)
    @api.multi

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • set_multicompany_taxes(self)
    @api.multi
  • taxes_by_company(self, field, company_id, match_tax_ids=None)
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/9.0/product_tax_multicompany_default
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view Product template form (multi-company tax button) product.template field Inherits account.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • set_multicompany_taxes(self)
    @api.multi

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model
  • set_multicompany_taxes(self)
    @api.multi
  • taxes_by_company(self, field, company_id, match_tax_ids=None)