-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
[11.0][MIG] stock_inventory_lockdown #479
[11.0][MIG] stock_inventory_lockdown #479
Conversation
This module is a feature extracted from stock_inventory_location. Ported to v8 and new API Adopted latest OCA standards Added tests
in stock move instead of checks in quants. This will allow for a more robust lockdown, and still make it possible to perform inventory adjustments in the locked location. Also resolves an outstanding issue related to the previous design not allowing inventory adjustments where negative quants existed.
8ae9ec1
to
20393a5
Compare
20393a5
to
cb10ddb
Compare
@sbidoul FYI, I ran oca-gen-addon-readme in my local for this module and I got an error due to an author with a non-ascii name ("Numérigraphe"). I don't know whether this was only a local issue or it can happen after merge. |
That's because you have installed maintainer-tools for Python 2 instead of Python 3. |
cb10ddb
to
a202852
Compare
@pedrobaeza You are right! Thanks. pre-generated README added. |
As Lucky @pedrobaeza Luke says :) |
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 review
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, tested ok
Migration to v11.