[IMP] project_issue_sheet: improved view

bzr revid: qdp-launchpad@tinyerp.com-20100713212118-js09h88kzpcjhdbw
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-07-14 02:51:18 +05:30
parent a8378f9d62
commit 9e4ad348eb
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<field name="name"/>
<field name="unit_amount" on_change="on_change_unit_amount(product_id, unit_amount, product_uom_id)" widget="float_time"/>
<field name="account_id" invisible="0" domain="[('partner_id', '=', parent.partner_id)]" on_change="on_change_account_id(account_id)"/>
<field name="user_id"/>
<field name="date"/>
<field name="user_id"/>
<field invisible="1" name="journal_id"/>
<field invisible="1" name="product_id"/>
<field invisible="1" name="product_uom_id" on_change="on_change_unit_amount(product_id, unit_amount, product_uom_id)"/>
@ -29,4 +29,4 @@
</field>
</record>
</data>
</openerp>
</openerp>