Skip to content

[MIG] purchase_tier_validation: Migration to 19.0 - #7

Merged
OCA-git-bot merged 50 commits into
OCA:19.0from
archeti-org:19.0-mig-purchase_tier_validation
May 15, 2026
Merged

OCA-git-bot merged 50 commits into
OCA:19.0from
archeti-org:19.0-mig-purchase_tier_validation

Conversation

@jaydeep32

Copy link
Copy Markdown
Contributor

No description provided.

@bosd

bosd commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

Can you please fix the tests by adding the test requirements?

@jaydeep32

Copy link
Copy Markdown
Contributor Author

Yes, sure, but I have never done that before, so do you have any possible examples or guidelines on what and how to add?
And a possible file structure as well.

@bosd

bosd commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

@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 test-requirements.txt file.
If you want to depend on PR #1
The content should be:

odoo-addon-base_tier_validation @ git+https://github.com/OCA/tier-validation@refs/pull/1/head#subdirectory=base_tier_validation

I'll typically commit it in a separate commit "[DO NOT MERGE TEST REQUIREMENTS]"

Result:
OCB & Odoo tests should pass,
Runboat build finishes (So one can easily functional test this)
Red marker displayed about unreleased dependencies
image

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? 😉

@bosd

bosd commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Can you please squash the administrative translation commits?
image

https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate
Then this one is good to go 👍

@jaydeep32
jaydeep32 force-pushed the 19.0-mig-purchase_tier_validation branch 2 times, most recently from 3f34641 to 2a9e781 Compare March 30, 2026 21:22
@nurinayati

Copy link
Copy Markdown

Please see the missing functional part below, The requested by should be filled by the requested user and The Done by should be the reviewer. thank you
10 04 2026_13 27 51_REC

@bosd

bosd commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Please see the missing functional part below, The requested by should be filled by the requested user and The Done by should be the reviewer. thank you 10 04 2026_13 27 51_REC

I noticed this in the account_move_tier_validation module as well. I think this should be fixed in the base module.
I hope this is fixed in the most recent pr #15

@bosd bosd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@santostelmo

Copy link
Copy Markdown

@jaydeep32 dependency was merged. Can you please drop it and trigger CI again ?

<filter
name="tier_validated"
string="Validated"
domain="[('validated', '=', True)]"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
domain="[('validated', '=', True)]"
domain="[('validation_status', '=', 'validated')]"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update. I have updated code as per this.

Comment thread test-requirements.txt Outdated
@@ -0,0 +1 @@
odoo-addon-base_tier_validation @ git+https://github.com/OCA/tier-validation@refs/pull/13/head#subdirectory=base_tier_validation

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaydeep32 can you remove this temporal commit? The base modules is merged, thanks!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed this commit

@jaydeep32
jaydeep32 force-pushed the 19.0-mig-purchase_tier_validation branch from 2a9e781 to 2bdf9e8 Compare May 14, 2026 13:05
@OCA-git-bot OCA-git-bot added series:19.0 mod:purchase_tier_validation Module purchase_tier_validation labels May 14, 2026
@jaydeep32
jaydeep32 force-pushed the 19.0-mig-purchase_tier_validation branch from 2bdf9e8 to e51b008 Compare May 14, 2026 13:09
@jaydeep32
jaydeep32 force-pushed the 19.0-mig-purchase_tier_validation branch from e51b008 to 965e7c5 Compare May 14, 2026 13:15
@jaydeep32
jaydeep32 force-pushed the 19.0-mig-purchase_tier_validation branch from 965e7c5 to f42db0f Compare May 14, 2026 13:23
@OCA-git-bot

Copy link
Copy Markdown
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@santostelmo

Copy link
Copy Markdown

@LoisRForgeFlow are we good to trigger merge ?

@LoisRForgeFlow LoisRForgeFlow left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge nobump

@OCA-git-bot

Copy link
Copy Markdown
Contributor

On my way to merge this fine PR!
Prepared branch 19.0-ocabot-merge-pr-7-by-LoisRForgeFlow-bump-nobump, awaiting test results.

@OCA-git-bot
OCA-git-bot merged commit 509d52d into OCA:19.0 May 15, 2026
7 checks passed
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at 8342084. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.