Chandni Gandhi has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1103987-cga into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1103987 in OpenERP Addons: "[Accounting] typo in refund when taxbase is different" https://bugs.launchpad.net/openobject-addons/+bug/1103987 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1103987-cga/+merge/144697 Hello, Renamed compute to update. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1103987-cga/+merge/144697 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1103987-cga.
=== modified file 'account/account_invoice.py' --- account/account_invoice.py 2013-01-05 23:29:19 +0000 +++ account/account_invoice.py 2013-01-24 13:17:20 +0000 @@ -792,7 +792,7 @@ raise osv.except_osv(_('Warning!'), _('Global taxes defined, but they are not in invoice lines !')) base = compute_taxes[key]['base'] if abs(base - tax.base) > inv.company_id.currency_id.rounding: - raise osv.except_osv(_('Warning!'), _('Tax base different!\nClick on compute to update the tax base.')) + raise osv.except_osv(_('Warning!'), _('Tax base different!\nClick on update to update the tax base.')) for key in compute_taxes: if not key in tax_key: raise osv.except_osv(_('Warning!'), _('Taxes are missing!\nClick on compute button.'))
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp