-
Notifications
You must be signed in to change notification settings - Fork 82
[FIX] {*}: fix various bugs #1412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
673f8ef to
4acd107
Compare
vava-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a few remarks.
Also, could you explain and add the link to the standard change in the commit messages directly?
7f2ff66 to
be82e44
Compare
Caused by: odoo/odoo@e5fa13d Removal of default admin user makes everything without an admin fail. Dropped hr prefix everywhere and, depending on the Industry module: - moved admin creation from hr_employee to hr_department - added an admin user or - moved it from data to demo
Caused by: odoo/odoo@9afc02f Field name changed: is_published -> website_published in `website.published.mixin`
Caused by: odoo/odoo@8b1ece1 Field name changed: date_published -> published_date in `slide.slide`
Caused by: odoo/odoo@3081bcd `sequence_code` being processed differently made domains with 'sequence_code', '=', 'XXX' not capture the proper elements. Fixed said domains and fixed industries setting their own sequence codes/route prefixes so they display correctly
be82e44 to
0aa7eeb
Compare
vava-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+ rebase-ff
|
Merge method set to rebase and fast-forward. |
Caused by: odoo/odoo@e5fa13d Removal of default admin user makes everything without an admin fail. Dropped hr prefix everywhere and, depending on the Industry module: - moved admin creation from hr_employee to hr_department - added an admin user or - moved it from data to demo Part-of: #1412 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Caused by: odoo/odoo@9afc02f Field name changed: is_published -> website_published in `website.published.mixin` Part-of: #1412 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Caused by: odoo/odoo@8b1ece1 Field name changed: date_published -> published_date in `slide.slide` Part-of: #1412 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Caused by: odoo/odoo@3081bcd `sequence_code` being processed differently made domains with 'sequence_code', '=', 'XXX' not capture the proper elements. Fixed said domains and fixed industries setting their own sequence codes/route prefixes so they display correctly closes #1412 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>

Commits responsible:
Removal of default admin user makes everything without an admin fail
Field name changed is_published -> website_published in website.published.mixin
Field name changed date_published -> published_date in slide.slide
sequence_code processed differently made domains with
'sequence_code', '=', 'XXX'not capture the proper elementstask-5361284