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

[17.0][FIX] account_payment_order: add missing company currency field on payment line #1378

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

micheledic
Copy link

@micheledic micheledic commented Nov 20, 2024

Fixes #1379

@micheledic micheledic force-pushed the 17.0_fix_missing_company_currency_field branch from af799fd to f3cc019 Compare November 20, 2024 15:51
@micheledic micheledic changed the title [FIX] account_payment_order: add missing currency field on payment line [FIX] account_payment_order: add missing company currency field on payment line Nov 20, 2024
@sergio-teruel
Copy link
Contributor

Thanks @micheledic

@pedrobaeza pedrobaeza added this to the 17.0 milestone Nov 22, 2024
@pedrobaeza pedrobaeza changed the title [FIX] account_payment_order: add missing company currency field on payment line [17.0][FIX] account_payment_order: add missing company currency field on payment line Nov 22, 2024
Copy link
Member

@pedrobaeza pedrobaeza 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 minor

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 17.0-ocabot-merge-pr-1378-by-pedrobaeza-bump-minor, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 0408229 into OCA:17.0 Nov 22, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

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" />

Choose a reason for hiding this comment

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

I think that in the tree view, it should use the column_invisible attribute instead of invisible.
image

Copy link
Member

@pedrobaeza pedrobaeza Nov 22, 2024

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?

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