add domain to vendors contact page
This commit is contained in:
parent
7b2d8f7e81
commit
b59e75c411
|
|
@ -131,7 +131,6 @@
|
|||
<field name="partner_id" position="attributes">
|
||||
<attribute name="options">{'no_create': True, 'no_open': True}</attribute>
|
||||
<attribute name="domain">['&',('supplier_rank','>', 0),'|', ('company_id', '=', False), ('company_id', '=', company_id)]</attribute>
|
||||
<attribute name="domain">['&', ('supplier_rank','>', 0), '|', ('company_id', '=', False), ('company_id', '=', company_id)]</attribute>
|
||||
</field>
|
||||
<xpath expr="/form/header/button[@name='action_rfq_send']" position="after">
|
||||
<field name="parent_state" invisible="1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue