Wednesday, March 8, 2023
1 change · master
Enhancements to existing features
Users viewing Argentine VAT report details now see a purpose-built form instead of a generic system-generated layout. This makes drill-downs from pivot reports clearer and easier to read, improving day-to-day usability without changing the underlying data.
Original PR description
before this commit, there is no form view defined for the model account.ar.vat.line and thus on opening the form view by clicking on the pivot view cells, it is returning an odoo generated view, which is not looking great. after this commit, as form view is defined for the model, clean form view will be shown to the end user.