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

Add German date format #222

Closed
wants to merge 5 commits into from
Closed

Add German date format #222

wants to merge 5 commits into from

Conversation

wildi1
Copy link

@wildi1 wildi1 commented Aug 29, 2019

No description provided.

@pedrobaeza pedrobaeza added this to the 11.0 milestone Aug 29, 2019
Copy link

@benbrich benbrich left a comment

Choose a reason for hiding this comment

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

Just tested and it works fine! How about merging this one?

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@benbrich
Copy link

benbrich commented Mar 3, 2020

@pedrobaeza is there a reason, why not merging this one? Any Problems with the code in other countries?

@pedrobaeza
Copy link
Member

I'm not anymore OCA's community manager and I'm not monitoring PRs. This should corresponds to the PSC (as in the past, but I served as wildcard). I can do it one last time, but now this PR is contaminated with 4 commits more than when I approved it.

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.

Remove extra commits, that also performs other things.

@benbrich
Copy link

benbrich commented Mar 3, 2020

Hi and thanks, I understand! Wanted to address @StefanRijnhart first, but thought you are on the PSC and on the topic. Couldn't find a maintainer in the readme. Will remember next time...

@benbrich
Copy link

benbrich commented Mar 3, 2020

@wildi1 would be great if you could fix this soon! :-)

@@ -156,7 +156,7 @@ def _post_process_statement_line(self, raw_lines):
# transaction of currency change if yes merge the transaction
# as for odoo it's only one line
cline = currency_change_lines.get(line['origin_transaction_id'])
if cline:
if cline and (cline['amount'] * line['amount'] > 0):
Copy link
Member

Choose a reason for hiding this comment

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

I'm slightly puzzled by this line. It looks like you encountered a statement line with the currency amount having the wrong sign. Can you clarify this a bit, or even better, add a test for this situation?

@wildi1
Copy link
Author

wildi1 commented Mar 4, 2020

@pedrobaeza The first PR was made in Aug 19. I thought it will be merged soon after you approved it and so I forgot that it is not merged yet. Therfore my other commits have contaminated this PR.

@StefanRijnhart This schould be part of an other Pull Request I already made. I have split them now in two separate PRs.

Here is the new PR for this request.
#256

@wildi1 wildi1 closed this Mar 4, 2020
@wildi1
Copy link
Author

wildi1 commented Mar 4, 2020

@StefanRijnhart Here is the other PR and the explenation of the behaviour with the wrong sign.
#258

@wildi1
Copy link
Author

wildi1 commented Mar 4, 2020

@benbrich I have fixed it soon :) When you are using Paypal with different currencies you should also have a look at #258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants