Daily updates from Odoo
Monday, August 19, 2019
4 changes
Code cleanup and technical improvements
This update streamlines subcontracting by moving key actions directly onto operations, supporting extra received quantities, dropshipping flows, and easier tracking of lots and components. It also simplifies setup by allowing any supplier to be assigned on a bill of materials, reducing configuration overhead and improving day-to-day accuracy.
Original PR description
This PR modify the subcontracting process: - Support extra quantity - No more interaction with the subcontract order. Everything is directly accessible on the operation - Dropshipping with subcontracting - Bypass reservation process - The partner type subcontractor is removed and every partner could be set on the BoM - Update the initial demand will trigger the rules. - Demo data - Subcontractor is required on the BoM (no more BoM for all partners of type subcontractor) Visually: - Remove the stat button for linked operation. - Register Components is only available when a subcontract component is tracked - Button on operations in order to correct tracked components - Show Operation button will ask to record components until the total quantity is provided(correction on finish lines are allowed after) More details available in each commit Task 1962187
The calendar view code was reorganized so the popover shown for calendar items can be customized more easily, especially for mobile experiences in the enterprise edition. This is an internal cleanup that supports better mobile behavior without changing day-to-day functionality for most users.
Original PR description
This commit move some code to be able to override Bootstrap popover in web_enterprise for mobile. Task ID : 2052506 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo Studio now uses the shared field selection records introduced in the core platform. This keeps Studio aligned with the underlying system model and should make future maintenance more consistent without changing day-to-day user workflows.
Original PR description
web_studio: use ir.model.fields.selection Following odoo/odoo#30228
The Austrian reporting localization has been fully reworked after years of minimal maintenance. This should provide a stronger, more consolidated foundation for Austrian financial reports and future improvements.
Original PR description
**Description of the issue/feature this PR addresses:** Austrian Localization completely refactored Odoo Community: https://github.com/odoo/odoo/pull/35642 @jco-odoo Let's do it :wink: