2
0
account-financial-tools/account_journal_general_sequence/wizards
Jairo Llopis ea8bb553e2
[FIX] account_journal_general_sequence: avoid renaming bottleneck
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
2023-04-24 10:09:27 +01:00
..
__init__.py [ADD] account_journal_general_sequence: account move entry sequence 2022-12-23 10:22:43 +00:00
account_move_renumber_wizard_views.xml [ADD] account_journal_general_sequence: account move entry sequence 2022-12-23 10:22:43 +00:00
account_move_renumber_wizard.py [FIX] account_journal_general_sequence: avoid renaming bottleneck 2023-04-24 10:09:27 +01:00