2
0
account-financial-tools/account_journal_general_sequence/readme/INSTALL.rst
Jairo Llopis 4183ec5f5d
[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-12-23 10:22:43 +00: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.