Wednesday, August 5, 2026
4 changes · 18.0
Enhancements to existing features
The preparation display now uses the clearer label “Footer Note” instead of “General Note,” alongside an updated icon. This makes the action button easier for staff to understand when managing order notes.
Original PR description
Following this commit : ==== - General Note is renamed to Footer Note. task- 4210929
The checks the Tax Agency performs are always based on the latest version of their XSD (no API versioning), but the XSD URI changes with each new version of the checks. Since it's not functionally used, it's not so important to keep it always updated and yet now: - we now update the export templates to have the latest `schemalocation` URI for once. - we start ignoring namespaces in l10n_it_* XML tests - we start ignoring the root FatturaElettronica tag's namespace attributes so there
Original PR description
The checks the Tax Agency performs are always based on the latest version of their XSD (no API versioning), but the XSD URI changes with each new version of the checks. Since it's not functionally used, it's not so important to keep it always updated and yet now: - we now update the export templates to have the latest `schemalocation` URI for once. - we start ignoring namespaces in l10n_it_* XML tests - we start ignoring the root FatturaElettronica tag's namespace attributes so there won't be a problem in case we change the `schemalocation` again.
**=pos_restaurant,pos_sale Following this commit : ==== - General Note is renamed to Footer Note and icon is also added. - Quotation/Order is renamed to Quotation. - Edit Order Name is renamed to Name. - Customer Note is renamed to Item Note. - Cancel Order is renamed to Delete Order. task- 4210929
Original PR description
**=pos_restaurant,pos_sale Following this commit : ==== - General Note is renamed to Footer Note and icon is also added. - Quotation/Order is renamed to Quotation. - Edit Order Name is renamed to Name. - Customer Note is renamed to Item Note. - Cancel Order is renamed to Delete Order. task- 4210929
This change cleans up the requested data from `/mail/thread/data` route, ensuring it aligns with what is actually needed depending on the user and thread.
Original PR description
This change cleans up the requested data from `/mail/thread/data` route, ensuring it aligns with what is actually needed depending on the user and thread.