OCA / partner-contact

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

[16.0][IMP] partner_fax: reformat fax numbers #1763

Open alexis-via opened 5 months ago

alexis-via commented 5 months ago

Remove placeholder='Fax ...' on partner form view Add fax as optional="hide" in partner tree view Add unaccent=False on fax field definition, as for mobile and phone in v16 On partner form view, position the fax field after the mobile field (it was its position until odoo remove the fax field in v11)

alexis-via commented 1 month ago

All green. Ready to merge