跳至内容
菜单
此问题已终结
1 回复
3630 查看

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 

形象
丢弃
相关帖文 回复 查看 活动
2
9月 24
1884
4
5月 23
10530
1
4月 20
3245
5
8月 19
46498
1
1月 19
9619