-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
[14.0][FIX] l10n_ch_base_bank (Forward port) #616
Conversation
This is a forward port of * OCA#603 On an unrelated PR the test for l10n_ch_base_bank were broken. It seems to be related to this new change introduced by * odoo/odoo#67599 Which test the valid of the type journal. So this fixes the test, but I am not sure if they are still meaningfull.
Oh I did not see there was already this one #609 |
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 patch
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
This PR has the |
Congratulations, your PR was merged at a57cb30. Thanks a lot for contributing to OCA. ❤️ |
This is a forward port of
On an unrelated PR the test for l10n_ch_base_bank were broken.
It seems to be related to this new change introduced by
Which test the valid of the type journal.
So this fixes the test, but I am not sure if they are still meaningfull.