mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt sale superbar
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App sale order browse by partner and channel",
|
'name': "App sale order browse by partner and channel",
|
||||||
'version': '13.19.10.16',
|
'version': '13.20.02.29',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
||||||
<field name="invoice_status"/>
|
<field name="invoice_status"/>
|
||||||
<field name="team_id"/>
|
<field name="team_id"/>
|
||||||
<field name="partner_id"/>
|
<field name="partner_id" domain="[('customer_rank','>', 0)]"/>
|
||||||
<field name="user_id"/>
|
<field name="user_id"/>
|
||||||
</superbar>
|
</superbar>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user