← Back to team overview

openerp-india team mailing list archive

[Bug 1015867] Re: check writing amount in words always euro

 

Hello,

The amount_in_word depends now on the company currency and language but only three kind can be used
Fr, Nl, En with EUR(€) or USD($). Some change have been made on amount_to_text of the server and amount_to_text_en has been deleted.
To see the changes :
lp:~openerp-dev/openobject-server/trunk-bug-1015867-api
lp:~openerp-dev/openobject-addons/trunk-bug-1015867-api

Good Luck,

Arnaud Pineux (API)

** Changed in: openobject-addons
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1015867

Title:
  check writing amount in words always euro

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  OpenERP 6.1

  Module 'account_check_writing' adds column 'amount_in_word'. The
  column is populated in the onchange_amount method which calls function
  amount_to_text (imported from tools.amount_to_text_en).

  The call to amount_to_text does not pass the currency argument which
  results in the output always using 'euro' regardless of the currency
  of the payment. e.g.:

  "Sixty-Two Thousand, Eight Hundred Eighty-Seven euro and Zero Cent"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1015867/+subscriptions


References