Amit Parik (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-926041-amp into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #926041 in OpenERP Addons: "Change the naming of expense and income
exchange rate field in company setting"
https://bugs.launchpad.net/openobject-addons/+bug/926041
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-926041-amp/+merge/99717
Improved the string of field.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-926041-amp/+merge/99717
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-926041-amp.
=== modified file 'account_voucher/account_voucher.py'
--- account_voucher/account_voucher.py 2012-03-22 14:36:54 +0000
+++ account_voucher/account_voucher.py 2012-03-28 12:45:53 +0000
@@ -32,11 +32,11 @@
_columns = {
'income_currency_exchange_account_id': fields.many2one(
'account.account',
- string="Income Currency Rate",
+ string="Gain Exchange Rate Account",
domain="[('type', '=', 'other')]",),
'expense_currency_exchange_account_id': fields.many2one(
'account.account',
- string="Expense Currency Rate",
+ string="Loss Exchange Rate Account",
domain="[('type', '=', 'other')]",),
}
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp