[FIX] all: remove external ids fakely from base
Several modules defines records with the external ID `base.foo_bar` while it is created inside this module (typically menus and groups). While there is no technical reasons to do so but this may introduce issues: - these records will not be deleted during uninstall - if a language is loaded before the installation of the module, it won't be translated The uninstallation will only remove the records with an external id linked to this module (these would only be removed when removing base). Installing a language before the module will drop the translations not linked to an existing external id (as it can not be resolved). This commit correct all the external ids tagged as from base or other incorrect modules.
Showing
- addons/account/views/account_menuitem.xml 1 addition, 1 deletionaddons/account/views/account_menuitem.xml
- addons/association/views/association_views.xml 2 additions, 2 deletionsaddons/association/views/association_views.xml
- addons/base_setup/views/res_config_views.xml 1 addition, 1 deletionaddons/base_setup/views/res_config_views.xml
- addons/crm/report/crm_activity_report_views.xml 1 addition, 1 deletionaddons/crm/report/crm_activity_report_views.xml
- addons/crm/report/crm_opportunity_report_views.xml 2 additions, 2 deletionsaddons/crm/report/crm_opportunity_report_views.xml
- addons/crm/views/calendar_views.xml 1 addition, 1 deletionaddons/crm/views/calendar_views.xml
- addons/crm/views/crm_activity_views.xml 1 addition, 1 deletionaddons/crm/views/crm_activity_views.xml
- addons/crm/views/crm_lead_views.xml 2 additions, 2 deletionsaddons/crm/views/crm_lead_views.xml
- addons/crm/views/crm_stage_views.xml 1 addition, 1 deletionaddons/crm/views/crm_stage_views.xml
- addons/crm/views/crm_views.xml 2 additions, 9 deletionsaddons/crm/views/crm_views.xml
- addons/crm/views/res_config_views.xml 0 additions, 15 deletionsaddons/crm/views/res_config_views.xml
- addons/hr/security/hr_security.xml 5 additions, 5 deletionsaddons/hr/security/hr_security.xml
- addons/hr/security/ir.model.access.csv 6 additions, 6 deletionsaddons/hr/security/ir.model.access.csv
- addons/hr/tests/common.py 2 additions, 2 deletionsaddons/hr/tests/common.py
- addons/hr/views/hr_views.xml 11 additions, 11 deletionsaddons/hr/views/hr_views.xml
- addons/hr_attendance/models/hr_employee.py 4 additions, 4 deletionsaddons/hr_attendance/models/hr_employee.py
- addons/hr_attendance/models/res_config.py 1 addition, 1 deletionaddons/hr_attendance/models/res_config.py
- addons/hr_attendance/security/hr_attendance_security.xml 7 additions, 7 deletionsaddons/hr_attendance/security/hr_attendance_security.xml
- addons/hr_attendance/security/ir.model.access.csv 1 addition, 1 deletionaddons/hr_attendance/security/ir.model.access.csv
- addons/hr_attendance/static/src/js/main_menu_confirm.js 1 addition, 1 deletionaddons/hr_attendance/static/src/js/main_menu_confirm.js
Loading
Please register or sign in to comment