Stock-logistics-warehouse: Migration to version 13.0

Created on 29 Sep 2019  ·  33Comments  ·  Source: OCA/stock-logistics-warehouse

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0

Modules to migrate

  • [x] account_move_line_product - By @ps-tubtim - #789
  • [x] account_move_line_stock_info - By @ps-tubtim - #793
  • [ ] procurement_auto_create_group
  • [x] scrap_reason_code - By @Khalid-SerpentCS - #837
  • [x] stock_account_change_qty_reason - By @AdriaGForgeFlow - #814
  • [ ] stock_account_internal_move - By @Rajkumar-pondy - #822
  • [ ] stock_auto_move - By @rousseldenis
  • [x] stock_available - By @ps-tubtim - #802
  • [ ] stock_available_mrp - By @ps-tubtim - #803
  • [x] stock_available_unreserved - By @LoisRForgeFlow - #810
  • [x] stock_change_qty_reason - By @AdriaGForgeFlow - #813
  • [x] stock_cycle_count - By @jimhoefnagels - #844
  • [x] stock_demand_estimate - By @LoisRForgeFlow - #818
  • [x] stock_inventory_chatter - By @JoanSForgeFlow - #815
  • [x] stock_inventory_cost_info - By @sergio-teruel - #845
  • [x] stock_inventory_discrepancy - By @HviorForgeFlow - #824
  • [x] stock_inventory_exclude_sublocation - By @HviorForgeFlow - #817
  • [x] stock_inventory_lockdown - By @AdriaGForgeFlow - #811
  • [x] stock_inventory_preparation_filter - By @sergio-teruel - #847
  • [ ] stock_inventory_verification_request
  • [ ] stock_location_lockdown - By @manuelregidor - #991
  • [x] stock_location_zone - By @guewen - #804
  • [x] stock_move_location - By @JoanSForgeFlow - #829
  • [x] stock_mts_mto_rule - By @deivislaya - #976
  • [x] stock_orderpoint_generator - By @victoralmau - #998
  • [x] stock_orderpoint_manual_procurement - By @JoanSForgeFlow - #833
  • [x] stock_orderpoint_manual_procurement_uom - By @ps-tubtim - #860
  • [x] stock_orderpoint_move_link - by @guewen - #823
  • [ ] stock_orderpoint_mrp_link
  • [x] stock_orderpoint_purchase_link - by @JoanSForgeFlow - #857
  • [x] stock_orderpoint_uom - By @JoanSForgeFlow - #832
  • [ ] stock_packaging
  • [ ] stock_picking_procure_method
  • [ ] stock_pull_list - By @JordiBForgeFlow - #999
  • [ ] stock_putaway_product_form - By @victoralmau - #1001
  • [x] stock_quant_manual_assign - By @digitalsatori - #877
  • [x] stock_removal_location_by_priority - By @ps-tubtim - #798
  • [x] stock_request - By @HviorForgeFlow - #839
  • [ ] stock_request_analytic - By @ps-tubtim - #863
  • [x] stock_request_direction - By @ps-tubtim - #865
  • [x] stock_request_kanban - By @HviorForgeFlow - #854
  • [ ] stock_request_picking_type - By @ps-tubtim - #867
  • [x] stock_request_purchase- By @JoanSForgeFlow - #858
  • [x] stock_request_submit - By @ps-tubtim - #866
  • [x] stock_request_tier_validation - By @ps-tubtim - #868
  • [x] stock_secondary_unit - By @ps-tubtim - #796
  • [x] stock_warehouse_calendar - By @LoisRForgeFlow - #794
  • [x] stock_warehouse_orderpoint_stock_info - By @ps-tubtim - #800
  • [x] stock_warehouse_orderpoint_stock_info_unreserved - By @ps-tubtim - #801

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

help wanted work in progress

Most helpful comment

I made migration of stock_mts_mto_rule. I am new on github so I dont know how to share it with you.

All 33 comments

