Many2many should be always bidirectional.

Registered by Nicolas DS

When you create a many2many field the other object linked should automatically receive an entry to this many2many field too.

To avoid such a strange thing like in http://openobject.com/forum/topic11596.html#37730

Create an object, the other with the link to the first one, then inherit the first one to make the link with the second one.

EDIT: Another alternative is to use "backref='myBackRef' in arguments"
like in SQL Alchemy: http://www.sqlalchemy.org/docs/05/ormtutorial.html#building-a-many-to-many-relation

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.