Commit 862f30fd authored by Nicolas Delaby's avatar Nicolas Delaby

This validaiton script check reference against ean13 code pattern,

disable it by default.

Anyway such checks must done by checkConsistency

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0769148b
......@@ -12,7 +12,6 @@
<list>
<string>display_maxwidth</string>
<string>display_width</string>
<string>external_validator</string>
<string>title</string>
</list>
</value>
......@@ -63,10 +62,6 @@
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -98,12 +93,6 @@
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_dialog_mode_reference</string> </value>
......@@ -126,17 +115,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>DeliveryLine_validateItemCreationDialogReference</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
272
\ No newline at end of file
273
\ 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