Monday, May 19, 2025
2 changes · saas-17.4
Resolved issues and error corrections
Product tags on invoices are now carried through to both the base amount and related tax lines. This keeps accounting reports and tax details consistent when businesses use product tags for tracking or analysis.
Original PR description
If a tag is set on a product, it has to be propagated on the base and the tax lines. It was only set on the base line before this fix. task_id: 4789153 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Rental order date and time fields now use the correct display setting so the full information fits in list views. This prevents dates from being cut off, making rental schedules easier to read and reducing confusion for users.
Original PR description
Setting widget="date" on a datetime field doesn't have the wanted effect: the time is still displayed, but worse, the column widths logic of the list view considers the field as being a date, so not enough space is allocated to the column, meaning that the date is even fully displayed as it is trimmed. This commit fixes this by apply the adequate option on the field.