Skip to content

Commit

Permalink
[FIX] mrp_multi_level: avoid create warehouse in mrp area view
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardCForgeFlow committed Jan 10, 2025
1 parent 8bc5f0e commit 898e3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrp_multi_level/views/mrp_area_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 898e3c5

Please sign in to comment.