OCA / partner-contact

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

Create and Edit issue on res.partner #1802

Closed louisvbst closed 1 month ago

louisvbst commented 2 months ago

https://github.com/OCA/partner-contact/blob/b90146e21c19f6a6b004da3b101dbb7d98e24e60/partner_firstname/models/res_partner.py#L114

Hi,

This causes a problem because 'name' might already be en fields_list. Thus, it might be duplicated in the list of fields_list. This causes a stacktrace when we try to create a res.partner from the form view of a related record (a sale.order for example) and we click on 'create and edit'. There should be a check that 'name' is not already in fields_list

Best regards

pedrobaeza commented 1 month ago

Fixed in #1794