[FIX]add sale groups to partner_invoice

bzr revid: sgo@tinyerp.com-20120619125438-9fbo2ibngv269wvx
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-19 18:24:38 +05:30
parent d1e3b9edb7
commit 5fb503be30
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
<group>
<group>
<field name="partner_id" on_change="onchange_partner_id(partner_id,address_id)"/>
<field name="address_id" attrs="{'readonly':[('deliver_bool','=', False)]}"/>
<field name="address_id" attrs="{'readonly':[('deliver_bool','=', False)]}" groups="sale.group_delivery_invoice_address"/>
<field name="prodlot_id" on_change="onchange_lot_id(prodlot_id,product_id)"/>
<field name="move_id" on_change="onchange_move_id(product_id, move_id)" context="{'default_product_id':product_id}"/>
</group>
@ -126,7 +126,7 @@
<field
name="pricelist_id" groups="product.group_sale_pricelist" context="{'product_id':product_id}"
attrs="{'readonly':[('invoice_method','=', 'none')]}"/>
<field name="partner_invoice_id" attrs="{'readonly':[('invoice_method','=', 'none')]}"/>
<field name="partner_invoice_id" attrs="{'readonly':[('invoice_method','=', 'none')]}" groups="sale.group_delivery_invoice_address"/>
</group>
<!-- <field name="invoice_id"/> -->
<field name="fees_lines">