Commit 80288b17 authored by Tristan Cavelier's avatar Tristan Cavelier

WIP replace "cell" & replace "here.getXDate()"

Migrate all FormBox (Not tested !)

(now, "cell" triggers NameError)
(now, "here" is the solver decision instead of the Sale Packing List)
parent fddb1053
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'value\', None)</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'value\', None)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyListDict().values()[0]</string> </value> <value> <string>python:here.getConfigurationPropertyListDict().values()[0]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getCausalityValue().getTestedPropertyList()</string> </value> <value> <string>python:here.getCausalityValue().getTestedPropertyList()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'start_date\', here.getStartDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'start_date\', here.getDeliveryValue().getDeliveryValue().getStartDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'stop_date\', here.getStopDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'stop_date\', here.getDeliveryValue().getDeliveryValue().getStopDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'start_date\', here.getStartDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'start_date\', here.getDeliveryValue().getDeliveryValue().getStartDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'stop_date\', here.getStopDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'stop_date\', here.getDeliveryValue().getDeliveryValue().getStopDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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