Friday, September 20, 2024
4 changes
3 changes
Enhancements to existing features
The work center overview no longer sends users to the shopfloor screen. All related links now open the work order list instead, giving users a more consistent path to manage production work orders.
Original PR description
This PR removes the links to the shopfloor from the workcenter overview. Instead, all links now redirect to the WO list view. task 4081617
Odoo Studio now supports “starts with” and “ends with” filter operators in the list/tree view editor. This gives users more flexible ways to define matching rules when configuring views, making it easier to tailor records and searches to business needs.
Original PR description
Task ID 4132459
French VAT report submissions now let customers provide up to three bank accounts for reimbursement requests. The underlying VAT closing process was also adjusted so the correct closing entry can be retrieved from report options, improving reliability for the filing workflow.
Original PR description
This commit has 2 objectives: 1. Factorize a bit the vat closing entry code to add a hook function that permits to get the closing entry by using the options report. 2. Modifying the wizard to send the VAT report to the administration. Now, customers can add bank accounts (max 3) where he/she wants to be reimbursed. task-3648048
1 change
Enhancements to existing features
This update improves how tax identification labels appear on financial reports by displaying country-specific terminology instead of the generic 'VAT' label. Reports will now show 'Tax ID' and other localized terms appropriate for each country, making reports clearer and more compliant with local standards.
Original PR description
This **PR** introduces support for country specific VAT labels to be displayed on their reports and replaces 'VAT' with 'Tax ID'. **task**-4163352