Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
erp5
Commits
43b37458
Commit
43b37458
authored
Nov 12, 2024
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Plain Diff
Remove useless fulltext indexation for some line/cell
See merge request
!2012
parents
42491c4d
78171b2c
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
310 additions
and
10 deletions
+310
-10
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
...ng/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
+19
-1
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Execution%20Cell.xml
...ateItem/portal_types/Manufacturing%20Execution%20Cell.xml
+15
-1
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Execution%20Line.xml
...ateItem/portal_types/Manufacturing%20Execution%20Line.xml
+15
-1
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Order%20Cell.xml
...emplateItem/portal_types/Manufacturing%20Order%20Cell.xml
+6
-0
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Order%20Line.xml
...emplateItem/portal_types/Manufacturing%20Order%20Line.xml
+6
-0
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Cell.xml
...peTemplateItem/portal_types/Production%20Order%20Cell.xml
+18
-2
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Line.xml
...peTemplateItem/portal_types/Production%20Order%20Line.xml
+15
-1
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Packing%20List%20Cell.xml
...eItem/portal_types/Production%20Packing%20List%20Cell.xml
+15
-1
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Packing%20List%20Line.xml
...eItem/portal_types/Production%20Packing%20List%20Line.xml
+15
-1
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Order%20Cell.xml
...TypeTemplateItem/portal_types/Internal%20Order%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Cell.xml
...ateItem/portal_types/Internal%20Packing%20List%20Cell.xml
+18
-2
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Cell.xml
...TypeTemplateItem/portal_types/Purchase%20Order%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Cell.xml
...ateItem/portal_types/Purchase%20Packing%20List%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Line.xml
...ateItem/portal_types/Purchase%20Packing%20List%20Line.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Order%20Cell.xml
...eItem/portal_types/Returned%20Purchase%20Order%20Cell.xml
+10
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Order%20Line.xml
...eItem/portal_types/Returned%20Purchase%20Order%20Line.xml
+10
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Packing%20List%20Cell.xml
...tal_types/Returned%20Purchase%20Packing%20List%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Order%20Cell.xml
...plateItem/portal_types/Returned%20Sale%20Order%20Cell.xml
+10
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Order%20Line.xml
...plateItem/portal_types/Returned%20Sale%20Order%20Line.xml
+10
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Cell.xml
.../portal_types/Returned%20Sale%20Packing%20List%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Cell.xml
...rtalTypeTemplateItem/portal_types/Sale%20Order%20Cell.xml
+16
-0
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Cell.xml
...emplateItem/portal_types/Sale%20Packing%20List%20Cell.xml
+16
-0
No files found.
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
View file @
43b37458
...
...
@@ -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>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Execution%20Cell.xml
View file @
43b37458
...
...
@@ -77,7 +77,15 @@
</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/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -87,6 +95,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
ManufacturingExecutionCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Execution%20Line.xml
View file @
43b37458
...
...
@@ -77,7 +77,15 @@
</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/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -87,6 +95,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
ManufacturingExecutionLine
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -73,6 +73,12 @@
<none/>
</value>
</item>
<item>
<key>
<string>
searchable_text_property_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Manufacturing%20Order%20Line.xml
View file @
43b37458
...
...
@@ -85,6 +85,12 @@
<key>
<string>
redirect_script
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
searchable_text_property_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -63,11 +63,21 @@
</item>
<item>
<key>
<string>
init_script
</string>
</key>
<value>
<string></string>
</value>
<value>
<none/>
</value>
</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/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -77,6 +87,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Order%20Line.xml
View file @
43b37458
...
...
@@ -77,12 +77,20 @@
</item>
<item>
<key>
<string>
permission
</string>
</key>
<value>
<string></string>
</value>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
redirect_script
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
searchable_text_property_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
...
...
@@ -91,6 +99,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderLine
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -67,7 +67,15 @@
</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/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -77,6 +85,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_mrp/PortalTypeTemplateItem/portal_types/Production%20Packing%20List%20Line.xml
View file @
43b37458
...
...
@@ -77,7 +77,15 @@
</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/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -87,6 +95,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryLine
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -55,6 +55,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -63,6 +73,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Internal%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -20,8 +20,8 @@
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
A DeliveryCell allows to define specific quantities\
r\
n
for each variation of a resource in a delivery line.\
r\
n
<value>
<string>
A DeliveryCell allows to define specific quantities\n
for each variation of a resource in a delivery line.\n
</string>
</value>
</item>
<item>
...
...
@@ -55,6 +55,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -63,6 +73,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -55,6 +55,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -63,6 +73,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -53,6 +53,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -61,6 +71,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Purchase%20Packing%20List%20Line.xml
View file @
43b37458
...
...
@@ -53,6 +53,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -61,6 +71,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryLine
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -55,6 +55,16 @@
<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>
<value>
<string></string>
</value>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Order%20Line.xml
View file @
43b37458
...
...
@@ -72,6 +72,16 @@
<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>
<value>
<string></string>
</value>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Purchase%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -71,6 +71,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -79,6 +89,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -55,6 +55,16 @@
<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>
<value>
<string></string>
</value>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Order%20Line.xml
View file @
43b37458
...
...
@@ -57,6 +57,16 @@
<key>
<string>
redirect_script
</string>
</key>
<value>
<string></string>
</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>
<value>
<string></string>
</value>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Returned%20Sale%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -52,6 +52,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -60,6 +70,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Order%20Cell.xml
View file @
43b37458
...
...
@@ -61,6 +61,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -69,6 +79,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Packing%20List%20Cell.xml
View file @
43b37458
...
...
@@ -53,6 +53,16 @@
<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>
<value>
<string></string>
</value>
...
...
@@ -61,6 +71,12 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
DeliveryCell
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment