Daily updates from Odoo
Navigate
Branch
Tuesday, February 27, 2018
5 changes
Enhancements to existing features
The calendar view is easier to use on mobile devices, with swipe navigation, a day-focused default view, and a cleaner layout that fits better on small screens. This helps users check and move through schedules more comfortably while also improving visibility in week mode.
Original PR description
Task: https://www.odoo.com/web#id=31449&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.94b4928a1945e775ae78543f25d739c3 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 separates unit-of-measure management from the core product area into its own dedicated component and aligns related delivery, manufacturing, localization, and reporting features with that change. It helps make product data structure cleaner and easier to maintain while preserving compatibility across affected business workflows.
Original PR description
2 commits [IMP] product: rename product.uom to uom.uom [IMP] product: move uom in a new addon https://www.odoo.com/web#id=51515&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Resolved issues and error corrections
This fix aligns how sales, purchases, invoices, and website sales pass tax-related information so localization and tax integrations can work consistently. It reduces the risk of incorrect tax mapping or failures when modules need product and customer details to calculate taxes.
Original PR description
Towards #23333 As to `partner_shipping_id` vs `partner_id` I would suggest an internal review (iirc, I spotted an inconsistency between analytic and normal lines in the context of sale orders). Not 100% sure though, so I would leave that as a suggestion... -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Some call signatures have not been aligned with the taxes/product/partner signature introduced by the tax cloud module and necesary by some localization modules.
Code cleanup and technical improvements
This update reorganizes the bank reconciliation logic into a dedicated model, making the accounting code easier to maintain without changing the user-facing feature. It also improves how reconciliation suggestions respect access rules, supporting clearer and faster processing while preserving existing behavior.
Original PR description
Contains widget reconciliation methods. This refactoring does not modify the feature, some errors have been notified in the code but not modified. 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 change reorganizes how bank reconciliation widget logic is handled by introducing a dedicated model for those methods. It should make the accounting reconciliation experience easier to maintain and support, with minimal direct impact for end users.
Original PR description
Contains widget reconciliation methods.