-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
16.0 [MIG] l10n_be_partner_kbo_bce #159
16.0 [MIG] l10n_be_partner_kbo_bce #159
Conversation
e845942
to
6d410b5
Compare
@victor-champonnois |
411e5ac
to
ffa0283
Compare
@luc-demeyer thanks, it works :) |
@victor-champonnois |
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.
LGTM
Hi @victor-champonnois |
@victor-champonnois can you rebase, now that partner_identification is merged? |
ffa0283
to
d99f3a3
Compare
d99f3a3
to
9899bda
Compare
a38ad90
to
3ad1fc5
Compare
3ad1fc5
to
6a0f9e0
Compare
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.
Small request for change.
def setUp(self): | ||
super(TestKboBceNumber, self).setUp() | ||
self.rp_1 = self.env.ref("l10n_be_partner_kbo_bce.res_partner_1") | ||
self.be = self.env.ref("base.be") |
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.
Should use setUpClass, which is more performant.
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.
I tested with setupclass instead of super(), but the tests failed. They are not designed to be used with setupclass, it would demand to rewrite them. And I think this is out of scope
|
||
class TestKboBceNumber(TransactionCase): | ||
def setUp(self): | ||
super(TestKboBceNumber, self).setUp() |
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.
can use plain super()
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.
done
This PR has the |
/ocabot merge patch |
Thanks! |
On my way to merge this fine PR! |
Congratulations, your PR was merged at b86df2e. Thanks a lot for contributing to OCA. ❤️ |
Tests do not work because OCA/partner-contact#1397 needs to be merged first[fixed]
When runningpre-commit run -a
I have a prompt that asks me to login to gitlab :