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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aaron Chen
erp5
Commits
f968bb32
Commit
f968bb32
authored
Sep 05, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_barcode: update XML and migrate property sheets
parent
41f9cd88
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
648 additions
and
130 deletions
+648
-130
bt5/erp5_barcode/ExtensionTemplateItem/portal_components/extension.erp5.Barcode.xml
...TemplateItem/portal_components/extension.erp5.Barcode.xml
+0
-27
bt5/erp5_barcode/PropertySheetTemplateItem/Barcode.py
bt5/erp5_barcode/PropertySheetTemplateItem/Barcode.py
+0
-98
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode.xml
...pertySheetTemplateItem/portal_property_sheets/Barcode.xml
+60
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/coding_type_property.xml
...m/portal_property_sheets/Barcode/coding_type_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/column_number_property.xml
...portal_property_sheets/Barcode/column_number_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/horizontal_padding_property.xml
...l_property_sheets/Barcode/horizontal_padding_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_bottom_margin_property.xml
...l_property_sheets/Barcode/page_bottom_margin_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_height_property.xml
...m/portal_property_sheets/Barcode/page_height_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_left_margin_property.xml
...tal_property_sheets/Barcode/page_left_margin_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_right_margin_property.xml
...al_property_sheets/Barcode/page_right_margin_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_top_margin_property.xml
...rtal_property_sheets/Barcode/page_top_margin_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_width_property.xml
...em/portal_property_sheets/Barcode/page_width_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/row_number_property.xml
...em/portal_property_sheets/Barcode/row_number_property.xml
+53
-0
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/vertical_padding_property.xml
...tal_property_sheets/Barcode/vertical_padding_property.xml
+53
-0
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/BarcodeModule_viewBarcodeList.xml
...rtal_skins/erp5_barcode/BarcodeModule_viewBarcodeList.xml
+1
-1
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Barcode_view.xml
...inTemplateItem/portal_skins/erp5_barcode/Barcode_view.xml
+1
-1
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Barcode_viewPrintSheetDialog.xml
...ortal_skins/erp5_barcode/Barcode_viewPrintSheetDialog.xml
+1
-1
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Base_viewBarcodeFieldLibrary.xml
...ortal_skins/erp5_barcode/Base_viewBarcodeFieldLibrary.xml
+1
-1
bt5/erp5_barcode/bt/revision
bt5/erp5_barcode/bt/revision
+1
-1
No files found.
bt5/erp5_barcode/ExtensionTemplateItem/portal_components/extension.erp5.Barcode.xml
View file @
f968bb32
...
...
@@ -72,33 +72,6 @@
<key>
<string>
action
</string>
</key>
<value>
<string>
validate
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
ERP5TypeTestCase
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1377844655.09
</float>
<string>
GMT+9
</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
validated
</string>
</value>
...
...
bt5/erp5_barcode/PropertySheetTemplateItem/Barcode.py
deleted
100644 → 0
View file @
41f9cd88
##############################################################################
#
# Copyright (c) 2002-2008 Nexedi SA and Contributors. All Rights Reserved.
# Nicolas Delaby <nicolas@nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software
# Service Company
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
class
Barcode
:
_properties
=
(
{
'id'
:
'coding_type'
,
'description'
:
'Type of Barceode Codification'
,
'type'
:
'string'
,
'mode'
:
'w'
},
{
'id'
:
'column_number'
,
'description'
:
'Number of Columns'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'row_number'
,
'description'
:
'Number of Rows'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'horizontal_padding'
,
'description'
:
'Horizontal Padding'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'vertical_padding'
,
'description'
:
'Vertical Padding'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_top_margin'
,
'description'
:
'Page Top Margin'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_bottom_margin'
,
'description'
:
'Page Bottom Margin'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_left_margin'
,
'description'
:
'Page Left Margin'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_right_margin'
,
'description'
:
'Page Right Margin'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_height'
,
'description'
:
'Page Height'
,
'type'
:
'int'
,
'mode'
:
'w'
},
{
'id'
:
'page_width'
,
'description'
:
'Page Width'
,
'type'
:
'int'
,
'mode'
:
'w'
},
)
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Property Sheet"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_count
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
_mt_index
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
_tree
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Barcode
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Property Sheet
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Length"
module=
"BTrees.Length"
/>
</pickle>
<pickle>
<int>
0
</int>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"OOBTree"
module=
"BTrees.OOBTree"
/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"OOBTree"
module=
"BTrees.OOBTree"
/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/coding_type_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/string
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Type of Barceode Codification
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
coding_type_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/column_number_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Number of Columns
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
column_number_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/horizontal_padding_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Horizontal Padding
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
horizontal_padding_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_bottom_margin_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Bottom Margin
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_bottom_margin_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_height_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Height
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_height_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_left_margin_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Left Margin
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_left_margin_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_right_margin_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Right Margin
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_right_margin_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_top_margin_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Top Margin
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_top_margin_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/page_width_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Page Width
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
page_width_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/row_number_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Number of Rows
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
row_number_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/PropertySheetTemplateItem/portal_property_sheets/Barcode/vertical_padding_property.xml
0 → 100644
View file @
f968bb32
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Standard Property"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
mode
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
string
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
elementary_type/int
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Vertical Padding
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
vertical_padding_property
</string>
</value>
</item>
<item>
<key>
<string>
mode
</string>
</key>
<value>
<string>
w
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Standard Property
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/BarcodeModule_viewBarcodeList.xml
View file @
f968bb32
...
...
@@ -2,7 +2,7 @@
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ERP5
Form"
module=
"Products.ERP5Form.Form
"
/>
<global
name=
"ERP5
Form"
module=
"erp5.portal_type
"
/>
</pickle>
<pickle>
<dictionary>
...
...
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Barcode_view.xml
View file @
f968bb32
...
...
@@ -2,7 +2,7 @@
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ERP5
Form"
module=
"Products.ERP5Form.Form
"
/>
<global
name=
"ERP5
Form"
module=
"erp5.portal_type
"
/>
</pickle>
<pickle>
<dictionary>
...
...
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Barcode_viewPrintSheetDialog.xml
View file @
f968bb32
...
...
@@ -2,7 +2,7 @@
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ERP5
Form"
module=
"Products.ERP5Form.Form
"
/>
<global
name=
"ERP5
Form"
module=
"erp5.portal_type
"
/>
</pickle>
<pickle>
<dictionary>
...
...
bt5/erp5_barcode/SkinTemplateItem/portal_skins/erp5_barcode/Base_viewBarcodeFieldLibrary.xml
View file @
f968bb32
...
...
@@ -2,7 +2,7 @@
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ERP5
Form"
module=
"Products.ERP5Form.Form
"
/>
<global
name=
"ERP5
Form"
module=
"erp5.portal_type
"
/>
</pickle>
<pickle>
<dictionary>
...
...
bt5/erp5_barcode/bt/revision
View file @
f968bb32
24
\ No newline at end of file
25
\ No newline at end of file
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