Commit Graph

4 Commits

Author SHA1 Message Date
OCA-git-bot
7b8d259971 account_journal_general_sequence 14.0.1.0.2 2022-06-21 12:46:29 +00:00
OCA-git-bot
26c3b1cb18 account_journal_general_sequence 14.0.1.0.1 2022-06-03 12:17:32 +00:00
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
Jairo Llopis
d25f4c8dbc [ADD] account_journal_general_sequence: account move entry sequence
Under some legislations, account moves must follow a single sequence. Since Odoo removed this sequence number in recent versions, this information was lost.

With this module, you can force your account moves to follow a separate sequence. The sequence is automatic when a move is posted. Includes a wizard to reorder those numbers in the sequence.

@moduon MT-676
2022-06-01 08:29:07 +01:00