-
-
Notifications
You must be signed in to change notification settings - Fork 240
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][MIG] account_financial_report_operating_unit : Migration to 17.0 #686
[17.0][MIG] account_financial_report_operating_unit : Migration to 17.0 #686
Conversation
a017e88
to
d84f8fc
Compare
d84f8fc
to
f81983f
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.
Code looks good. There are no unit tests for the moment
@traitrantrobz can you pls remove dependency commit and rebase?
|
f81983f
to
0eab7e1
Compare
@@ -13,10 +13,10 @@ def _get_report_values(self, docids, data): | |||
|
|||
@api.model | |||
def _get_move_lines_domain_not_reconciled( | |||
self, company_id, account_ids, partner_ids, target_move, date_from | |||
self, company_id, account_ids, partner_ids, only_posted_moves, date_from |
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.
Is this change needed?
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.
@yankinmax I want to synchronize the parameter names of the original function.
This PR has the |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
It looks like something changed on |
Congratulations, your PR was merged at 8850ad0. Thanks a lot for contributing to OCA. ❤️ |
Depends on:
[17.0][MIG] account_financial_report account-financial-reporting#1101
[MIG] account_operating_unit: Migration to 17.0 #670