OCA account financial tools fork
ea8bb553e2
When renumbering the moves, a lot of recomputes were executed, specially after Yeeeeaah was merged (a.k.a. https://github.com/odoo/odoo/pull/96134). None of those recomputes is needed. The entry number we're adding here has no impact on taxes, invoices, or anything related. We can just skip all that stuff and make renumbering actually be able to finish in less than 100 years. @moduon MT-2806 |
||
---|---|---|
.github/workflows | ||
account_asset_management | ||
account_cash_deposit | ||
account_chart_update | ||
account_fiscal_position_vat_check | ||
account_fiscal_year | ||
account_fiscal_year_auto_create | ||
account_invoice_constraint_chronology | ||
account_journal_general_sequence | ||
account_lock_date_update | ||
account_move_name_sequence | ||
account_move_print | ||
account_template_active | ||
account_usability | ||
base_vat_optional_vies | ||
setup | ||
.copier-answers.yml | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
LICENSE | ||
README.md | ||
requirements.txt |
account-financial-tools
TODO: add repo description.
Available addons
addon | version | maintainers | summary |
---|---|---|---|
account_asset_management | 16.0.1.0.0 | Assets Management | |
account_cash_deposit | 16.0.1.1.0 | Manage cash deposits and cash orders | |
account_chart_update | 16.0.1.0.1 | Wizard to update a company's account chart from a template | |
account_fiscal_position_vat_check | 16.0.1.1.0 | Check VAT on invoice validation | |
account_fiscal_year | 16.0.1.0.1 | Create Account Fiscal Year | |
account_fiscal_year_auto_create | 16.0.1.0.2 | Automatically create new fiscal years, based on the datas of the last fiscal years | |
account_invoice_constraint_chronology | 16.0.1.0.2 | Account Invoice Constraint Chronology | |
account_journal_general_sequence | 16.0.1.0.2 | Add configurable sequence to account moves, per journal | |
account_lock_date_update | 16.0.1.0.0 | Allow an Account adviser to update locking date without having access to all technical settings | |
account_move_name_sequence | 16.0.1.1.3 | Generate journal entry number from sequence | |
account_move_print | 16.0.1.0.0 | Adds the option to print Journal Entries | |
account_template_active | 16.0.1.0.1 | Allow to disable / enable account template items (tax, fiscal position, account) | |
account_usability | 16.0.1.0.3 | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting | |
base_vat_optional_vies | 16.0.1.0.1 | Optional validation of VAT via VIES |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py
file, which contains a license
key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.