digitalsatori: your first example was good. You jsut made a spelling mistake:

replace:
          'book': fields.many2many('book', 
'book_author_rel','author_id','book_id', 'Book'), 
by:
          'book': fields.many2many('book', 
'book_author_rel','author_id','books_id', 'Book'),




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

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

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


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

Reply via email to