Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3265 Weergaven

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" />












Avatar
Annuleer
Auteur

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

Beste antwoord

Hello Harhad,

account_invoice as   account.move

account.invoice_form  considerd as  account.view_move_form in odoo 14



Avatar
Annuleer

Thank you