[IMP] point_of_sale: make the sequence field configurable

This commit is contained in:
Martin Trigaux 2014-11-18 15:21:59 +01:00
parent bec407dd3a
commit 0afa4c7f52
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@
<field name="field_parent" eval="False"/>
<field name="arch" type="xml">
<tree string="Product Product Categories">
<field name="sequence" invisible="1"/>
<field name="sequence" widget="handle"/>
<field name="complete_name"/>
</tree>
</field>