mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix hatchtec
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user