Account - Missing Menus & Saxon Accounting

account_usability
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/19.0/account_usability
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Borruso, Ryan Tran
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
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 extends the Odoo CE account module to add all the missing or
hidden things that are hidden and available only on EE version.

1)  This module adds all missing menu entries and views for the
    **Account** module.
    - Bank Statements
    - Cash Registers
    - Account Tags
    - Account Groups
    - Chart of Account Templates
    - Account Templates
    - Tax Templates
    - Fiscal Position Templates
2)  This module also enables the option to enable or disable Anglo-Saxon
    accounting in the Chart of Account Template form view and in the
    Invoicing Settings.
3)  In Odoo CE, the group 'Show Full Accounting Features' is hidden.
    With that module, the group is selectable in the user form view.
    Also the group "Billing / xxx" are renamed into "Accounting / yyy"
    to fit with the EE terms.
4)  Rename the main menu 'Billing' into 'Accounting' to fit with EE
    naming.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_tag_view_form account.account.tag xpath Inherits account.account_tag_view_form
res_config_settings_view_form res.config.settings app Inherits account.res_config_settings_view_form
view_account_group_form account.group xpath Inherits account.view_account_group_form
Models touched (5)

New fields (1)
  • group_id Many2one
    search='_search_group_id'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • account_ids Many2many → account.account
    comodel_name='account.account' relation='account_account_account_tag' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • account_ids One2many → account.account
    comodel_name='account.account' inverse_name='group_id' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • tax_ids One2many → account.tax
    comodel_name='account.tax' inverse_name='tax_group_id' string='Taxes'
Public methods (0)

No public methods.

New fields (1)
  • anglo_saxon_accounting Boolean
    help='Record the cost of a good as an expense when this good is invoiced to a final customer.' readonly=False related='company_id.anglo_saxon_accounting' string='Use anglo-saxon accounting'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/18.0/account_usability
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, tarteo, oca-ci, Yu Weng, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
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 extends the Odoo CE account module to add all the missing or
hidden things that are hidden and available only on EE version.

1)  This module adds all missing menu entries and views for the
    **Account** module.
    - Bank Statements
    - Cash Registers
    - Account Tags
    - Account Groups
    - Chart of Account Templates
    - Account Templates
    - Tax Templates
    - Fiscal Position Templates
2)  This module also enables the option to enable or disable Anglo-Saxon
    accounting in the Chart of Account Template form view and in the
    Invoicing Settings.
3)  In Odoo CE, the group 'Show Full Accounting Features' is hidden.
    With that module, the group is selectable in the user form view.
    Also the group "Billing / xxx" are renamed into "Accounting / yyy"
    to fit with the EE terms.
4)  Rename the main menu 'Billing' into 'Accounting' to fit with EE
    naming.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_tag_view_form account.account.tag xpath Inherits account.account_tag_view_form
res_config_settings_view_form res.config.settings app Inherits account.res_config_settings_view_form
view_account_group_form account.group xpath Inherits account.view_account_group_form
Models touched (5)

New fields (1)
  • group_id Many2one
    search='_search_group_id'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • account_ids Many2many → account.account
    comodel_name='account.account' relation='account_account_account_tag' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • account_ids One2many → account.account
    comodel_name='account.account' inverse_name='group_id' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • tax_ids One2many → account.tax
    comodel_name='account.tax' inverse_name='tax_group_id' string='Taxes'
Public methods (0)

No public methods.

New fields (1)
  • anglo_saxon_accounting Boolean
    help='Record the cost of a good as an expense when this good is invoiced to a final customer.' readonly=False related='company_id.anglo_saxon_accounting' string='Use anglo-saxon accounting'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/17.0/account_usability
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, GRAP
COMMITTERS
COMMITTERSroot, Weblate, OCA-git-bot, oca-ci, Hussain Hammad
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:01
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 extends the Odoo CE account module to add all the missing or
hidden things that are hidden and available only on EE version.

1)  This module adds all missing menu entries and views for the
    **Account** module.
    - Bank Statements
    - Cash Registers
    - Account Tags
    - Account Groups
    - Chart of Account Templates
    - Account Templates
    - Tax Templates
    - Fiscal Position Templates
2)  This module also enables the option to enable or disable Anglo-Saxon
    accounting in the Chart of Account Template form view and in the
    Invoicing Settings.
