[IMP] Impostare data di chiusura alla conferma della liquidazione IVA #4479
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementa #3524 per
16.0
.Forward port di #3525.
Rispetto all'implementazione della PR linkata:
tax_lock_date
) invece della "data di blocco per non consiglieri" (period_lock_date
), perché la prima in12.0
non esisteva;è stata aggiunta la dipendenza da account_lock, la cui funzionalità inla dipendenza da account_lock non è tecnicamente necessaria e il modulo impone vincoli molto restrittivi quindi non ho aggiunto la dipendenza.12.0
era inglobata in accountQueste differenze si vedono bene confrontando il codice di
12.0
https://github.com/odoo/odoo/blob/c50e82c127082f5202cced4bf30bc166bdb9efca/addons/account/models/company.py#L148-L151 con l'analogo di16.0
https://github.com/odoo/odoo/blob/17d44d6617baf302bf01e5d0f5c3c32a2c8d5007/addons/account_lock/models/res_company.py#L25-L27