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

1.How to rectify 'Error occurred while validating the field(s) res_model,src_model: Invalid model name in the action definition' of OpenERP 6.0.1??

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

Can you be more specific? And also ask the question short in the header. And also: Here it is all about OpenERP, v6.1 is enough to mention. You can also use tags.

أفضل إجابة

It seems model defined in res_model,src_model either might be wrong or might be not created for some reason.

  1. Just check out have you defined correct object or not.

  2. Just check out whether object is created or not.

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

the message explain you defined bad class name in src_model xor res_model.

use name.of.the.class and not name_of_the_class.

src is the class where the action is launch, res is destination class.

Bye

الصورة الرمزية
إهمال
أفضل إجابة

just ensure: 1. __init__.py has "import yourfoldername" #recommended yourfoldername=yourmodulename 2. yourmodulename.py _name of your class is same with <field name="res_model">yourmodulename</field>

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أغسطس 25
620
0
أغسطس 25
356
0
يوليو 25
1429
0
يوليو 25
3
0
يوليو 25
6