-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
[PORT][8.0] vertical-ngo/transport_plan becomes stock_shipment_management #50
[PORT][8.0] vertical-ngo/transport_plan becomes stock_shipment_management #50
Conversation
8e246c9
to
7e4a71a
Compare
e25adf1
to
205821a
Compare
be30f55
to
187f8b1
Compare
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 8.1.6)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 8.1.7)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 8.1.8)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 8.1.9)
…olumn to transport_mode_id and change the field's type (/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 8.1.10)
You'll find here the changes on Logistic Requisitions (formerly known as Logistic Requests) specified in the OM-Spec-01 - Logistics Requisition document [0]. [0] https://docs.google.com/a/camptocamp.com/document/d/1zXZPmZvLPUsZL-85Pd1wJ7yjJwFxUH3sc8Tgm_ueydI (/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 9)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 9.1.1)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 10)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 11)
…mething before (/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 12)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 13)
… the column to transport_mode_id and change the field's type (/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 14)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 25)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 26)
Plus add base field to show values of selected moves and to create shipment
bb29002
to
6108782
Compare
|
||
@api.multi | ||
def _picking_assign(self, procurement_group, location_from, location_to): | ||
""" When an arrival transit move is splitted, we create a backorder |
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.
split
…ve is splitted in order to extract both from shipment plan
d71ee50
to
34eb626
Compare
@lepistone Amended 2 typos of split |
{"name": "Shipment Management", | ||
"version": "0.1", | ||
"author": "Camptocamp", | ||
"category": "Transportation", |
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.
Maybe we could use an existing category, like 'Warehouse Management'?
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.
@lepistone This module is not there for warehouse management as we want to know when a shipment is arrived. Does a warehouse manager cares about it? IMO it's more about transportation than stock.
Thanks, 👍 |
👍 |
[PORT][8.0] vertical-ngo/transport_plan becomes stock_shipment_management
This is a refactoring of module transport_plan from vertical-ngo
It allows to manage a shipment from departure to arrival.
Depends on:
TODO: