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

[FIX] stock_picking_batch_extended: float_is_zero required parameters #595

Conversation

carlosdauden
Copy link
Contributor

@Tecnativa TT18083

@OCA-git-bot
Copy link
Contributor

Hi @Tecnativa, @camptocamp,
some modules you are maintaining are being modified, check this out!

@pedrobaeza pedrobaeza added this to the 12.0 milestone Dec 18, 2019
@pedrobaeza pedrobaeza requested review from rousseldenis and i-vyshnevska and removed request for rousseldenis December 18, 2019 13:20
@i-vyshnevska
Copy link
Member

can you update other calls float_is_zero in this addon

@carlosdauden carlosdauden force-pushed the 12.0-fix-stock_picking_batch_extended-float_is_zero branch from f47d0fb to f310380 Compare December 18, 2019 15:50
return float_is_zero(
operation.product_qty,
precision_rounding=operation.product_uom_id.rounding
) and operation.qty_done or operation.product_qty
Copy link
Member

Choose a reason for hiding this comment

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

Should not be qty_done tested with float_is_zero as well?

Copy link
Member

Choose a reason for hiding this comment

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

Commented offline :)

@pedrobaeza
Copy link
Member

@i-vyshnevska is it ok for you?

@pedrobaeza
Copy link
Member

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 12.0-ocabot-merge-pr-595-by-pedrobaeza-bump-patch, awaiting test results.

OCA-git-bot added a commit that referenced this pull request Dec 18, 2019
Signed-off-by pedrobaeza
@OCA-git-bot OCA-git-bot merged commit f310380 into OCA:12.0 Dec 18, 2019
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at c40f5cf. 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.

None yet

6 participants