[IMP] Removed readonly flag.

bzr revid: tta@openerp.com-20130215054314-alk8pigxhtt3lciv
This commit is contained in:
Tejas Tank 2013-02-15 11:13:14 +05:30
parent fd7ed1b8cd
commit c9e149d1e7
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@
on_change="onchange_journal_id(journal_id, context)" widget="selection"/>
<label for="currency_id" groups="base.group_multi_currency"/>
<div groups="base.group_multi_currency">
<field name="currency_id" class="oe_inline" readonly="1"/>
<field name="currency_id" class="oe_inline"/>
<button name="223" type="action" class="oe_inline oe_link oe_edit_only"
string="(change)"
attrs="{'invisible':[('state','!=','draft')]}"
@ -340,7 +340,7 @@
<label for="currency_id" groups="base.group_multi_currency"/>
<div groups="base.group_multi_currency">
<field name="currency_id" class="oe_inline" readonly="1"/>
<field name="currency_id" class="oe_inline"/>
<button name="%(action_account_change_currency)d" type="action"
class="oe_inline oe_link oe_edit_only"
string="(change)"