[19.0][FIX] hr_expense: don't update product uom when product is invoiced - #5675
Merged
pedrobaeza merged 1 commit intoJun 2, 2026
Merged
Conversation
hbrunn
force-pushed
the
19.0-hr_expense-product_uom_conditional_update
branch
2 times, most recently
from
June 2, 2026 09:26
ef872a8 to
1d6d232
Compare
Member
|
Can you rebase for checking the CI? |
Member
Author
|
/ocabot rebase |
Contributor
|
Congratulations, PR rebased to 19.0. |
OCA-git-bot
force-pushed
the
19.0-hr_expense-product_uom_conditional_update
branch
from
June 2, 2026 09:38
1d6d232 to
3715d54
Compare
pedrobaeza
approved these changes
Jun 2, 2026
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 3, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 3, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 5, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 14, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 16, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 17, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
dnplkndll
added a commit
to ledoent/OpenUpgrade
that referenced
this pull request
Jun 19, 2026
- fleet: rename hr.vehicle first_contract_date->contract_date_start (preserve data; analyzer reports it as DEL+NEW), load noupdate mail.activity.type. - gamification/maintenance/survey: load changed noupdate data. (account_edi_ubl_cii, contacts, base, uom, hr_expense dropped — now migrated upstream by OCA/OpenUpgrade OCA#5685/OCA#5681/OCA#5682/OCA#5675.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we can't update product UOMs if the products in question are invoiced
Depends on