콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
8971 화면

Hi I'm trying to develop an open office invoice and send it to open erp, how to convert the amount in word? Thanx

아바타
취소
베스트 답변

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

아바타
취소
관련 게시물 답글 화면 활동
1
3월 18
5402
0
3월 15
4585
1
3월 15
6110
0
3월 25
1311
0
10월 24
2063