Monday, January 30, 2023
10 changes · master
Enhancements to existing features
The Danish localization data has been updated so the source text is maintained in English and translated back into Danish through the standard translation process. This improves consistency, maintainability, and translation quality for Danish accounting and tax localization content.
Original PR description
Before this PR, all this localisation was written in Danish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3151027 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines an internal account access rule by removing an unnecessary company check. It can help keep database queries simpler and may improve performance without changing how users work with accounting records.
Original PR description
Checking company_id=False on records having a required company is useless and leads to more complex queries. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update changes the Ecuador localization content so the source text is maintained in English and translated back into Ecuadorian Spanish. This improves consistency with Odoo localization standards and makes future translations easier to manage.
Original PR description
Before this PR, all this localisation was written in spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3119934 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The subscription list view now shows key details like order number, order date, recurrence, and related subscription context. This makes it easier for users to identify the right sales orders and take bulk actions with confidence.
Original PR description
Before this commit, when a user wanted to act on multiple SOs (through the action menu) in the subscription app, it wasn't intuitive to find those records in the list view because the 'order number' field wasn't being shown. Also, key information that gives subscription context such as 'order date', 'recurrence', etc weren't being shown either.
This commit adds new fields to the list view and change to 'optional' some previous inserted fields ('Customer Reference', 'To Renew').
Task id: 3128511The Honduras accounting localization now uses English as the source language, with Spanish provided through translations. This makes the module easier to maintain and aligns it with Odoo's localization standards without changing business functionality.
Original PR description
Before this PR, all this localisation was written in spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3149182& --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes an outdated internal setting from several Odoo areas, simplifying the code without changing how users work. It helps keep the system easier to maintain and reduces unnecessary technical clutter across accounting, HR, inventory, point of sale, portal, and localization components.
Original PR description
A bit of code cleanup. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payroll administrators can now turn payslip PDF previews on or off in the payslip form. This gives companies more control over the payroll screen experience and can reduce unnecessary on-screen document previews when they are not useful.
Original PR description
Add a new setting to enable / disable the preview of PDF payslip in the form view. task-3143632
The Danish localization reports now use English as the source text, with Danish provided through the standard translation files. This improves consistency and makes future maintenance and translation updates easier without changing report functionality.
Original PR description
Before this PR, all this localisation was written in Danish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3151027
Vendor bills created from OCR or document imports can now benefit from the same purchase order matching logic already used elsewhere. This makes automated bill processing more consistent and reduces duplicated logic across modules.
Original PR description
We want to reuse the purchase.order matching logic to enhance vendor bill created for the OCR in documents (EDI, PDF,..). This code has been move to the purchase module. task-id: 2828521 [community-pr](https://github.com/odoo/odoo/pull/109093)
The social feed refresh ribbon has been made shorter so it takes up less space on the screen. Its hover and focus styling was also adjusted to look cleaner, including in dark mode.
Original PR description
This reduces the feed refresh ribbon height that was too big. Technical note: the ribbon uses a bootstrap alert which has more padding in master than in 15.3. To solve the problem, we have forced the padding to the former values. Task-3105171