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
I installed odoo 16 CE with several apps, with demo records creation activated.
It created a bunch of mailing.contact records, with 3 of them not having email field defined.
Then when i tried to instal mass_mailing_unique, it complains about the existence of these 3 records having similar email: None odoorpc.error.RPCError: Unable to install module mass_mailing_unique: There are 3 mailing contacts with the same email: None
I added a mail to the 3 mailing contacts that didn't have, then installation worked
To Reproduce
Version: Odoo 16 CE.
Steps to reproduce the behavior:
Try to create mass_mailing records with field 'email' not define
try to install mass_mailing_unique
Installation will fail.
Add email field to those records
Installation works
Once installed, you can create 2 records in mailing.contact with no email, mass_mailing_unique module won't complain.
Expected behavior
Records with email field not defined should not be considered by module mass_mailing_unique as having the same email, and prevent installation of the module.
Additional context
Odoo 16 CE docker image
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Module
mass_mailing_unique
Describe the bug
I installed odoo 16 CE with several apps, with demo records creation activated.
It created a bunch of mailing.contact records, with 3 of them not having email field defined.
Then when i tried to instal mass_mailing_unique, it complains about the existence of these 3 records having similar email: None
odoorpc.error.RPCError: Unable to install module mass_mailing_unique: There are 3 mailing contacts with the same email: None
I added a mail to the 3 mailing contacts that didn't have, then installation worked
To Reproduce
Version: Odoo 16 CE.
Steps to reproduce the behavior:
Expected behavior
Records with email field not defined should not be considered by module mass_mailing_unique as having the same email, and prevent installation of the module.
Additional context
Odoo 16 CE docker image
The text was updated successfully, but these errors were encountered: