coopiteasy / addons

Various modules that extend or improve Odoo Community.
GNU Affero General Public License v3.0
21 stars 17 forks source link

[16.0][ADD] partner_contact_tag #281

Closed carmenbianca closed 1 year ago

carmenbianca commented 1 year ago

Description

Odoo task (if applicable)

https://gestion.coopiteasy.be/web#id=10179&action=479&model=project.task&view_type=form&menu_id=536

Checklist before approval

victor-champonnois commented 1 year ago

Sorry I told you it was categ_id but it's actually category_id. You should also add a widget_many2many, like here https://github.com/odoo/odoo/blob/e3a2cf7e77b844b6d0ac375a4fe224f05227fa32/odoo/addons/base/views/res_partner_views.xml#L228

carmenbianca commented 1 year ago

Good catch @victor-champonnois on the widget. It looks much nicer now. :rocket:

victor-champonnois commented 1 year ago

@carmenbianca could you ping me when it's redeployed in test ?

victor-champonnois commented 1 year ago

@carmenbianca I redeployed in test

carmenbianca commented 1 year ago

Implemented fixes suggested by @huguesdk

Moved to https://github.com/OCA/partner-contact/pull/1489