mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_multi_level: avoid create warehouse in mrp area view
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
<group colspan="4" col="2">
|
||||
<group>
|
||||
<field name="active" invisible="1" />
|
||||
<field name="warehouse_id" />
|
||||
<field name="location_id" />
|
||||
<field name="warehouse_id" options="{'no_create': True}" />
|
||||
<field name="location_id" options="{'no_create': True}" />
|
||||
<field
|
||||
name="company_id"
|
||||
groups="base.group_multi_company"
|
||||
|
||||
Reference in New Issue
Block a user