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

[16.0][MIG] account_asset_batch_compute: Migration to 16.0 #1611

Merged

Conversation

JavierIniesta
Copy link

@JavierIniesta JavierIniesta commented Mar 13, 2023

Migration to 16.0

#1472

@JavierIniesta JavierIniesta mentioned this pull request Mar 13, 2023
33 tasks
@JavierIniesta JavierIniesta force-pushed the 16.0-mig-account_asset_batch_compute branch from 6d8da2a to ba267d5 Compare March 14, 2023 09:02
@JavierIniesta JavierIniesta changed the title [WIP][16.0][MIG] account_asset_batch_compute: Migration to 16.0 [16.0][MIG] account_asset_batch_compute: Migration to 16.0 Apr 13, 2023
@JavierIniesta
Copy link
Author

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()
Copy link
Contributor

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()."

Copy link
Author

Choose a reason for hiding this comment

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

Done.

@JavierIniesta JavierIniesta force-pushed the 16.0-mig-account_asset_batch_compute branch from ba267d5 to 8adec89 Compare May 29, 2023 06:24
@RodrigoBM
Copy link
Contributor

is it possible to merge this PR? @OCA/accounting-maintainers

@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). 🤖

@kittiu
Copy link
Member

kittiu commented Jun 3, 2023

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 16.0-ocabot-merge-pr-1611-by-kittiu-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 115113d into OCA:16.0 Jun 3, 2023
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 94f650e. Thanks a lot for contributing to OCA. ❤️

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

Successfully merging this pull request may close these issues.