Files
account-financial-tools/account_journal_general_sequence/readme/INSTALL.rst
Jairo Llopis 2ebd95053f [FIX] account_journal_general_sequence: bottleneck at install
On databases with big amounts of account moves, installation would freeze Odoo for some minutes.

We skip now entry number computation at install, to avoid such cases.

@moduon MT-676
2022-06-03 12:39:52 +01:00

7 lines
299 B
ReStructuredText

After installing this module, no entry numbers will be generated because that
could have a very negative impact in installations that already had a lot of
account moves.
If you need to add numbers to preexisting account moves, please use the
renumbering wizard as explained in the *Usage* section.