Daily updates from Odoo
Thursday, September 28, 2023
5 changes
Enhancements to existing features
Rental products added through quotation templates in the Rental app are now treated as rentals instead of sales on sales orders. The product catalog also shows correct rental prices and availability, helping sales teams prepare accurate rental quotations faster.
Original PR description
Before these commits, rental products added with a quotation template were added as 'sold' on a Sales Order, due to the complexity in Rental. Since the restriction of a single rental period per SO, the inclusion of rental products is easier. Also, the catalog was showing a wrong price for rental products. After these commits, a rental product added to a quotation template through the Rental App will be 'rented' on the Sales Order, and the catalog correctly displays rental product and prices. task-id: 3076912 See also: - https://github.com/odoo/odoo/pull/135811
All Colombian electronic invoicing taxes now receive the correct tax category when loaded. This improves consistency in tax setup and helps reduce issues when preparing compliant Colombian electronic invoices.
Original PR description
Currently only some of the CO taxes have the `l10n_co_edi_type` populated when the taxes are loaded. This commit adds the tax type for every tax in l10n_co. task-3475793
The field service sales flow now uses clearer wording when an extra quotation is created from a task. This reduces confusion between additional quotations and the main sales order generated from the task, while removing an unnecessary tooltip from the New Quotation button.
Original PR description
Before these PR we can see a create new quotation tooltip on 'new quotation' button and after creating new quotation we can see Quotation created in chatter which make the confusion between extra quotations and the SO generated from the task. Improvements: Remove the create new quotations tooltip from the new quotation button and and Rename the Quotation created string to Extra Quotation created to avoid the confusion. task-3476799
The barcode transfer screen now labels its print action more accurately as "Print Barcodes" because it can print both PDF and ZPL formats. Barcode scanning also now respects the companies a user is allowed to access, helping avoid selecting the wrong product when barcodes overlap across companies.
Original PR description
Rename "Print Barcodes PDF" to "Print Barcodes" The button is visible in Barcode/Operations, in the details of a transfer. It opens a menu to print both PDF and ZPL barcodes, so putting "PDF" in the name was incorrect. Task: 3290154 COM PR: https://github.com/odoo/odoo/pull/122511
The time off form now shows the payslip status label description that was previously hidden. This makes payroll-related leave information clearer for HR users when reviewing employee time off.
Original PR description
Description : payslip state label description was not visible inside form view of timeoff Improvement: after adding widget payslip state label description is made visible. taskID:3475416