跳至內容
選單
此問題已被標幟
1 回覆
3286 瀏覽次數

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