Daily updates from Odoo
Tuesday, August 13, 2019
6 changes
Enhancements to existing features
This update ensures employee profile photos can be copied to the related user profile when no employee image is set, even if self-editing is disabled. It reduces unnecessary access barriers and helps keep employee and user profile pictures consistent.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update renames a product variant image field so it follows the same size-based naming pattern as other image fields. It helps keep product and website sales image handling consistent, reducing confusion for future maintenance without changing customer-facing behavior.
Original PR description
Follow up of 58a2ffa26f1a3b0f9630ce16d11b758d18e20a21 Variant specific field `image_raw_original` was meant to be renamed to `image_variant_1920` instead of `image_variant_max` to follow the same naming convention as the other fields (having the pixel number in the name). Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now recognizes Ukrainian bank account numbers as IBANs in the IBAN validation module. This helps businesses using Ukrainian bank accounts classify them correctly and reduces manual corrections or validation issues.
Original PR description
Description of the issue/feature this PR addresses: `base_iban` has no info regarding Ukrainian IBAN template. Ukraine is using IBAN by default since 05.08.2019. Current behavior before PR: Ukrainian IBAN is not recognized as `'iban'` account type. Desired behavior after PR is merged: Bank account type will have `'iban'` type if Ukrainian IBAN is recorded to account number field. Reference to Ukrainian localization #20434 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales and rental reports now use the sales order date instead of a separate confirmation date. This removes duplicate date information and keeps reporting simpler and more consistent for business users.
Original PR description
task - https://www.odoo.com/web?#id=2027274&action=327&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.40420e3e8f12f7bb37836ef9675cdc27
The barcode inventory screens were adjusted to stay compatible with a recent change in the underlying stock picking views. This keeps detailed operation information displaying correctly without changing day-to-day warehouse workflows.
Original PR description
Due to a change in community, stock move lines arch in picking form view is no more directly describe in the picking view. Instead, the tree arch has now its own record (`view_stock_move_line_detailed_operation_tree`). This commit only adapt the way stock_barcode inherits of picking view. Referred to the commit 35b91ae2e3f0a9a9042a50edd414d2bb6b8ff482 Task #2028780
This update aligns dashboard and report filters with the revised date filtering behavior introduced in the related core Odoo change. It keeps automated tests and report views working correctly when users apply common date-based filters.
Original PR description
Companion PR of https://github.com/odoo/odoo/pull/34902