Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.0 [mass_mailing_partner] you need to make corrections to the code #230

Closed
collex100 opened this issue Feb 9, 2018 · 6 comments
Closed

Comments

@collex100
Copy link

collex100 commented Feb 9, 2018

In document mail_mass_mailing_contact.py, you need to replace the line:
list_id = vals.get('list_id', self.list_id.id)
on
list_id = int(vals.get('list_id', self.list_id.id))

@pedrobaeza
Copy link
Member

No if you pass correctly the values.

@collex100
Copy link
Author

Because of this value:
list_id = vals.get('list_id', self.list_id.id)
module html_form_builder can not make a record in the module mail.mass_mailing.contact.
I did not find another solution.

@pedrobaeza
Copy link
Member

That should be an integer, not an string. And that module is not OCA (or the name is incorrect).

@collex100
Copy link
Author

@pedrobaeza
Copy link
Member

As said, the problem is with that module.

@collex100
Copy link
Author

Thanks for the answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants