Skip to content

Commit

Permalink
Update sell_quotation_view.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyleaves authored Jun 29, 2018
1 parent 768288c commit a858032
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sell_quotation/views/sell_quotation_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name='date'/>
<field name='name'/>
<field name='user_id'/>
<field name='partner_id'/>
<field name='partner_id' options="{'no_open': True, 'no_create': True}"/>
<field name='partner_address_id'/>
<field name='mobile'/>
<field name='state'/>
Expand All @@ -35,6 +35,7 @@
<group>
<field name='partner_id' required='1'
domain="[('c_category_id', '!=', False)]"
options="{'no_open': True, 'no_create': True}"
context="{'form_view_ref': 'core.customer_address_form'}"/>
<field name='partner_address_id' options="{'no_open': True, 'no_create': True}"/>
<field name="contact"/>
Expand All @@ -56,7 +57,7 @@
<field name='price'/>
<field name='qty'/>
<field name='uom_id'/>
<field name="partner_id" invisible="1"/>
<field name="partner_id" invisible="1" options="{'no_open': True, 'no_create': True}"/>
<field name="date" invisible="1"/>
<field name="state" invisible="1"/>
</tree>
Expand Down

0 comments on commit a858032

Please sign in to comment.