Skip to content
Snippets Groups Projects
Commit 0afa4c7f authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[IMP] point_of_sale: make the sequence field configurable

parent bec407dd
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment