Skip to content

Conversation

@trcazier
Copy link
Contributor

@trcazier trcazier commented Nov 26, 2025

Commits responsible:

  1. odoo/odoo@e5fa13d
    Removal of default admin user makes everything without an admin fail
  2. odoo/odoo@9afc02f
    Field name changed is_published -> website_published in website.published.mixin
  3. odoo/odoo@8b1ece1
    Field name changed date_published -> published_date in slide.slide
  4. odoo/odoo@3081bcd
    sequence_code processed differently made domains with 'sequence_code', '=', 'XXX' not capture the proper elements

task-5361284

@robodoo
Copy link
Collaborator

robodoo commented Nov 26, 2025

Pull request status dashboard

@trcazier trcazier force-pushed the master-hr-issues-fix-trcaz branch 3 times, most recently from 673f8ef to 4acd107 Compare November 27, 2025 09:01
@trcazier trcazier changed the title [FIX] {*}: various bugs [FIX] {*}: fix various bugs Nov 27, 2025
@trcazier trcazier marked this pull request as ready for review November 27, 2025 15:59
Copy link
Collaborator

@vava-odoo vava-odoo left a 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?

@trcazier trcazier force-pushed the master-hr-issues-fix-trcaz branch 2 times, most recently from 7f2ff66 to be82e44 Compare December 1, 2025 10:39
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
@trcazier trcazier force-pushed the master-hr-issues-fix-trcaz branch from be82e44 to 0aa7eeb Compare December 2, 2025 11:48
Copy link
Collaborator

@vava-odoo vava-odoo left a 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

@robodoo
Copy link
Collaborator

robodoo commented Dec 2, 2025

Merge method set to rebase and fast-forward.

robodoo pushed a commit that referenced this pull request Dec 2, 2025
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]>
robodoo pushed a commit that referenced this pull request Dec 2, 2025
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]>
robodoo pushed a commit that referenced this pull request Dec 2, 2025
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]>
robodoo pushed a commit that referenced this pull request Dec 2, 2025
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]>
@robodoo robodoo added the 19.1 label Dec 2, 2025
@robodoo robodoo closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants