-
- Downloads
[IMP] doc: related fields do not support chained x2m dependencies
The behavior isn't exactly undefined: it will appear to work if the relation refers to only 1 instance. If there are multiple it will give results for 1 instance and ignore the others. This behavior should not be relied upon, hence I'm documenting it as undefined. I confirmed this with mat from the ORM team. Even better would be to raise an error or warning if `related` is used in this context. closes odoo/odoo#57647 Signed-off-by:Victor Feyens (vfe) <vfe@odoo.com> Signed-off-by:
Raf Geens <raf-odoo@users.noreply.github.com> Co-authored-by:
Raf Geens <raf@odoo.com>
Please register or sign in to comment