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 IDNameModelTypeStatus
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_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 (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.

Loading…

Loading…

Loading…

Loading…