Show field even when not in dev mode

This commit is contained in:
Alexis de Lattre
2016-12-01 12:33:05 +01:00
parent e1f8e95bce
commit bdeb1a4101
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
{
'name': 'MRP Usability',
'version': '0.1',
'version': '10.0.1.0.1',
'category': 'Manufacturing',
'license': 'AGPL-3',
'summary': 'Usability improvements on manufacturing',

View File

@@ -19,6 +19,10 @@
string="Create Private Stock"
attrs="{'invisible': ['|', '|', ('default_sale_route_id', '!=', False), ('customer', '=', False), ('parent_id', '!=', False)]}"/>
</field>
<!-- remove base.group_no_one -->
<group name="container_row_stock" position="attributes">
<attribute name="groups"></attribute>
</group>
</field>
</record>