mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix ztree
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
<xpath expr="//templates" position="before">
|
<xpath expr="//templates" position="before">
|
||||||
<field name="credit_limit"/>
|
<field name="credit_limit"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('oe_kanban_details')/ul" position="inside">
|
<xpath expr="//div[@class='oe_kanban_details']/ul" position="inside">
|
||||||
<li t-if="record.mobile.raw_value" class="o_text_overflow">
|
<li t-if="record.mobile.raw_value" class="o_text_overflow">
|
||||||
, <field name="mobile"/>
|
, <field name="mobile"/>
|
||||||
</li>
|
</li>
|
||||||
@@ -188,6 +188,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
<!--end客户-->
|
||||||
|
|
||||||
<!-- 为客户菜单单独增加筛选器 2017-11-13 -->
|
<!-- 为客户菜单单独增加筛选器 2017-11-13 -->
|
||||||
<record id="app_res_partner_view_filter_customer" model="ir.ui.view">
|
<record id="app_res_partner_view_filter_customer" model="ir.ui.view">
|
||||||
|
|||||||
Reference in New Issue
Block a user