| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/19.0/account_usability |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Borruso, Ryan Tran |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
group_id
Many2one
search='_search_group_id'
create(self, vals_list)
write(self, vals)
account_ids
Many2many → account.account
comodel_name='account.account'
relation='account_account_account_tag'
string='Accounts'
No public methods.
account_ids
One2many → account.account
comodel_name='account.account'
inverse_name='group_id'
string='Accounts'
No public methods.
tax_ids
One2many → account.tax
comodel_name='account.tax'
inverse_name='tax_group_id'
string='Taxes'
No public methods.
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/18.0/account_usability |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, tarteo, oca-ci, Yu Weng, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
group_id
Many2one
search='_search_group_id'
create(self, vals_list)
write(self, vals)
account_ids
Many2many → account.account
comodel_name='account.account'
relation='account_account_account_tag'
string='Accounts'
No public methods.
account_ids
One2many → account.account
comodel_name='account.account'
inverse_name='group_id'
string='Accounts'
No public methods.
tax_ids
One2many → account.tax
comodel_name='account.tax'
inverse_name='tax_group_id'
string='Taxes'
No public methods.
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/17.0/account_usability |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | root, Weblate, OCA-git-bot, oca-ci, Hussain Hammad |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
account_ids
Many2many → account.account
comodel_name='account.account'
relation='account_account_account_tag'
string='Accounts'
No public methods.
account_ids
One2many → account.account
comodel_name='account.account'
inverse_name='group_id'
string='Accounts'
No public methods.
tax_ids
One2many → account.tax
comodel_name='account.tax'
inverse_name='tax_group_id'
string='Taxes'
No public methods.
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/16.0/account_usability |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Sylvain LE GAL, GitHub, Enric Tobella, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
account_ids
Many2many → account.account
comodel_name='account.account'
relation='account_account_account_tag'
string='Accounts'
No public methods.
account_ids
One2many → account.account
comodel_name='account.account'
inverse_name='group_id'
string='Accounts'
No public methods.
tax_ids
One2many → account.tax
comodel_name='account.tax'
inverse_name='tax_group_id'
string='Taxes'
No public methods.
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/15.0/account_usability |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Enric Tobella, Katherine Zaoral, OCA Transbot, Weblate, OCA-git-bot, oca-ci, GuillemCForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-financial-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:34 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
account_ids
Many2many → account.account
comodel_name='account.account'
relation='account_account_account_tag'
string='Accounts'
No public methods.
account_ids
One2many → account.account
comodel_name='account.account'
inverse_name='group_id'
string='Accounts'
No public methods.
tax_ids
One2many → account.tax
comodel_name='account.tax'
inverse_name='tax_group_id'
string='Taxes'
No public methods.
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'
No public methods.