Commit 7c758fd9 authored by Jérome Perrin's avatar Jérome Perrin

TradeModelPath: allow to dynamically configure source & destination trade

parent 24ec301c
...@@ -131,7 +131,7 @@ class TradeModelPath(Path): ...@@ -131,7 +131,7 @@ class TradeModelPath(Path):
'source_project', 'source_project',
#'source_referral', #'source_referral',
'source_section', 'source_section',
#'source_trade', 'source_trade',
#'source_transport' #'source_transport'
) )
...@@ -155,7 +155,7 @@ class TradeModelPath(Path): ...@@ -155,7 +155,7 @@ class TradeModelPath(Path):
'destination_project', 'destination_project',
#'destination_referral', #'destination_referral',
'destination_section', 'destination_section',
#'destination_trade', 'destination_trade',
#'destination_transport' #'destination_transport'
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment