TIP: You can type at any time to perform a new search.
Account - Missing Menus & Saxon Accounting
account_usability · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-tools
- Last tracking update
- 2026-08-07 17:28:22
- Authors
- Akretion, Odoo Community Association (OCA), GRAP
- Maintainers
- Akretion, Odoo Community Association (OCA), GRAP
- Committers
- Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, Borruso, Ryan Tran
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_account_tag_code, l10n_mx_account_reports
- 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. 5) Allow to configure **Fiscalyear Last Day** on accounting configuration page.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_tag_view_form |
account.account.tag | form | Inherits account.account_tag_view_form | |
res_config_settings_view_form |
res.config.settings | form | Inherits account.res_config_settings_view_form | |
view_account_group_form |
account.group | form | Inherits account.view_account_group_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (1)
-
group_idMany2onesearch='_search_group_id'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
account_idsMany2many → account.accountcomodel_name='account.account'relation='account_account_account_tag'string='Accounts'
No public methods.
New fields (1)
-
account_idsOne2many → account.accountcomodel_name='account.account'inverse_name='group_id'string='Accounts'
No public methods.
New fields (1)
-
tax_idsOne2many → account.taxcomodel_name='account.tax'inverse_name='tax_group_id'string='Taxes'
No public methods.
New fields (3)
-
anglo_saxon_accountingBooleanhelp='Record the cost of a good as an expense when this good is invoiced to a final customer.'readonly=Falserelated='company_id.anglo_saxon_accounting'string='Use anglo-saxon accounting' -
fiscalyear_last_dayIntegerreadonly=Falserelated='company_id.fiscalyear_last_day' -
fiscalyear_last_monthSelectionreadonly=Falserelated='company_id.fiscalyear_last_month'
No public methods.
Loading…
Loading…
Loading…
Loading…