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

hi ,

i   added the function that display amout total in text but when i want to display report of invoice i had this error

File "/opt/odoo/addons/recu_facture/facture.py", line 20

def amount_to_text(self, amount, currency='Euro'):

^

IndentationError: unexpected indent

this my code python :

class account_invoice(models.Model):

_name = 'account.invoice'

_inherit = 'account.invoice'

@api.multi

def amount_to_text(self, amount, currency='Euro'):

return amount_to_text(amount, currency)

thanks to help me

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

Hello,

This is an indentation ['spaces'] error, you can refer to this question ...

Hope this could help 

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ย. 24
2106
4
พ.ค. 23
10798
1
เม.ย. 20
3424
How do i create report in Qweb? แก้ไขแล้ว
5
ส.ค. 19
46707
1
ม.ค. 19
9781