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

[15.0][MIG] account_invoice_margin_sale_delivered_sync: Migration to version 15.0 #164

Conversation

ernestotejeda
Copy link
Member

Cc @Tecnativa TT38304

@ernestotejeda
Copy link
Member Author

ping @chienandalu @sergio-teruel

@pedrobaeza
Copy link
Member

/ocabot migration account_invoice_margin_sale_delivered_sync

@OCA-git-bot OCA-git-bot added this to the 15.0 milestone Mar 6, 2023
@OCA-git-bot OCA-git-bot mentioned this pull request Mar 6, 2023
9 tasks
@@ -7,7 +7,7 @@
class SaleOrderLine(models.Model):
_inherit = "sale.order.line"

def _prepare_invoice_line(self):
def _prepare_invoice_line(self, **optional_values):
vals = super()._prepare_invoice_line()
Copy link
Contributor

Choose a reason for hiding this comment

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

You are breaking the method.. you must pass optional_values

Copy link
Member Author

Choose a reason for hiding this comment

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

Right!, fixed.

@ernestotejeda ernestotejeda force-pushed the 15.0-mig-account_invoice_margin_sale_delivered_sync branch from 468515d to c6b356f Compare March 6, 2023 09:44
@pedrobaeza
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 15.0-ocabot-merge-pr-164-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 0c645f2 into OCA:15.0 Mar 6, 2023
@OCA-git-bot
Copy link
Contributor

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

5 participants