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
Laurent S
erp5
Commits
b2d2e552
Commit
b2d2e552
authored
Dec 09, 2011
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XML changes by portal_type migration only.
parent
edc87797
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
92 additions
and
40 deletions
+92
-40
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Acknowledgement.xml
...m/PortalTypeTemplateItem/portal_types/Acknowledgement.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Campaign%20Module.xml
...PortalTypeTemplateItem/portal_types/Campaign%20Module.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Campaign.xml
...erp5_crm/PortalTypeTemplateItem/portal_types/Campaign.xml
+5
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Event%20Module.xml
...rm/PortalTypeTemplateItem/portal_types/Event%20Module.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Fax%20Message.xml
...crm/PortalTypeTemplateItem/portal_types/Fax%20Message.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Letter.xml
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Letter.xml
+11
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Mail%20Message.xml
...rm/PortalTypeTemplateItem/portal_types/Mail%20Message.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Meeting%20Module.xml
.../PortalTypeTemplateItem/portal_types/Meeting%20Module.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Meeting.xml
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Meeting.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Note.xml
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Note.xml
+11
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Phone%20Call.xml
..._crm/PortalTypeTemplateItem/portal_types/Phone%20Call.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Sale%20Opportunity%20Module.xml
...TemplateItem/portal_types/Sale%20Opportunity%20Module.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Sale%20Opportunity.xml
...ortalTypeTemplateItem/portal_types/Sale%20Opportunity.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Short%20Message.xml
...m/PortalTypeTemplateItem/portal_types/Short%20Message.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Site%20Message.xml
...rm/PortalTypeTemplateItem/portal_types/Site%20Message.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Support%20Request%20Module.xml
...eTemplateItem/portal_types/Support%20Request%20Module.xml
+1
-1
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Support%20Request.xml
...PortalTypeTemplateItem/portal_types/Support%20Request.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Visit.xml
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Visit.xml
+7
-3
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Web%20Message.xml
...crm/PortalTypeTemplateItem/portal_types/Web%20Message.xml
+7
-3
bt5/erp5_crm/bt/revision
bt5/erp5_crm/bt/revision
+1
-1
No files found.
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Acknowledgement.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -87,7 +87,9 @@
...
@@ -87,7 +87,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -107,7 +109,9 @@
...
@@ -107,7 +109,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Campaign%20Module.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Campaign.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -55,6 +55,10 @@
...
@@ -55,6 +55,10 @@
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
<value>
<string></string>
</value>
</item>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Ticket
</string>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Event%20Module.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Fax%20Message.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +110,9 @@
...
@@ -108,7 +110,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Letter.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -80,6 +80,10 @@
...
@@ -80,6 +80,10 @@
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
<value>
<string></string>
</value>
</item>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Event
</string>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
@@ -91,7 +95,9 @@
...
@@ -91,7 +95,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +114,9 @@
...
@@ -108,7 +114,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Mail%20Message.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +110,9 @@
...
@@ -108,7 +110,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Meeting%20Module.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Meeting.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Note.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -80,6 +80,10 @@
...
@@ -80,6 +80,10 @@
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
<value>
<string></string>
</value>
</item>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Event
</string>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
@@ -91,7 +95,9 @@
...
@@ -91,7 +95,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +114,9 @@
...
@@ -108,7 +114,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Phone%20Call.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +110,9 @@
...
@@ -108,7 +110,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Sale%20Opportunity%20Module.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Sale%20Opportunity.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Short%20Message.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -101,7 +101,9 @@
...
@@ -101,7 +101,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -118,7 +120,9 @@
...
@@ -118,7 +120,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Site%20Message.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Support%20Request%20Module.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Support%20Request.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -86,7 +86,9 @@
...
@@ -86,7 +86,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -103,7 +105,9 @@
...
@@ -103,7 +105,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Visit.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +110,9 @@
...
@@ -108,7 +110,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/PortalTypeTemplateItem/portal_types/Web%20Message.xml
View file @
b2d2e552
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<ZopeData>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<pickle>
<global
name=
"
ERP5TypeInformation"
module=
"Products.ERP5Type.ERP5T
ype"
/>
<global
name=
"
Base Type"
module=
"erp5.portal_t
ype"
/>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
@@ -108,7 +110,9 @@
...
@@ -108,7 +110,9 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
domain_name
</string>
</key>
<key>
<string>
domain_name
</string>
</key>
<value>
<none/>
</value>
<value>
<none/>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
property_name
</string>
</key>
<key>
<string>
property_name
</string>
</key>
...
...
bt5/erp5_crm/bt/revision
View file @
b2d2e552
572
573
\ No newline at end of file
\ 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