تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3280 أدوات العرض

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












الصورة الرمزية
إهمال
الكاتب

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

أفضل إجابة

Hello Harhad,

account_invoice as   account.move

account.invoice_form  considerd as  account.view_move_form in odoo 14



الصورة الرمزية
إهمال

Thank you