Skip to content
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

[16.0][MIG] repair_reinvoice: Migration to 16.0 #25

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

PauBForgeFlow
Copy link

No description provided.

@PauBForgeFlow PauBForgeFlow force-pushed the 16.0-mig-repair_reinvoice branch from 67f19d9 to 1199dbe Compare August 16, 2023 08:53
repair_reinvoice/hooks.py Outdated Show resolved Hide resolved
@PauBForgeFlow PauBForgeFlow force-pushed the 16.0-mig-repair_reinvoice branch from 1199dbe to d279d1c Compare August 22, 2023 11:02
Copy link

@OriolMForgeFlow OriolMForgeFlow left a comment

Choose a reason for hiding this comment

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

I have been testing it on Runboat, and it doesn't seem to be working properly yet.
I've created the Repair Order, confirmed it, started and finished it. I've created an Invoice, created a Reverse Invoice (both invoices with confirmed payment), and the option to create a new Invoice doesn't show up again.

Screenshot from 2023-08-25 09-02-01

Screenshot from 2023-08-25 09-02-19

repair_reinvoice/readme/USAGE.rst Outdated Show resolved Hide resolved
@PauBForgeFlow PauBForgeFlow force-pushed the 16.0-mig-repair_reinvoice branch from d279d1c to f8a329e Compare August 25, 2023 12:30
Copy link

@OriolMForgeFlow OriolMForgeFlow left a comment

Choose a reason for hiding this comment

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

Code & Functional Review, LGTM!

Copy link

@mariadforgeflow mariadforgeflow left a comment

Choose a reason for hiding this comment

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

LGTM!

@LoisRForgeFlow
Copy link

/ocabot migration repair_reinvoice

@OCA-git-bot OCA-git-bot added this to the 16.0 milestone Mar 26, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Mar 26, 2024
9 tasks
Copy link

@LoisRForgeFlow LoisRForgeFlow left a comment

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
Contributor

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

OCA-git-bot added a commit that referenced this pull request Mar 26, 2024
Signed-off-by LoisRForgeFlow
@OCA-git-bot
Copy link
Contributor

@LoisRForgeFlow your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-25-by-LoisRForgeFlow-bump-nobump.

After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red.

@@ -52,6 +52,7 @@ def _create_invoices(self, group=False):
for repair_id in repair_dict:
repair = self.env["repair.order"].browse(repair_id)
repair.invoice_ids += repair.invoice_id
return

Choose a reason for hiding this comment

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

I just aborted the merge, you need to return the repair_dict here.

@LoisRForgeFlow
Copy link

@PauBForgeFlow could you attend my last comment? Thanks!

@PauBForgeFlow PauBForgeFlow force-pushed the 16.0-mig-repair_reinvoice branch from f8a329e to 9b416a7 Compare April 8, 2024 08:07
@LoisRForgeFlow
Copy link

Thanks!

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 16.0-ocabot-merge-pr-25-by-LoisRForgeFlow-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 7f82d16 into OCA:16.0 Apr 8, 2024
5 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 84b8cd7. 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.

7 participants