[MIG] purchase_tier_validation: Migration to 19.0 - #7
Conversation
|
Can you please fix the tests by adding the test requirements? |
|
Yes, sure, but I have never done that before, so do you have any possible examples or guidelines on what and how to add? |
|
@jaydeep32 Sure, I need to peek at other PR's how to do it all the time :) Basically you need to add in the root of the repo folder a I'll typically commit it in a separate commit "[DO NOT MERGE TEST REQUIREMENTS]" Result: source: https://github.com/OCA/oca-custom/blob/18.0/CONTRIBUTING.md#use-unreleased-dependency Can you please update and apply this to your other pr's in this repo? 😉 |
|
Can you please squash the administrative translation commits? https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate |
3f34641 to
2a9e781
Compare
I noticed this in the account_move_tier_validation module as well. I think this should be fixed in the base module. |
|
@jaydeep32 dependency was merged. Can you please drop it and trigger CI again ? |
| <filter | ||
| name="tier_validated" | ||
| string="Validated" | ||
| domain="[('validated', '=', True)]" |
There was a problem hiding this comment.
| domain="[('validated', '=', True)]" | |
| domain="[('validation_status', '=', 'validated')]" |
There was a problem hiding this comment.
Thanks for the update. I have updated code as per this.
| @@ -0,0 +1 @@ | |||
| odoo-addon-base_tier_validation @ git+https://github.com/OCA/tier-validation@refs/pull/13/head#subdirectory=base_tier_validation | |||
There was a problem hiding this comment.
@jaydeep32 can you remove this temporal commit? The base modules is merged, thanks!
There was a problem hiding this comment.
I have removed this commit
2a9e781 to
2bdf9e8
Compare
2bdf9e8 to
e51b008
Compare
* able to restart validation process. * view fixes.
- add possibility to restart the validation at any point in time during the approval process.
…r the validation. (OCA#22)
…e widget to purchase tree view. TT33369
e51b008 to
965e7c5
Compare
965e7c5 to
f42db0f
Compare
|
This PR has the |
|
@LoisRForgeFlow are we good to trigger merge ? |
LoisRForgeFlow
left a comment
There was a problem hiding this comment.
/ocabot merge nobump
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 8342084. Thanks a lot for contributing to OCA. ❤️ |




No description provided.