Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
3284 มุมมอง

hello i m a new user on odoo8 and i want to know how to custom invoce

and how i can whrite cost of my invoce in letter

example

TOTAL  1 euro

            one

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

use amount to text function

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You can use this python module

openerp/tools/amount_to_text_en.py or (amount_to_text.py)

To use it:

from openerp.tools.amount_to_text_en import amount_to_text
...
amount_text = amount_to_text(1, currency='Euro')

 



 

อวตาร
ละทิ้ง
ผู้เขียน

thanks i trie and get you bac

ผู้เขียน คำตอบที่ดีที่สุด

thanks to your anser.please how can i do the same with openERP 6.1 i need to convert my amount bill in letter.what module can i use please

อวตาร
ละทิ้ง