Skip to content

Commit

Permalink
Merge pull request #34 from Gedeelde-Weelde/bug/GED-67-add-uom_po_id-…
Browse files Browse the repository at this point in the history
…field

bug: GED-67: add uom_po_id to retailer view.
  • Loading branch information
jurcello authored Jan 6, 2025
2 parents 8910e1b + 167c300 commit 2b2b825
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions product_import_cwa/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,19 @@
<field name="eancode" />
<field name="product_variant_count" invisible="1" />
<field name="categ_id" />
<field name="pos_categ_id" />
<field name="pos_categ_id" />
<field name="product_brand_id" />
<field name="inhoud" />
<field name="uom_id" />
<field
name="uom_id"
groups="uom.group_uom"
options="{'no_create': True}"
/>
<field
name="uom_po_id"
groups="uom.group_uom"
options="{'no_create': True}"
/>
<field name="eenheid" />
<field name="statiegeld" />
<field name="plucode" />
Expand Down

0 comments on commit 2b2b825

Please sign in to comment.