Working on migration

  • account_move_line_product (https://github.com/OCA/stock-logistics-warehouse/pull/789)
  • account_move_line_stock_info (https://github.com/OCA/stock-logistics-warehouse/pull/793)
  • stock_secondary_unit (https://github.com/OCA/stock-logistics-warehouse/pull/796)
  • stock_removal_location_by_priority (https://github.com/OCA/stock-logistics-warehouse/pull/798).

stock_warehouse_orderpoint_stock_info https://github.com/OCA/stock-logistics-warehouse/pull/800

stock_warehouse_orderpoint_stock_info_unreserved https://github.com/OCA/stock-logistics-warehouse/pull/801

Can we have "stock_account_internal_move" in the modules to migration list?

Can we have "stock_account_internal_move" in the modules to migration list?

Done. You take care of migration ?

Done. You take care of migration ?
Yes

Why stock_mts_mto_rule is still on the list. Seems to be in standard in v13, with "Supply Method" on rule ?

Why stock_mts_mto_rule is still on the list. Seems to be in standard in v13, with "Supply Method" on rule ?

Indeed, but not completely. From a first sight, the only case not managed is the partial stock.

image

@saxomanu @rousseldenis I confirm that partial stock is not a standard option in v13 (meaning when you have 5 pieces on stock and customer want 12, the system will not take 5 from stock and manufacture remaining 7). We are fighting to make it work with v13 but not yet successful.

@plejsq Hi , have you made progress in making it work in v13? (The partial stock option, where Odoo first makes the stock 0 and them creates MOs for remaining quantity.)

thanks

@saxomanu @rousseldenis I confirm that partial stock is not a standard option in v13 (meaning when you have 5 pieces on stock and customer want 12, the system will not take 5 from stock and manufacture remaining 7). We are fighting to make it work with v13 but not yet successful.

Hi guys, my boss @plejsq ask me to help with it, so I made a little fix in the code of addons/stock/models/stock_rule.py. Should I make an PR for code review and then possible merge?

Soo @NSKTHR

The partial stock option, where Odoo first makes the stock 0 and them creates MOs for remaining quantity.

Is working properly now :smile:

@rrakso I am new to Github and Odoo. Started using it, ran into this issue and while searching about it ended up here. Dont know how things work here. Will you be making your fix available?

@NSKTHR hahah! So are we! Ok, so I'm little bit experienced at Github, so openning an pull request won't be a problem for me (I think so hahah) - then you will be able to see changed code (that little fix). Beside if you are new in odoo I can help you as I can to make it work for you, here
you can text me.

Is this module stock_account_inventory_force_date will be migrating to v13 or is this already in v13 ?

Is this module stock_account_inventory_force_date will be migrating to v13 or is this already in v13 ?

It's not yet migrated or migrating. Do you plan to do it ?

i will try to do it . But im new in it so i dont know is it be okey :)

i will try to do it . But im new in it so i dont know is it be okey :)

Don't hesitate to ask.

See : https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst

working on stock_cycle_count #844 (depends #824 )

I made migration of stock_mts_mto_rule. I am new on github so I dont know how to share it with you.

I made migration of stock_mts_mto_rule. I am new on github so I dont know how to share it with you.

please check here https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0
@johny1500

I made migration of stock_mts_mto_rule. I am new on github so I dont know how to share it with you.

@johny1500 im interested to getting your code for stock_mts_mto_rule Thx

Working on stock_orderpoint_manual_procurement_uom https://github.com/OCA/stock-logistics-warehouse/pull/860

working on stock_quant_manual_assign #877

@johny1500 im interested to getting your code for stock_mts_mto_rule. Can you send me a link or just put it in Github ?

Working on stock_putaway_method #935

Working on stock_putaway_method #935

@Bruno-Zanotti-Adhoc The only use of that module at the moment is stock_putaway_product which has been integrated in core. Do you have in mind to implement a new putaway method? if so, what are you thinking on?

Thanks for contributing.

Working on stock_putaway_method #935

@Bruno-Zanotti-Adhoc The only use of that module at the moment is stock_putaway_product which has been integrated in core. Do you have in mind to implement a new putaway method? if so, what are you thinking on?

Thanks for contributing.

@LoisRForgeFlow
Actually I didn't know that stock_putaway_product was already on core, and others putaway strategies that we were using are not needed anymore. So, I will close the pr.
Thanks for the review.

stock_mts_mto_rule #976

Working on stock_orderpoint_generator https://github.com/OCA/stock-logistics-warehouse/pull/998

Working on stock_putaway_product_form https://github.com/OCA/stock-logistics-warehouse/pull/1001

The module stock_mts_mto_rule is already migrated

I found this issue on ovio.org and would love to contribute!

Was this page helpful?
0 / 5 - 0 ratings