routeMap routes

Routes in Odoo are warehouse locations where a product may be 'routed' to. A location can be a manufacturing location (some operation is performed) or a physical location (a warehouse itself).

Add a Property Mapping

To parse the values from the routes, setup the following property mapping.

To update this from SharpSync, start by adding a Property Mapping for

product.template.route_ids

Setting
Value

Primary Accessor

(Unmapped) [or property of your choice]

Secondary Accessor

product.template.route_ids

List name

stock.route

List value selector

{id} : {display_name}

Prefer Odoo Value

checked

Update Odoo on submit

checked

Rendering Type

Advanced Selection List **see setup below

After adding the List value selector, click the Save button at the bottom.

The list values will update. Use this to generate a list of JSON objects

Change rendering type

Change the rendering type to Advanced Selection List

Add an import rule

Add an import Rule for Odoo. This rule will convert multiple numeric values list e.g.

into a user friendly list like this on screen

Add a new import rule and make sure it is checked only for Odoo. Set the text to this:

Last updated