Skip to content

Commit

Permalink
fixup! [IMP] mrp_multi_level: Show supply method on mrp inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
HviorForgeFlow committed Mar 10, 2020
1 parent 8a2416e commit eb260ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrp_multi_level/wizards/mrp_inventory_procure.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class MrpInventoryProcureItem(models.TransientModel):
("push", "Push To"),
("pull_push", "Pull & Push"),
],
readonly=True,
)

def _prepare_procurement_values(self, group=False):
Expand Down

0 comments on commit eb260ae

Please sign in to comment.