OCA / partner-contact

Odoo Partner and Contact related addons
GNU Affero General Public License v3.0
202 stars 830 forks source link

[16.0][ADD] partner_address_ok #1782

Open norlinhenrik opened 2 months ago

norlinhenrik commented 2 months ago

Hi @norlinhenrik. What is an adress "OK" ?

A valid postal address. When we send physical mail to a mailing list (contact tag), we need to filter out those who don't have a valid address.

legalsylvain commented 2 months ago

A valid postal address. When we send physical mail to a mailing list (contact tag), we need to filter out those who don't have a valid address.

Thanks !

Deriman-Alonso commented 1 month ago

Hi, as @legalsylvain already said, it should be False by default. Also, could you check those tests?. The rest looks just fine 👍.

norlinhenrik commented 1 month ago

On the PR for 14.0 I set default=True. In this PR for 16.0 it is removed. Then by default the boolean value is False.

norlinhenrik commented 1 month ago

I set default=False to be explicit. I also set a help description.