Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3263 Widoki

Hello

I want to transform an odoo 10 module to odoo14, I know that account.invoice model has become account.move but I did not find the reference of the forme which corespand to

ref = "account.invoice_form" />












Awatar
Odrzuć
Autor

Thanks for your help, it works, this is what I need.

Najlepsza odpowiedź

Hello Harhad,

account_invoice as   account.move

account.invoice_form  considerd as  account.view_move_form in odoo 14



Awatar
Odrzuć

Thank you