ProgrammingError: relation 
"x_res_partner_contact_x_training_session_x_subs_students_rel" does not exist 


Chauvet said in a post that the "first object must be create without many2many, 
the second object must be created with many2one,third the first object must be 
inherit to add many2many fiels" 

Help?

The first object is student menu
The student menu is inheriting from object res.partner.contact

The second object is x_training_session

Administration/Low Levels Objects/Actions/Actions/Window Actions
Action Name: Students
Object: res.partner.contact               ****
Action Type: ir.actions.act_window
Domain Value: [('x_student','=',1)]

Administration/Low Levels Objects/Actions/Actions
Action Name: Students
Action Type: ir.actions.act_window


Administration/Low Levels Objects/Actions/Actions/Window Actions
Action Name: Sessions
Object: x_training_session
Action Type: ir.actions.act_window


Administration/Low Levels Objects/Actions/Actions
Action Name: Sessions
Action Type: ir.actions.act_window


Administration/Customization/Database Structure/Objects
Object Name: x_training_session
Object: x_training_session

There are six fields in this object including the x_subs_students

Name: x_subs_students
Field Label: Subscribed Student

Field Type
Field Type: many2many
Object Relation: res.partner.contact     ****


Administration/Customization/Database Structure/Fields
Object ID: x_training_session  
Name: x_subs_students
Field Label: Subscribed Students




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=48450#48450

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to