Commit 5d4f8a17 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp: don't index line in full text

parent 23e1446d
...@@ -77,7 +77,15 @@ ...@@ -77,7 +77,15 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -87,6 +95,12 @@ ...@@ -87,6 +95,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>ManufacturingExecutionLine</string> </value> <value> <string>ManufacturingExecutionLine</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -85,6 +85,12 @@ ...@@ -85,6 +85,12 @@
<key> <string>redirect_script</string> </key> <key> <string>redirect_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
...@@ -77,12 +77,20 @@ ...@@ -77,12 +77,20 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>redirect_script</string> </key> <key> <string>redirect_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -91,6 +99,12 @@ ...@@ -91,6 +99,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>OrderLine</string> </value> <value> <string>OrderLine</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -77,7 +77,15 @@ ...@@ -77,7 +77,15 @@
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -87,6 +95,12 @@ ...@@ -87,6 +95,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>DeliveryLine</string> </value> <value> <string>DeliveryLine</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
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