-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
Add on_inventory_retry_assign #3
Conversation
A module that check the availability of the available delivery orders when an inventory is set to 'done'. If the quantity of a product has been reduced, delivery orders could become unavailable.
_logger = logging.getLogger(__name__) | ||
|
||
|
||
class stock_inventory(orm.Model): |
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.
CapsWords convention
I see a better name for the module stock_inventory_retry_assign. The rest LGTM. Regards. |
The 7.0 branch is now green, please rebase on 7.0 so that we can see if this branch is green as well. Thanks! |
Rebased, renamed, addressed @pedrobaeza points. |
@@ -19,7 +19,7 @@ services: | |||
|
|||
script: | |||
- travis_run_flake8 | |||
- travis_run_tests 7.0 openerp_test $HOME/product-attributes $HOME/webkit-tools $HOME/stock-logistics-warehouse | |||
- travis_run_tests 7.0 $HOME/product-attributes $HOME/webkit-tools $HOME/stock-logistics-warehouse |
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.
You don't need to put these arguments in last script version (has changed a lot since you did this PR)
👍 |
391d00c
to
4fec1c0
Compare
4fec1c0
to
152fc77
Compare
Hi @guewen, I updated the travis config (from the sample) in the main 7.0 branch, and I deleted the commits in this feature branch where you update Thanks! 👍 |
I proceed with the merge then, due to the age of the PR. Regards. |
[ADD] stock_inventory_retry_assign
…cking [FIX] generic partner structure
…eparation_line_lb varisou FIX
Move login/logout configuration wizard into Warehouse settings
stock_auto_move: externalize change group to be able to overload it
…ilability_button add OCA as author
…tner_by_carrier-imp [FIX] group pick operations as well with pick-ship delivery steps
…update standard price (#3)
[FIX] renamed views file to follow guideline
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (#3)
…update standard price (#3)
…update standard price (#3)
…update standard price (#3)
…update standard price (#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
…update standard price (OCA#3)
A module that check the availability of the available delivery orders
when an inventory is set to 'done'. If the quantity of a product has
been reduced, delivery orders could become unavailable.