Sébastien Alix

Results 92 comments of Sébastien Alix

@simahawk sorry for the delay, can you re-open this so I can approve? We should port this in next versions I guess

@petrus-v thank you Pierre, I have now access to the package on PyPI.

I would like to merge the PR #115 before any new release if possible. Also, I was not able to fix Travis errors, there is a lot of code I...

You have to put this line right before: ``` extensions = gp.vcsdevelop ```

Replace `#egg=master` by `#egg=anybox.recipe.odoo` at the end, otherwise you are still using the 1.9.2 release: ``` vcs-extend-develop = git+https://github.com/anybox/anybox.recipe.odoo@e37e0ac527de58abe6e913e4eff670d2f8d72c9a#egg=anybox.recipe.odoo ```

Build fixed here: https://github.com/OCA/wms/pull/849

Hello @peluko00, thanks for this contribution! The dependency `delivery_procurement_group_carrier` has been merged, you can remove your TMP commit so this PR could be merged as well.

@simahawk @jbaudoux comments addressed, excepting the check on the length of pickings in `_select_document_from_package` as it was breaking tests, indeed the relevant response is generated by `_select_picking` afterwards, I preferred...