[MERGE] MERGE lp:~openerp-dev/openobject-addons/trunk-dev-addons1-atp

bzr revid: sbh@tinyerp.com-20110128083518-um3mq6bnnvxg1yqe
This commit is contained in:
Sbh (OpenERP) 2011-01-28 14:05:18 +05:30
commit 5b1602e079
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<group colspan="4" col="4">
<separator colspan="4" string="Invoicing Data"/>
<field name="pricelist_id" domain="[('type','=','sale')]" widget="selection"/>
<field name="to_invoice" widget="selection" string="Invoice Task Work" attrs="{'required':[('partner_id','!=',False)]}"/>
<field name="to_invoice" widget="selection" string="Invoice Task Work"/>
<field name="amount_max" groups="base.group_extended"/>
<field name="amount_invoiced" groups="base.group_extended"/>
</group>