m2m is great, but one2many is often what one needs. Parts of the current m2m tried to be o2m, so that needs to be fixed.
The harder part about o2m (considering the current framework) is that it requires the ability to change the table creation for the target object. This may require creating a special column type.
m2m is great, but one2many is often what one needs. Parts of the current m2m tried to be o2m, so that needs to be fixed.
The harder part about o2m (considering the current framework) is that it requires the ability to change the table creation for the target object. This may require creating a special column type.