Friday, April 26, 2024
6 changes
2 changes
Enhancements to existing features
Payroll users can now open an employee contract directly in the main page from a payslip instead of a smaller pop-up window. This makes it easier to review detailed contract information and prevents creating contracts on the fly from payroll screens, reducing accidental or inappropriate records.
Original PR description
This commit adds a new widget to open a many2one field in current mode from a form view instead of a modal view. This is useful when the view to load is too heavy/big and the user wants to quickly check some information. task-3818439
Barcode commands and demo barcodes were updated to use shorter, easier-to-read values without special characters. This makes barcode sheets and shop floor workflows easier for staff to understand, remember, and scan consistently.
Original PR description
*: stock_barcode{_mrp,_picking_batch}, mrp_workorder
Revamp the barcodes of commands and demo data to be shorter and with no special characters. So that they are more readable and easier to remember.
COM PR: odoo/odoo#158827
Task-37740964 changes
Enhancements to existing features
The UNSPSC (United Nations Standard Products and Services Code) list has been updated to include previously missing product codes. This ensures that the product classification system is more complete and accurate, allowing better product categorization and compliance with international standards.
Original PR description
Some codes in UNSPSC list were reported as missing, updated missing codes and added them to our list. Task Id: 3871714
The BACS payment module will now automatically install and activate for UK-based databases. This ensures that UK companies have the necessary payment processing capabilities enabled by default, eliminating the need for manual setup and reducing configuration time.
Original PR description
[IMP] account_bacs: auto install bacs for uk db auto install bacs for uk db by depending on l10n_uk module and auto_install it when it's in-place for uk Reason: It should be in-place for uk databases Task-3880681
This update improves the German accounting export functionality by adding document metadata file support for DateV integration. The enhancement enables better correspondence tracking between accounting entries and their attachments through new file and identifier mechanisms, improving compliance with German accounting standards and DateV platform requirements.
Original PR description
To make correspondences between accounting entries and attachments, we need a new file and guid for the entries. Documentation can be found at https://developer.datev.de/datev/platform/en/node/6344 task-3888995 Forward-Port-Of: odoo/enterprise#61481 Forward-Port-Of: odoo/enterprise#61378
This update improves how taxes are calculated and displayed on Mexican electronic invoices (EDI documents). The system now properly includes tax information in the base line items, ensuring more accurate and compliant tax reporting for Mexican businesses using Odoo.