Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3652 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

Hello,

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

Hope this could help 

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
zář 24
1896
4
kvě 23
10536
1
dub 20
3260
5
srp 19
46505
1
led 19
9632