mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
'name': "App base chinese,中国化基本模块增强",
|
||||
'version': '13.19.12.10',
|
||||
'version': '13.19.12.24',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -33,9 +33,10 @@
|
||||
</xpath>
|
||||
<!-- res.partner联系人 form -->
|
||||
<!--联系人,如果是个人类型,不允许其下再有联系人-->
|
||||
<xpath expr="//notebook/page[1]" position="attributes">
|
||||
<attribute name="attrs">{'invisible': [('is_company','!=', True)]}</attribute>
|
||||
</xpath>
|
||||
<!--调整,电商情况,一个人有多个地址-->
|
||||
<!-- <xpath expr="//notebook/page[1]" position="attributes">-->
|
||||
<!-- <attribute name="attrs">{'invisible': [('is_company','!=', True)]}</attribute>-->
|
||||
<!-- </xpath>-->
|
||||
<!-- 所有类型联系人都要填姓名 -->
|
||||
<xpath expr="//page//field[@name='child_ids']//form[1]//field[@name='name']" position="attributes">
|
||||
<attribute name="required">1</attribute>
|
||||
|
||||
Reference in New Issue
Block a user