I can't install new Module with compute field in a big database, it always stopped in the middle of installing.
I am on odoo.sh environement.
From module point of view, is there any way to queue this kind of compute field calculation?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
2369
أدوات العرض
Hi There are preinit hooks which you can use to setup fields in the db an example of that would be in odoo mrp module
https://github.com/odoo/odoo/blob/a7f7233e0eae8ee101d745a9813cba930fd03dcb/addons/mrp/__init__.py#L13
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
Hello Randy. Have you figured out a solutions for this? I have the exact same problem in a huge database. :/