-
- Downloads
[FIX] base: error raised when automated action with many2many field and reference evaluation
Automated action with a many2many field and reference evaluation can be created but don't work Steps to reproduce: 1. Install Automated Action Rules module and Contacts app 2. Create an automated action for model 'Contact' with trigger 'On Creation' and action 'Update the Record' 3. Add a line to the automated action 'Data to Write' for the field 'Tags (res.partner)' with evaluation type 'Reference' 4. Go to Contacts, create and save a new one 5. An error is raised when trying to execute the automated action Solution: Raise an error when a many2many field is of evaluation type 'Reference' OPW-2673939 (This PR is a duplicate of https://github.com/odoo/odoo/pull/82035 which for some reason couldn't do the forward ports) closes odoo/odoo#82139 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment