- When parent partner is updated whit vies passed, all childs are updated.
- Process added to update partners after check vies is activated.
- Delete unnecesary external dependency
Co-authored-by: Jairo Llopis <973709+yajo@users.noreply.github.com>
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
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