Commit cdcb897c authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-06-04 yo

* Do not enable reindexing by default. Who has approved such a change? It is up to the system administrator to decide when the catalog can be cleared.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35980 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad14f869
......@@ -85,9 +85,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -99,7 +97,9 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -173,18 +173,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.isCatalogUpdatable()</string> </value>
<value> <string>python:here.isCatalogUpdatable()</string> </value>
</item>
</dictionary>
</pickle>
......
2010-06-04 yo
* Do not enable reindexing by default. Who has approved such a change? It is up to the system administrator to decide when the catalog can be cleared.
2010-05-20 yo
* Movement_getPriceCalculationOperandDict must take into account delivery types when getting Trade Conditions.
......
NOTE: You must not include the portal type Business Template or the workflows for Business Template due to bootstrap problems. Look at ERP5Site.py in the Product ERP5 for more details.
NOTE: You must not include the portal type Business Template or the workflows for Business Template due to bootstrap problems. Look at ERP5Site.py in the Product ERP5 for more details.
NOTE 2: Everything which is not required for installing more business templates should not be put in erp5_core.
\ No newline at end of file
1597
\ No newline at end of file
1598
\ 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