OCA / product-kitting

Odoo Kitting Addons
GNU Affero General Public License v3.0
17 stars 45 forks source link

Add sale_bom_split_dropshipping: compatibility module #6

Closed guewen closed 7 years ago

guewen commented 9 years ago

Between sale_bom_split and sale_dropshipping.

When both modules are installed, the components of the BoM are added in the normal picking even if the line is set to "dropshipping". With this compatibility module, the components are well considered as dropshipped and are not added in the picking, but have "on order" procurements.

mdietrichc2c commented 9 years ago

There was an issue in the refactoring: the picking_id was not assigned after _create_components_moves_and_procurements, which meant that 2 pickings were created, and the first one was never confirmed.

guewen commented 9 years ago

I used git rebase -i to clean the history

pedrobaeza commented 7 years ago

As Travis is red and no fix, I close. Feel free to reopen in case there's interest.