Hi I'm trying to develop an open office invoice and send it to open erp, how to convert the amount in word? Thanx
Diese Frage wurde gekennzeichnet
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
1
März 18
|
7149 | ||
|
|
0
März 15
|
6124 | ||
|
|
1
März 15
|
7189 | ||
|
|
3
Apr. 26
|
2676 | ||
|
|
1
Apr. 26
|
1591 |