← Back to team overview

openerp-india team mailing list archive

[Bug 1015867] [NEW] check writing amount in words always euro

 

Public bug reported:

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"

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References