Starting from v14, the library is installed by native Odoo's
requirements.txt [1]. Even if it were not, the library is only used in
tests, hence should not be installed in production environments.
[1] https://github.com/odoo/odoo/blob/1a264d7d9093/requirements.txt#L7
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
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