[IMP] Removed readonly flag.
authorTejas Tank <tta@openerp.com>
Fri, 15 Feb 2013 05:43:14 +0000 (11:13 +0530)
committerTejas Tank <tta@openerp.com>
Fri, 15 Feb 2013 05:43:14 +0000 (11:13 +0530)
bzr revid: tta@openerp.com-20130215054314-alk8pigxhtt3lciv

addons/account/account_invoice_view.xml

index 047f19b..d730211 100644 (file)
                                 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')]}" 
 
                             <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)"