Hi,
i created a mny to many:
'id_many' : fields.many2many('test.training.student','test_training_rel','truc_name','machin_name','bidule')
But how i can acces to modify the relation table test_training_rel ?
I try:
print self.pool.get('hr.employee') ====> works !
print self.pool.get('test.training.rel') ====> None # :'(
print self.pool.get('test_training_rel') ====> None # :'(
In OpenERP v6