1.agv配置参数新增地码
2.bpm分配工厂时的客户(业务平台)的必填信息(税,邮箱,号码)赋值 3.报价页面的客户改为不可新建
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<!-- </xpath>-->
|
||||
<field name="partner_id" position="replace">
|
||||
<field name="partner_id" widget="res_partner_many2one" context="{'is_customer': True }"
|
||||
options='{"always_reload": True}'/>
|
||||
options='{"always_reload": True,"no_create": True}'/>
|
||||
</field>
|
||||
<field name="payment_term_id" position="attributes">
|
||||
<attribute name="attrs">{'readonly': [('state', 'in', ['cancel','sale'])]}</attribute>
|
||||
|
||||
Reference in New Issue
Block a user