Logistics mailing list archives

logistics@odoo-community.org

Avatar

Re: Consume Stock based on Customer's Shipping Address

by
michael
- 19/05/2016 09:49:27
That sounds pretty good! Can you give me more details about how you solved this? Especially how you solved the problem that Magento only has 1 warehouse per default? Was your project open source?

On May 13, 2016, at 3:23 PM, Jean Sébastien HEDERER ASPerience <hedererjs@asperience.fr> wrote:

I've done something like that for magento. It's pretty simple to do.
I've done a "bird distance" computation and with nearest shops found I've done a "by car" computation using google maps, but this can be done with bing maps too I think. My algorithm includes choice of products available to split into packages, but this can be easily adapted to other scenarios

 


Cordialement
Jean-Sébastien Hederer
Conseil, intégration, hébergement de systèmes informatiques spécialisé en solutions logiciel libre de gestion d'entreprise
Spécialiste Odoo/OpenERP, OpenDAS et Magento
Mob.: 06 69 56 21 49
Tél.: 09 80 08 25 41
Fax.: 09 80 08 25 49
Support commercial ASPerience: 09 80 08 25 47
Support technique ASPerience: 09 80 08 25 48
*********************************************************************
Ce courriel et les documents qui sont attachés peuvent contenir des informations confidentielles. Si vous n'êtes pas le destinataire escompté, merci d'en informer l'expéditeur immédiatement et de détruire ce courriel ainsi que tous les documents attachés de votre système informatique. Toute divulgation, distribution ou copie du présent courriel et des documents attachés sans autorisation préalable de son émetteur est interdite.

This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, please advise the sender immediately and delete this e-mai land all attached documents from your computer system. Any unauthorised disclosure, distribution or copying hereof is prohibited."
**********************************************************************
 
----------------message d'origine-----------------
De: Michael Aigner [michael@stilnest.com]
A: Logistics [logistics@odoo-community.org]
Date: Fri, 13 May 2016 12:38:05 -0000
----------------------------------------------------------

OK, got that.

 
Well this means for us that this is new functionality that we need to build then. As I wrote before, is anyone here interested in a functionality like that? Process Sales Orders at the nearest Warehouse to the Shipping Address of the Customer? As we are pretty new to Odoo, could you guys guide us on how to approach this problem like custom Routes?
 
Thanks,
Michael
 
On May 13, 2016, at 2:22 PM, Jean Sébastien HEDERER ASPerience <hedererjs@asperience.fr> wrote:
 
it's openerp 7.0 documentation i think. and :

The tab Inventory in the Product form contains information about Locations:

  • Storage Localisation : for information only; they do not have any impact on the management of stock.

in code, posx, posy, and posz are never used in standard modules. They can be used to create something but geo-coordinates are more oftem stored with 2 numbers with 6 (or 7) digits
 
Cordialement
Jean-Sébastien Hederer
Conseil, intégration, hébergement de systèmes informatiques spécialisé en solutions logiciel libre de gestion d'entreprise
Spécialiste Odoo/OpenERP, OpenDAS et Magento
Mob.: 06 69 56 21 49
Tél.: 09 80 08 25 41
Fax.: 09 80 08 25 49
Support commercial ASPerience: 09 80 08 25 47
Support technique ASPerience: 09 80 08 25 48
*********************************************************************
Ce courriel et les documents qui sont attachés peuvent contenir des informations confidentielles. Si vous n'êtes pas le destinataire escompté, merci d'en informer l'expéditeur immédiatement et de détruire ce courriel ainsi que tous les documents attachés de votre système informatique. Toute divulgation, distribution ou copie du présent courriel et des documents attachés sans autorisation préalable de son émetteur est interdite.

This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, please advise the sender immediately and delete this e-mai land all attached documents from your computer system. Any unauthorised disclosure, distribution or copying hereof is prohibited."
**********************************************************************
 
----------------message d'origine-----------------
De: Michael Aigner [michael@stilnest.com]
A: Logistics [logistics@odoo-community.org]
Date: Thu, 12 May 2016 15:08:07 -0000
----------------------------------------------------------

@Jean, I’m always happy about feedback, but only about constructive feedback. So could you please tell me why you think this is obsolete?
 

On May 12, 2016, at 4:56 PM, Jean Sébastien HEDERER ASPerience <hedererjs@asperience.fr> wrote:
 
this is completely obsolete
 
Cordialement
Jean-Sébastien Hederer
Conseil, intégration, hébergement de systèmes informatiques spécialisé en solutions logiciel libre de gestion d'entreprise
Spécialiste Odoo/OpenERP, OpenDAS et Magento
Mob.: 06 69 56 21 49
Tél.: 09 80 08 25 41
Fax.: 09 80 08 25 49
Support commercial ASPerience: 09 80 08 25 47
Support technique ASPerience: 09 80 08 25 48
*********************************************************************
Ce courriel et les documents qui sont attachés peuvent contenir des informations confidentielles. Si vous n'êtes pas le destinataire escompté, merci d'en informer l'expéditeur immédiatement et de détruire ce courriel ainsi que tous les documents attachés de votre système informatique. Toute divulgation, distribution ou copie du présent courriel et des documents attachés sans autorisation préalable de son émetteur est interdite.

This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, please advise the sender immediately and delete this e-mai land all attached documents from your computer system. Any unauthorised disclosure, distribution or copying hereof is prohibited."
**********************************************************************
 
----------------message d'origine-----------------
De: Michael Aigner [michael@stilnest.com]
A: Logistics [logistics@odoo-community.org]
Date: Thu, 12 May 2016 14:37:52 -0000
----------------------------------------------------------

Guys,

 
nobody ever thought about that?
Actually there is a part of that in the official Odoo documentation, but either this is just an example or I configured it wrong:
"OpenERP will then deliver the goods from the warehouse that has the ordered product in stock. When products are available in several warehouses, OpenERP will select the nearest warehouse. To formalize the notion of distance between warehouses you should use the geographic co-ordinates (X, Y, Z) of the different stores to enable OpenERP to search for the nearest goods. The same co-ordinates could also be used to structure the shelves, aisles and interior rooms in a warehouse.”
 
As we need this feature very urgently we’d like to build this on our own, but we are pretty new to the whole inventory logic and locations tree. Could you give me some hints on how to achieve that? I guess we would need to change the procurement process or work with routes right? Any suggestions help us!
 
Thanks,
Michael
 
On May 9, 2016, at 3:33 PM, Michael Aigner <michael@stilnest.com> wrote:
 
Hi,

we have a Magento Shop that we synchronize with Odoo. Until now we served everything from one warehouse, but we want to open a US warehouse soon. Now I have the problem that I want Odoo to decide from which warehouse, based on the Shipping Adress of the Customer it should consume the Stock. How are you guys dealing with that kind of a problem?

In addition to that we use the MTO/MTS module to let Odoo decide if a product is on stock or if it should create a Purchase Order, so we would also need this module to decide then for which warehouse it should create the PO.

I’m curious about your ideas.

Thanks,
Michael

_______________________________________________
Mailing-List: http://odoo-community.org/groups/logistics-21
Post to: mailto:logistics@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe

 

_______________________________________________
Mailing-List: http://odoo-community.org/groups/logistics-21
Post to: mailto:logistics@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: http://odoo-community.org/groups/logistics-21
Post to: mailto:logistics@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: http://odoo-community.org/groups/logistics-21
Post to: mailto:logistics@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe


Reference