Commit 78171b2c authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_invoicing: don't index reference in fulltext which is usually generated...

erp5_invoicing: don't index reference in fulltext which is usually generated by system and meaningless

it's like 5.1, 2.4
parent e747df6f
...@@ -49,7 +49,19 @@ ...@@ -49,7 +49,19 @@
</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>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -59,6 +71,12 @@ ...@@ -59,6 +71,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>InvoiceCell</string> </value> <value> <string>InvoiceCell</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