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??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
It seems model defined in res_model,src_model either might be wrong or might be not created for some reason.
Just check out have you defined correct object or not.
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>
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
ago 25
|
610 | ||
|
0
ago 25
|
346 | ||
|
0
lug 25
|
1417 | ||
|
0
lug 25
|
3 | ||
|
0
lug 25
|
6 |
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.