Commit 6f8c4b8a authored by Łukasz Nowak's avatar Łukasz Nowak

- reference is matching property for Trade Model Rule in default configuration


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba45ec85
...@@ -90,10 +90,22 @@ ...@@ -90,10 +90,22 @@
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>default_trade_model_rule</string> </value> <value> <string>default_trade_model_rule</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>expandable_property</string> </key> <key> <string>expandable_property</string> </key>
<value> <value>
...@@ -129,6 +141,14 @@ ...@@ -129,6 +141,14 @@
<key> <string>last_id</string> </key> <key> <string>last_id</string> </key>
<value> <string>3</string> </value> <value> <string>3</string> </value>
</item> </item>
<item>
<key> <string>matching_property</string> </key>
<value>
<tuple>
<string>reference</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Trade Model Rule</string> </value> <value> <string>Trade Model Rule</string> </value>
......
295 296
\ No newline at end of file \ No newline at end of file
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