Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3293 Visualizzazioni

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
Abbandona
Autore

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

Risposta migliore

Hello Harhad,

account_invoice as   account.move

account.invoice_form  considerd as  account.view_move_form in odoo 14



Avatar
Abbandona

Thank you