Monday, March 18, 2024
1 change · master
New functionality added to Odoo
Odoo adds a new Purchase Template agreement type alongside Blanket Orders, making it easier for purchasing teams to reuse predefined buying arrangements. The update also clarifies purchasing settings, improves agreement screens and reports, and simplifies the underlying agreement types for a cleaner user experience.
Original PR description
In this commit ============== Added new purchase template agreement type: - Introduce a new Purchase Agreement type: `Purchase Template`. - Revise purchase agreement settings descriptions for…
In this commit ============== Added new purchase template agreement type: - Introduce a new Purchase Agreement type: `Purchase Template`. - Revise purchase agreement settings descriptions for clarity. UI/UX cleanups and changes: - Added a new purchase alternative setting to make the purchase alternative visible. - Rename blanket order menu item to agreement types. - Reorganize and rename fields in the purchase agreement. - Improved the purchase agreement reports as there will be now two type, Blanket Order and Purchase Template. - Rename field names and English fixes for better user interface. Removed model and fields: - Remove fields (`state_blanket_order`,`is_quantity_copy`,`type_id`) and added new field `requisition_type` in place of `type_id` in purchase_requisition. - Removed three state (in_progress, open, confirmed) from state field. - Removed model `purchase_requisition_type` as there will only two type of purchase Agreements(`blanket order`,`purchase template`). Also cleanup and fix the code as per new purchase template agreement type requirements. Related upgrade PR: https://github.com/odoo/upgrade/pull/5252 task - 3414352