Daily updates from Odoo
Tuesday, September 16, 2014
3 changes
Enhancements to existing features
The “Add an item” prompt in many-to-many fields is now shown in bold, matching the visual style already used elsewhere in Odoo. This creates a more consistent and polished form experience for users.
Original PR description
Purpose : 'Add an item' text in many2many widget should be bold to maintain a standard aesthetic in odoo. It is happened because class for one2many is added in base.css twise. so replace one of them with class for many2many. See the task. Task : https://www.odoo.com/web#id=9024&view_type=form&model=project.task&menu_id=3942&action=327
The manufacturing configuration no longer shows the manufacturer module option. This reduces clutter in settings and helps users focus on relevant manufacturing choices.
Original PR description
IMP #918: Remove module_product_manufacturer in addons/mrp/res_config.py
Landed cost valuation adjustments are now shown as read-only, removing the option to manually add lines. This keeps the screen aligned with the intended process, where adjustment values are generated automatically from pickings, reducing accidental manual changes.
Original PR description
Purpose : In WMS > Landed Costs : No need of " Add an item " in Valuation Adjustments, because all values of valuation adjustments generate automatically from pickings. So, valuation_adjustment_line field should be readonly. Task : https://www.odoo.com/web#id=9363&view_type=form&model=project.task&menu_id=3942&action=327