Daily updates from Odoo
Wednesday, March 6, 2019
1 change · master
New functionality added to Odoo
Accounting settings now include a tax lock date that prevents changes to tax-related amounts and tax fields on journal entry lines before that date. This helps protect finalized tax reporting periods while still allowing non-tax details on older entries to be updated.
Original PR description
Purpose:
Journal entry can be changed the way we want while the lock date is before then entry date..
Entry : Draft -> Validated (or posted)
Specs:
add a date field in the accounting settings: tax lock date
implement a constraint ensuring that no one can modify the information related to tax on account.move.line prior to this lock date. That means the debit, credit, tax_ids, tax_line_id fields. Other fields can be modified. This also means we cannot create/delete an account.move.line with tax information prior to this lock date.
Task 1914762