Commit f8bd8561 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

unify 'EAN 13' to 'EAN-13'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 61026787
...@@ -36,7 +36,7 @@ class ApparelAssortment: ...@@ -36,7 +36,7 @@ class ApparelAssortment:
_properties = ( _properties = (
{ 'id' : 'ean13_code', { 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this apparel model', 'description' : 'The EAN-13 code of this apparel model',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'apparel_size_title', { 'id' : 'apparel_size_title',
......
...@@ -80,7 +80,7 @@ class ApparelModel: ...@@ -80,7 +80,7 @@ class ApparelModel:
'type' : 'float', 'type' : 'float',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'ean13_code', { 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this apparel model', 'description' : 'The EAN-13 code of this apparel model',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'quilting_time', { 'id' : 'quilting_time',
......
142 143
\ No newline at end of file \ No newline at end of file
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value> <value> <string>The EAN-13 code of this document</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>EAN 13 Code</string> </value> <value> <string>EAN-13 Code</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value> <value> <string>The EAN-13 code of this document</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>EAN 13 Code</string> </value> <value> <string>EAN-13 Code</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
648 649
\ No newline at end of file \ No newline at end of file
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value> <value> <string>The EAN-13 code of this document</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value> <value> <string>The EAN-13 code of this document</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value> <value> <string>The EAN-13 code of this document</string> </value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
......
379 380
\ No newline at end of file \ No newline at end of file
...@@ -40,7 +40,7 @@ class Reference: ...@@ -40,7 +40,7 @@ class Reference:
'range' : True, 'range' : True,
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'ean13_code', { 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this document', 'description' : 'The EAN-13 code of this document',
'type' : 'string', 'type' : 'string',
'mode' : 'w' }, 'mode' : 'w' },
# WARNING: the naming is wrong because it conflicts with getSourceReference # WARNING: the naming is wrong because it conflicts with getSourceReference
......
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