3)  In Odoo CE, the group 'Show Full Accounting Features' is hidden.
    With that module, the group is selectable in the user form view.
    Also the group "Billing / xxx" are renamed into "Accounting / yyy"
    to fit with the EE terms.
4)  Rename the main menu 'Billing' into 'Accounting' to fit with EE
    naming.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_tag_view_form account.account.tag xpath Inherits account.account_tag_view_form
res_config_settings_view_form res.config.settings app Inherits account.res_config_settings_view_form
view_account_group_form account.group xpath Inherits account.view_account_group_form
Models touched (4)

New fields (1)
  • account_ids Many2many → account.account
    comodel_name='account.account' relation='account_account_account_tag' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • account_ids One2many → account.account
    comodel_name='account.account' inverse_name='group_id' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • tax_ids One2many → account.tax
    comodel_name='account.tax' inverse_name='tax_group_id' string='Taxes'
Public methods (0)

No public methods.

New fields (1)
  • anglo_saxon_accounting Boolean
    help='Record the cost of a good as an expense when this good is invoiced to a final customer.' readonly=False related='company_id.anglo_saxon_accounting' string='Use anglo-saxon accounting'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/16.0/account_usability
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, GRAP
COMMITTERS
COMMITTERSAlexis de Lattre, Sylvain LE GAL, GitHub, Enric Tobella, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:47
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 (11)
XML IDNameModelTypeStatus
account_tag_view_form account.account.tag xpath Inherits account.account_tag_view_form
res_config_settings_view_form res.config.settings div Inherits account.res_config_settings_view_form
view_account_account_template_form account.account.template form New
view_account_account_template_search account.account.template.search account.account.template search New
view_account_account_template_tree account.account.template tree New
view_account_chart_template_form account.chart.template form New
view_account_chart_template_seacrh account.chart.template search New
view_account_chart_template_tree account.chart.template tree New
view_account_fiscal_position_template_form account.fiscal.position.template field Inherits account.view_account_position_template_form
view_account_fiscal_position_template_tree account.fiscal.position.template field Inherits account.view_account_position_template_tree
view_account_group_form account.group xpath Inherits account.view_account_group_form
Models touched (4)

New fields (1)
  • account_ids Many2many → account.account
    comodel_name='account.account' relation='account_account_account_tag' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • account_ids One2many → account.account
    comodel_name='account.account' inverse_name='group_id' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • tax_ids One2many → account.tax
    comodel_name='account.tax' inverse_name='tax_group_id' string='Taxes'
Public methods (0)

No public methods.

New fields (3)
  • anglo_saxon_accounting Boolean
    help='Record the cost of a good as an expense when this good is invoiced to a final customer.' readonly=False related='company_id.anglo_saxon_accounting' string='Use anglo-saxon accounting'
  • fiscalyear_last_day Integer
    readonly=False related='company_id.fiscalyear_last_day'
  • fiscalyear_last_month Selection
    readonly=False related='company_id.fiscalyear_last_month'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/15.0/account_usability
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, GRAP
COMMITTERS
COMMITTERSJairo Llopis, Enric Tobella, Katherine Zaoral, OCA Transbot, Weblate, OCA-git-bot, oca-ci, GuillemCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
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 (7)
XML IDNameModelTypeStatus
account_tag_view_form tag_addd_accounts_taxes account.account.tag xpath Inherits account.account_tag_view_form
res_config_settings_view_form res.config.settings div Inherits account.res_config_settings_view_form
view_account_chart_template_form account.chart.template field Inherits account.view_account_chart_template_form
view_account_group_form account.group.form account.group xpath Inherits account.view_account_group_form
view_account_tax_group_form account.tax.group.form account.tax.group form New
view_account_tax_group_search account.tax.group.search account.tax.group search New
view_account_tax_group_tree account.tax.group.tree account.tax.group tree New
Models touched (4)

New fields (1)
  • account_ids Many2many → account.account
    comodel_name='account.account' relation='account_account_account_tag' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • account_ids One2many → account.account
    comodel_name='account.account' inverse_name='group_id' string='Accounts'
Public methods (0)

No public methods.

New fields (1)
  • tax_ids One2many → account.tax
    comodel_name='account.tax' inverse_name='tax_group_id' string='Taxes'
Public methods (0)

No public methods.

New fields (1)
  • anglo_saxon_accounting Boolean
    help='Record the cost of a good as an expense when this good is invoiced to a final customer.' readonly=False related='company_id.anglo_saxon_accounting' string='Use anglo-saxon accounting'
Public methods (0)

No public methods.