diff --git a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml index 6d67908f29166578bcae77449d05b019b1f21b9d..10035746d2ddd4de97d7d8b38d647862150c0428 100644 --- a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml +++ b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml @@ -49,7 +49,19 @@ </item> <item> <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> <key> <string>title</string> </key> @@ -59,6 +71,12 @@ <key> <string>type_class</string> </key> <value> <string>InvoiceCell</string> </value> </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> </dictionary> </pickle> </record>