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

l10n_generic_coa.demo_invoice_followup invoice #1

Open
wants to merge 2 commits into
base: 12.0
Choose a base branch
from

Conversation

MPishpecki
Copy link

created after new year, causes test to break. linking
the invoice with a dummy statement excludes the
invoice move lines from tests.

created after new year, causes test to break. linking 
the invoice with a dummy statement excludes the 
invoice move lines from tests.
@MPishpecki MPishpecki requested a review from astirpe January 4, 2022 01:08
@astirpe
Copy link

astirpe commented Jan 4, 2022

This proposed fix could create confusion in case of not-yet new year. I would prefer to fix the travis error by changing
self.assertEqual(len(statement2.unreported_move_ids), 1)
to
self.assertGreaterEqual(len(statement2.unreported_move_ids), 1)

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.

2 participants