[IMP] change currency on customer invoices

bzr revid: fp@openerp.com-20130224113526-737139xo2uvbb73b
This commit is contained in:
Fabien Pinckaers 2013-02-24 12:35:26 +01:00
commit 475deeea4e
1 changed files with 3 additions and 3 deletions

View File

@ -334,11 +334,11 @@
<label for="currency_id" groups="base.group_multi_currency"/>
<div groups="base.group_multi_currency">
<field name="currency_id" class="oe_inline"/>
<!-- note fp: I don't think we need this feature ?
<button name="%(action_account_change_currency)d" type="action"
icon="terp-stock_effects-object-colorize"
class="oe_inline oe_link oe_edit_only"
string="(change)"
attrs="{'invisible':[('state','!=','draft')]}"
groups="account.group_account_user"/> -->
groups="account.group_account_user"/>
</div>
</group>
</group>