Account Multi Vat

account_multi_vat
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_multi_vat
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSMiquel Raïch, 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 OCA/partner-contact:
    - partner_identification
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
account_fiscal_position_form_view account.fiscal.position.form (in account_multi_vat) account.fiscal.position field Inherits account.view_account_position_form
account_move_form_view account.move.form (in account_multi_vat) account.move field Inherits account.view_move_form
account_tax_form_view account.tax.form (in account_multi_vat) account.tax field Inherits account.view_tax_form
account_tax_search_view account.tax.search (in account_multi_vat) account.tax filter Inherits account.view_account_tax_search
account_tax_tree_view account.tax.tree (in account_multi_vat) account.tax field Inherits account.view_tax_tree
multi_vat_report_invoice_document multi_vat_report_invoice_document ir.ui.view qweb Inherits account.report_invoice_document
res_partner_form_view res.partner.form (in account_multi_vat) res.partner group Inherits account.view_partner_property_form
Models touched (8)

New fields (1)
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • customer_vat Char
    compute='_compute_customer_vat' readonly=True store=True string='Customer VAT'
  • customer_vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Customer tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' compute='_compute_country_id' readonly=True related=False store=True
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' related='tax_id.country_id'
  • tax_id Many2one → account.tax
    comodel_name='account.tax' search='_search_tax_id'
Public methods (0)

No public methods.

New fields (2)
  • has_vat Boolean
    compute='_compute_has_vat' readonly=True store=False
  • is_tax_administration Boolean
    copy=False default=False string='Tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

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_multi_vat
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSDaniel Reis, Omar (Comunitea), oca-travis, Weblate, OCA-git-bot, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_identification
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
account_fiscal_position_form_view account.fiscal.position.form (in account_multi_vat) account.fiscal.position field Inherits account.view_account_position_form
account_move_form_view account.move.form (in account_multi_vat) account.move field Inherits account.view_move_form
account_tax_form_view account.tax.form (in account_multi_vat) account.tax field Inherits account.view_tax_form
account_tax_search_view account.tax.search (in account_multi_vat) account.tax filter Inherits account.view_account_tax_search
account_tax_tree_view account.tax.tree (in account_multi_vat) account.tax field Inherits account.view_tax_tree
external_layout_multi_vat external_layout_multi_vat ir.ui.view qweb Inherits web.external_layout_standard
external_layout_multi_vat_background external_layout_multi_vat_background ir.ui.view qweb Inherits web.external_layout_background
external_layout_multi_vat_boxed external_layout_multi_vat_boxed ir.ui.view qweb Inherits web.external_layout_boxed
external_layout_multi_vat_clean external_layout_multi_vat_clean ir.ui.view qweb Inherits web.external_layout_clean
multi_vat_report_invoice_document multi_vat_report_invoice_document ir.ui.view qweb Inherits account.report_invoice_document
res_partner_form_view res.partner.form (in account_multi_vat) res.partner group Inherits account.view_partner_property_form
Models touched (8)

New fields (1)
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • customer_vat Char
    compute='_compute_customer_vat' readonly=True store=True string='Customer VAT'
  • customer_vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Customer tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' compute='_compute_country_id' readonly=True related=False store=False
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' related='tax_id.country_id'
  • tax_id Many2one → account.tax
    comodel_name='account.tax' search='_search_tax_id'
Public methods (0)

No public methods.

New fields (2)
  • has_vat Boolean
    compute='_compute_has_vat' readonly=True store=False
  • is_tax_administration Boolean
    copy=False default=False string='Tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

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_multi_vat
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSOCA Transbot, Thomas Binsfeld, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_identification
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_fiscal_position_form_view account.fiscal.position.form (in account_multi_vat) account.fiscal.position field Inherits account.view_account_position_form
account_move_form_view account.move.form (in account_multi_vat) account.move field Inherits account.view_move_form
account_tax_form_view account.tax.form (in account_multi_vat) account.tax field Inherits account.view_tax_form
account_tax_search_view account.tax.search (in account_multi_vat) account.tax filter Inherits account.view_account_tax_search
account_tax_tree_view account.tax.tree (in account_multi_vat) account.tax field Inherits account.view_tax_tree
external_layout_multi_vat external_layout_multi_vat ir.ui.view qweb Inherits web.external_layout_standard
multi_vat_report_invoice_document multi_vat_report_invoice_document ir.ui.view qweb Inherits account.report_invoice_document
res_partner_form_view res.partner.form (in account_multi_vat) res.partner group Inherits account.view_partner_property_form
Models touched (8)

New fields (1)
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • customer_vat Char
    compute='_compute_customer_vat' readonly=True store=True string='Customer VAT'
  • customer_vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Customer tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' compute='_compute_country_id' readonly=True related=False store=False
  • vat_partner_id Many2one → res.partner
    comodel_name='res.partner' domain=[('is_tax_administration', '=', True)] ondelete='restrict' string='Tax administration'
Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    comodel_name='res.country' related='tax_id.country_id'
  • tax_id Many2one → account.tax
    comodel_name='account.tax' search='_search_tax_id'
Public methods (0)

No public methods.

New fields (2)
  • has_vat Boolean
    compute='_compute_has_vat' readonly=True store=False
  • is_tax_administration Boolean
    copy=False default=False string='Tax administration'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.