2
0
OCA account financial tools fork
Go to file
Jairo Llopis ddb5d15f53
[FIX] account_journal_general_sequence: fix multicompany
Instead of defining the new sequence as a field default, it is now a compute. This is because the sequence depends on the company, but we don't have the `company_id` field until the record is created.

Reduced the default number of padded zeroes to 8. This is a product decision.

The original implementation didn't make much sense because it allowed the user to set a different sequence per journal, but Odoo already has that kind of sequence. The only purpose of this module is to have a sequence *per company*. To avoid breaking too much, for now, when the journal sequence is the default one, we set it as readonly.

Limit the available sequences in the renumbering wizard. Display only those that you have access by your selected context companies. For some reason, Odoo doesn't filter sequences by company automatically.

@moduon MT-3076

Co-authored-by: Andrea Cattalani <22261939+anddago78@users.noreply.github.com>
2023-06-28 11:28:23 +01:00
.github/workflows [IMP] update dotfiles [ci skip] 2023-02-10 00:06:07 +01:00
account_asset_batch_compute Update translation files 2023-06-03 07:09:32 +00:00
account_asset_management account_asset_management 16.0.1.0.1 2023-06-26 06:26:58 +00:00
account_cash_deposit Update translation files 2023-06-09 14:46:33 +00:00
account_chart_update Translated using Weblate (Portuguese (Brazil)) 2023-06-12 16:08:32 +00:00
account_fiscal_position_vat_check Translated using Weblate (French) 2023-06-08 12:11:44 +00:00
account_fiscal_year Translated using Weblate (Italian) 2023-06-22 10:10:21 +00:00
account_fiscal_year_auto_create Translated using Weblate (French (France) (fr_FR)) 2023-05-10 13:02:47 +00:00
account_invoice_constraint_chronology Update translation files 2023-06-27 12:26:46 +00:00
account_journal_general_sequence [FIX] account_journal_general_sequence: fix multicompany 2023-06-28 11:28:23 +01:00
account_journal_lock_date Translated using Weblate (Spanish) 2023-06-07 19:09:22 +00:00
account_lock_date_update Translated using Weblate (Portuguese (Brazil)) 2023-06-12 16:08:32 +00:00
account_move_line_purchase_info Translated using Weblate (Portuguese (Brazil)) 2023-06-12 16:08:32 +00:00
account_move_line_tax_editable Translated using Weblate (Croatian) 2023-05-25 15:09:32 +00:00
account_move_name_sequence Translated using Weblate (French) 2023-06-09 00:10:28 +00:00
account_move_print Translated using Weblate (Spanish) 2023-04-14 13:33:47 +00:00
account_move_template [UPD] README.rst 2023-06-27 21:50:40 +00:00
account_template_active Translated using Weblate (Spanish) 2023-04-17 17:33:58 +00:00
account_usability Translated using Weblate (French) 2023-06-20 16:09:25 +00:00
base_vat_optional_vies Translated using Weblate (Spanish) 2023-04-17 10:18:56 +00:00
setup [ADD] setup.py 2023-06-27 21:50:41 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2023-03-12 18:54:25 +01:00
.editorconfig Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pre-commit-config.yaml [IMP] update dotfiles [ci skip] 2023-02-10 00:06:07 +01:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
README.md [UPD] addons table in README.md 2023-06-27 21:50:37 +00:00
requirements.txt [IMP] : pre-commit stuff 2022-12-24 00:58:24 +01:00

Runboat Pre-commit Status Build Status codecov Translation Status

account-financial-tools

TODO: add repo description.

Available addons

addon version maintainers summary
account_asset_batch_compute 16.0.1.0.0 Add the possibility to compute assets in batch
account_asset_management 16.0.1.0.1 Assets Management
account_cash_deposit 16.0.1.2.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.1.0 eLBati Create Account Fiscal Year
account_fiscal_year_auto_create 16.0.1.0.2 legalsylvain Automatically create new fiscal years, based on the datas of the last fiscal years
account_invoice_constraint_chronology 16.0.1.1.0 Account Invoice Constraint Chronology
account_journal_general_sequence 16.0.1.1.0 yajo Add configurable sequence to account moves, per journal
account_journal_lock_date 16.0.1.0.0 Lock each journal independently
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_line_purchase_info 16.0.1.0.0 Introduces the purchase order line to the journal items
account_move_line_tax_editable 16.0.1.0.0 Allows to edit taxes on non-posted account move lines
account_move_name_sequence 16.0.1.1.3 alexis-via moylop260 frahikLV Generate journal entry number from sequence
account_move_print 16.0.1.0.0 JordiBForgeFlow Adds the option to print Journal Entries
account_move_template 16.0.1.0.0 Templates for recurring Journal Entries
account_template_active 16.0.1.0.1 legalsylvain Allow to disable / enable account template items (tax, fiscal position, account)
account_usability 16.0.1.0.3 legalsylvain 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.