-
- Downloads
[IMP] website, website_crm, website_hr_recruitment: remove useless name field from website.page
Before this commit, website.page had a 'name' field which was useless because website.page inheritS from ir.ui.view which has its own 'name field. At the end, we were duplicating/synchronizing 'name' field between website.page and its ir.ui.view for no reason because we were always using the one from ir.ui.view. Now, getting website.page's name will always retrieve the one from its ir.ui.view and there is no redundant information.
Showing
- addons/website/data/website_data.xml 0 additions, 3 deletionsaddons/website/data/website_data.xml
- addons/website/data/website_demo.xml 0 additions, 2 deletionsaddons/website/data/website_demo.xml
- addons/website/models/website.py 14 additions, 10 deletionsaddons/website/models/website.py
- addons/website_crm/views/website_crm_templates.xml 0 additions, 1 deletionaddons/website_crm/views/website_crm_templates.xml
- addons/website_hr_recruitment/views/website_hr_recruitment_templates.xml 0 additions, 1 deletion...hr_recruitment/views/website_hr_recruitment_templates.xml
Loading
Please register or sign in to comment