Monday, November 26, 2018
4 changes · master
Enhancements to existing features
This change adds a safeguard in Odoo's test utilities to flag form test scenarios that use embedded one-to-many subviews, which are not currently supported. It helps catch unreliable test configurations earlier so future changes are less likely to hide incorrect behavior.
Original PR description
A trivial assertions hints there are already multiple tests which use the server-side form on views with embedded sub-views (mrp, purchase_stock, sale, sale_mrp, stock_dropshipping), however, it's possible these happen not to misbehave (especially since we've stopped recursing into subviews while assuming they're the main view), or these could be embedded views for m2ms in which case they're not relevant and the assertion is a false positive.
Sales orders now show warehouse information only to users who are allowed to work with multiple warehouses. This keeps the sales screen simpler for other users while still giving authorized users the warehouse details they need.
Original PR description
Task : https://www.odoo.com/web?#id=1896087&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.c62737341a72f0c60ef4a26d8c9dc708
The Purchase settings now use the term “received quantities” instead of “delivered quantities” for invoicing policy options. This makes the setting easier to understand in a purchasing context, where goods are received from suppliers rather than delivered to customers.
Original PR description
This commit is change the name of delivered quantities to received quantities in invoicing policy in settings of purchase module. Task : https://www.odoo.com/web#id=1871494&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad Link : https://pad.odoo.com/p/r.cde7ed288f24c4a52e3753af33b8d352 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The wording in several stock-related screens and reports has been updated from “Transfer” to “Operation” to better match how users understand the process. This reduces confusion with internal transfers and makes stock, barcode, and quality control workflows clearer.
Original PR description
Pad:https://pad.odoo.com/p/r.f4ae867ccf1f0e573ba05206c4718ac5 Task:https://www.odoo.com/web#id=1878634&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 …fer(s) in Operation(s)