Thursday, June 2, 2022
4 changes
Enhancements to existing features
The quotation template form is reorganized to make Terms and Conditions easier to find in its own tab. The validity setting is also renamed from "Quotation expires after" to "Quotation Validity," making the wording clearer for sales teams configuring quotes.
Original PR description
- Create a tab for Terms and Conditions - Rename `Quotation expires after` to `Quotation Validity` taskid-2831317
Spreadsheet formulas created when inserting or autofilling lists and pivots now omit unnecessary quotes around numeric IDs. This makes formulas easier to read and keeps generated spreadsheet content more consistent.
Original PR description
### Task Description
When insterting a pivot/list in a spreadsheed, we got formula like `'=PIVOT("1","foo","true","record_id","1")` and `"=LIST("1","2","foo"),` where the IDs are encapsulated between quotes.
The aim of this task is to remove these quotes in the formulas when the values is a number (pivot ID, list ID, record ID, ...) as they are not necessary anymore and can make the formula less-readable.
To be consistent, the quote has also been removed from the autofill of pivots/lists, as well as the pivot template.
### Related Task
task-[2832354](https://www.odoo.com/web#id=2832354&view_type=form&model=project.task)This updates an internal Web Studio test so it matches a recent change in how the messaging area is reached. It helps keep automated quality checks reliable without changing what users see or do.
The Belgian VAT report export no longer includes grid 91 because the related VAT advance payment requirement has been abolished by the government. This keeps the report aligned with current regulations and removes an obsolete field that would no longer be used.
Original PR description
The vat advance payment possibility has been abolished by the government. As such, grid91 will never be filled and can be removed. So this commit removes all mentions of grid91. task-2790435