-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
[17.0][FIX] account_payment_order: add missing company currency field on payment line #1378
[17.0][FIX] account_payment_order: add missing company currency field on payment line #1378
Conversation
af799fd
to
f3cc019
Compare
Thanks @micheledic |
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 merge minor
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 8db0718. Thanks a lot for contributing to OCA. ❤️ |
@@ -88,6 +88,7 @@ | |||
<field name="amount_currency" string="Amount" /> | |||
<field name="currency_id" invisible="1" /> | |||
<field name="name" optional="show" /> | |||
<field name="company_currency_id" invisible="1" /> |
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.
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.
Agh, true. @micheledic can you please do a PR fixing it?
Fixes #1379