mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix sale mass, and sale superbar pro
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Advance sale order navigator by partner and channel",
|
'name': "Advance sale order navigator by partner and channel",
|
||||||
'version': '13.20.07.26',
|
'version': '13.21.02.20',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<!--使用 lazy 模式-->
|
<!--使用 lazy 模式-->
|
||||||
<xpath expr="//searchpanel" position="attributes">
|
<xpath expr="//searchpanel" position="attributes">
|
||||||
<attribute name="options">'is_lazy':1}</attribute>
|
<attribute name="options">{'is_lazy':1}</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//searchpanel//field[@name='team_id']" position="before">
|
<xpath expr="//searchpanel//field[@name='team_id']" position="before">
|
||||||
<field name="date_order"/>
|
<field name="date_order"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user