File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5252 # always loaded
5353 'data' : [
5454 'data/digest_data.xml' ,
55+ 'views/mrp_production_views.xml' ,
5556 ],
5657 'installable' : True ,
5758 'auto_install' : True ,
Original file line number Diff line number Diff line change 1+ <odoo >
2+ <record id =" mrp_production_form_inherit" model =" ir.ui.view" >
3+ <field name =" name" >mrp.production.form</field >
4+ <field name =" model" >mrp.production</field >
5+ <field name =" inherit_id" ref =" mrp.mrp_production_form_view" />
6+ <field name =" arch" type =" xml" >
7+ <xpath expr =" //field[@name='product_qty']" position =" attributes" >
8+ <attribute name =" style" >width: 50% !important;</attribute >
9+ </xpath >
10+ <xpath expr =" //field[@groups='uom.group_uom']" position =" attributes" >
11+ <attribute name =" style" >width: 50% !important;</attribute >
12+ </xpath >
13+ </field >
14+ </record >
15+ </odoo >
You can’t perform that action at this time.
0 commit comments