-
- Downloads
[FIX] crm, sale: safe override of sales team
The user can delete teams created during the installation of the Sale Team module, both CRM and Sale modify those teams but the way they modify the teams doesn't take their deletion into account. This reverts commit 30a848bf to replace post_init_hooks by `forcecreate=False` in the datas. closes odoo/odoo#32742 Signed-off-by:Christophe Simonis <chs@odoo.com>
Showing
- addons/crm/__init__.py 0 additions, 18 deletionsaddons/crm/__init__.py
- addons/crm/__manifest__.py 0 additions, 1 deletionaddons/crm/__manifest__.py
- addons/crm/data/crm_data.xml 7 additions, 0 deletionsaddons/crm/data/crm_data.xml
- addons/crm/data/crm_demo.xml 1 addition, 1 deletionaddons/crm/data/crm_demo.xml
- addons/crm/data/crm_lead_data.xml 5 additions, 0 deletionsaddons/crm/data/crm_lead_data.xml
- addons/sale/__init__.py 0 additions, 10 deletionsaddons/sale/__init__.py
- addons/sale/__manifest__.py 0 additions, 1 deletionaddons/sale/__manifest__.py
- addons/sale/data/sale_data.xml 6 additions, 0 deletionsaddons/sale/data/sale_data.xml
Please register or sign in to comment