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

I have created a class with 1367 fields in odoo 12 and defined tree and form view for the same, but when I tried to load the form its taking too much time to load(its an empty form i.e, no data added yet). If anyone know how to improve this performance please help.

頭像
捨棄
最佳答案

Hi Sunil KumarTC, 

Why putting a lots of fields in form view .so obviously it will take a time.

頭像
捨棄
作者

Hi Padhmanaban,

That's actually my requirement, so I did that. Is there any way around to improve the performance?

So Divide model by model based on your requirement. Ex(Navigation Based Multi View and Open a Inner window)

最佳答案

You can do Normalisation on Table(Models) first and try to connect Each Model as per your requirements.

You can make relation between the Models and display the necessary data on current view and other you can create each model as Master and create Menu for them.

I think that will work fast with the Current Form view.

頭像
捨棄

HI Mohammed, I created a customized P&L that has 174 lines. I am facing the same issue as it isn't loading. Can't divide it as well. What is the solution for it?

相關帖文 回覆 瀏覽次數 活動
0
9月 19
2703
0
4月 15
3021
1
9月 23
1788
1
7月 22
6321
1
10月 17
4382