You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] create_m2m: auto generate and return table name
In order to limit chances for typos, while keeping the util backwards
compatible, allow users to provide the `util.AUTOMATIC` sentinel value to
automatically generate the m2m table name, following the same rule as the
ORM[^1].
The function now return the m2m table name.
[^1]: Example from 18.0
https://github.com/odoo/odoo/blob/f42fe80576c8b419b5215ff17859e0dfebcd996a/odoo/fields.py#L4918-L4923
Part-of: #304
Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
0 commit comments