-
-
Notifications
You must be signed in to change notification settings - Fork 763
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] account_asset_batch_compute: Migration to 16.0 #1611
[16.0][MIG] account_asset_batch_compute: Migration to 16.0 #1611
Conversation
6d8da2a
to
ba267d5
Compare
We have done functional tests and it works correctly. |
def asset_compute(self): | ||
self.ensure_one() | ||
if not self.batch_processing: | ||
return super(AccountAssetCompute, self).asset_compute() |
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.
Apply PEP 3135 (28-Apr-2007) to "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.
ba267d5
to
8adec89
Compare
is it possible to merge this PR? @OCA/accounting-maintainers |
This PR has the |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 94f650e. Thanks a lot for contributing to OCA. ❤️ |
Migration to 16.0
#1472