fix hatchtec

This commit is contained in:
ivan deng
2020-04-11 19:06:59 +08:00
parent 72a5a561ab
commit 95b24c350c
5 changed files with 40 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
{
'name': "App Pos order browse by store salesperson status",
'version': '13.19.10.16',
'version': '13.20.04.11',
'author': 'Sunpop.cn',
'category': 'Point of Sale',
'website': 'https://www.sunpop.cn',

View File

@@ -6,8 +6,8 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="app_product_superbar.app_product_template_search_view"/>
<field name="arch" type="xml">
<xpath expr="//superbar/field[@name='categ_id']" position="before">
<field name="pos_categ_id" domain="[]"/>
<xpath expr="//searchpanel/field[@name='categ_id']" position="before">
<field name="pos_categ_id" />
</xpath>
</field>
</record>