Skip to content

Commit

Permalink
Merge e86a192 into 953c58b
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Jun 12, 2019
2 parents 953c58b + e86a192 commit d62347f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mrp_multi_level/models/product_mrp_area.py
Expand Up @@ -149,7 +149,8 @@ def _compute_qty_available(self):

@api.multi
def _compute_supply_method(self):
group_obj = self.env['procurement.group']
group_obj = self.env['procurement.group'].with_context(
no_auto_create_group=True)
for rec in self:
proc_loc = rec.location_proc_id or rec.mrp_area_id.location_id
values = {
Expand Down
2 changes: 0 additions & 2 deletions mrp_multi_level/views/mrp_area_views.xml
Expand Up @@ -37,8 +37,6 @@
<field name="location_id"/>
</group>
<group name="settings">
<field name="warehouse_id"/>
<field name="location_id"/>
<field name="calendar_id"/>
</group>
</group>
Expand Down

0 comments on commit d62347f

Please sign in to comment.