Hi I'm trying to develop an open office invoice and send it to open erp, how to convert the amount in word? Thanx
Denna fråga har flaggats
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
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
1
mars 18
|
7134 | ||
|
|
0
mars 15
|
6122 | ||
|
|
1
mars 15
|
7188 | ||
|
|
3
apr. 26
|
2633 | ||
|
|
1
apr. 26
|
1561 |