Skip to content

Commit

Permalink
[FIX] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mourad-ehm committed Feb 13, 2017
1 parent 838cd5b commit 82692a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions product_variant_supplierinfo/views/product_product_view.xml
Expand Up @@ -11,12 +11,12 @@
<field name="arch" type="xml">
<xpath expr="//group[@name='pricing']/parent::group"
position="after">
<separator string="Vondors"/>
<group name="variant_uppliers" string="Variant Vondors">
<separator string="Vendors"/>
<group name="variant_uppliers" string="Variant Vendors">
<field name="variant_seller_ids" nolabel="1"
context="{'hide_product_id': True}"/>
</group>
<group name="template_uppliers" string="Template Vondors">
<group name="template_uppliers" string="Template Vendors">
<field name="tmpl_seller_ids" nolabel="1"
domain="[('product_id', '=', False)]"
context="{'hide_product_id': True}"/>
Expand Down

0 comments on commit 82692a5

Please sign in to comment.