-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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] sale_payment_sheet #2554
Conversation
… other payment_sheet and fully payed TT30929
…oices tree view TT38893
bc00b9e
to
f749eb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, code LGTM, minors comment
f749eb3
to
0d2fb7f
Compare
0d2fb7f
to
8b79c7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash your last commit with the migration one, indicating that it also improves tests, or put the version change in the migration commit if you want to preserve both commits.
@@ -60,18 +61,30 @@ def _create_invoice(self): | |||
line_form.price_unit = 100.00 | |||
return invoice_form.save() | |||
|
|||
def _create_refund(self): | |||
with Form( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't do with
here, as you are saving 2 times with it (one exiting the context and the other on the explicit call).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot migration sale_payment_sheet |
@carolinafernandez-tecnativa please supersede this PR fixing my last commit to proceed with the merge. |
Superseded by #2699 |
No description provided.