Hi I'm trying to develop an open office invoice and send it to open erp, how to convert the amount in word? Thanx
This question has been flagged
You should take example on the reports that exist for check writing in the module account_check_writing. They use the amount_to_text function.
In your class, you need to import amount_to_text_en for amount in word in english and amount_to_text_fr for amount in word in french, like this:
from openerp.tools.amount_to_text import amount_to_text_en
For more information about these tools, see the link below:
http://members.hellug.gr/xrg/openerp-doc/html/api_reference/tools/amount_to_text.html
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
1
bře 18
|
7132 | ||
|
|
0
bře 15
|
6122 | ||
|
|
1
bře 15
|
7187 | ||
|
|
3
dub 26
|
2621 | ||
|
|
1
dub 26
|
1550 |