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

Hello, 

I installed ODOO 10, and the donation model, and I want to edit the template of donation receipt, and all what I get is error compiling AST.
and I wanted to change the title from donation tex receipt to donation receipt or document, and I didn't find how to do it.

Thanks for helping.

아바타
취소
베스트 답변

Hi,

Seems you are using custom module for the donation, as you need to change the PDF report, either you can directly change inside that custom module or you can create a new module and inherit the template and apply the changes.


If you are not into technical and need to do it from the user interface, activate the developer mode and navigate to Settings -> Technical -> . .. -> Reports, search for corresponding report and open it. Then in the top right of screen you will see the button to access the templates of this view and you can edit and change it.


If you need to do from the code side as a new custom module, see how to inherit and make changes in existing reports in odoo: How To Inherit And Modify Existing PDF Reports in Odoo

Thanks

아바타
취소