Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
f8d1b7e0
Commit
f8d1b7e0
authored
Sep 26, 2022
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_pdm: rename Software Type to Software Product Type Variation
parent
43103c6f
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
16 additions
and
16 deletions
+16
-16
master/bt5/slapos_pdm/ActionTemplateItem/portal_types/Software%20Product%20Type%20Variation/view.xml
...rtal_types/Software%20Product%20Type%20Variation/view.xml
+0
-0
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.SoftwareProductTypeVariation.py
..._components/document.erp5.SoftwareProductTypeVariation.py
+3
-3
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.SoftwareProductTypeVariation.xml
...components/document.erp5.SoftwareProductTypeVariation.xml
+2
-2
master/bt5/slapos_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
...eAllowedContentTypeTemplateItem/allowed_content_types.xml
+1
-1
master/bt5/slapos_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+3
-3
master/bt5/slapos_pdm/PortalTypeTemplateItem/portal_types/Software%20Product%20Type%20Variation.xml
...em/portal_types/Software%20Product%20Type%20Variation.xml
+2
-2
master/bt5/slapos_pdm/bt/template_action_path_list
master/bt5/slapos_pdm/bt/template_action_path_list
+1
-1
master/bt5/slapos_pdm/bt/template_document_id_list
master/bt5/slapos_pdm/bt/template_document_id_list
+1
-1
master/bt5/slapos_pdm/bt/template_portal_type_allowed_content_type_list
...pos_pdm/bt/template_portal_type_allowed_content_type_list
+1
-1
master/bt5/slapos_pdm/bt/template_portal_type_id_list
master/bt5/slapos_pdm/bt/template_portal_type_id_list
+1
-1
master/bt5/slapos_pdm/bt/template_portal_type_property_sheet_list
...t5/slapos_pdm/bt/template_portal_type_property_sheet_list
+1
-1
No files found.
master/bt5/slapos_pdm/ActionTemplateItem/portal_types/Software%20
Type
/view.xml
→
master/bt5/slapos_pdm/ActionTemplateItem/portal_types/Software%20
Product%20Type%20Variation
/view.xml
View file @
f8d1b7e0
File moved
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.Software
Type
.py
→
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.Software
ProductTypeVariation
.py
View file @
f8d1b7e0
...
...
@@ -32,12 +32,12 @@ from Products.ERP5Type import Permissions, PropertySheet
from
erp5.component.document.Variation
import
Variation
class
Software
Type
(
Variation
):
class
Software
ProductTypeVariation
(
Variation
):
"""
A Variation
"""
meta_type
=
'ERP5 Software
Type
'
portal_type
=
'Software
Type
'
meta_type
=
'ERP5 Software
Product Type Variation
'
portal_type
=
'Software
Product Type Variation
'
add_permission
=
Permissions
.
AddPortalContent
# Declarative security
...
...
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.Software
Type
.xml
→
master/bt5/slapos_pdm/DocumentTemplateItem/portal_components/document.erp5.Software
ProductTypeVariation
.xml
View file @
f8d1b7e0
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
Software
Type
</string>
</value>
<value>
<string>
Software
ProductTypeVariation
</string>
</value>
</item>
<item>
<key>
<string>
default_source_reference
</string>
</key>
...
...
@@ -24,7 +24,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
document.erp5.Software
Type
</string>
</value>
<value>
<string>
document.erp5.Software
ProductTypeVariation
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
...
...
master/bt5/slapos_pdm/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
View file @
f8d1b7e0
...
...
@@ -2,7 +2,7 @@
<portal_type
id=
"Software Product"
>
<item>
Embedded File
</item>
<item>
Software Product Individual Variation
</item>
<item>
Software
Type
</item>
<item>
Software
Product Type Variation
</item>
</portal_type>
<portal_type
id=
"Upgrade Decision"
>
<item>
Upgrade Decision Line
</item>
...
...
master/bt5/slapos_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
f8d1b7e0
...
...
@@ -8,12 +8,12 @@
<portal_type
id=
"Software Product Individual Variation"
>
<item>
SlaposCapacity
</item>
</portal_type>
<portal_type
id=
"Software Product Type Variation"
>
<item>
SlaposCapacity
</item>
</portal_type>
<portal_type
id=
"Software Release"
>
<item>
SlapOSSoftwareReleaseConstraint
</item>
</portal_type>
<portal_type
id=
"Software Type"
>
<item>
SlaposCapacity
</item>
</portal_type>
<portal_type
id=
"Upgrade Decision"
>
<item>
SlapOSVirtualMasterSourceProjectConstraint
</item>
</portal_type>
...
...
master/bt5/slapos_pdm/PortalTypeTemplateItem/portal_types/Software%20
Type
.xml
→
master/bt5/slapos_pdm/PortalTypeTemplateItem/portal_types/Software%20
Product%20Type%20Variation
.xml
View file @
f8d1b7e0
...
...
@@ -40,7 +40,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Software
Type
</string>
</value>
<value>
<string>
Software
Product Type Variation
</string>
</value>
</item>
<item>
<key>
<string>
init_script
</string>
</key>
...
...
@@ -60,7 +60,7 @@
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Software
Type
</string>
</value>
<value>
<string>
Software
ProductTypeVariation
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
...
...
master/bt5/slapos_pdm/bt/template_action_path_list
View file @
f8d1b7e0
Compute Node | view_related_upgrade_decision
Instance Tree | view_upgrade
Software Product Individual Variation | view
Software Product Type Variation | view
Software Product | capacity
Software Product | mass_upgrade
Software Type | view
Upgrade Decision Line | view
Upgrade Decision Module | rss_view
Upgrade Decision Module | view
...
...
master/bt5/slapos_pdm/bt/template_document_id_list
View file @
f8d1b7e0
document.erp5.Software
Type
document.erp5.Software
ProductTypeVariation
document.erp5_slapos.SoftwareProduct
\ No newline at end of file
master/bt5/slapos_pdm/bt/template_portal_type_allowed_content_type_list
View file @
f8d1b7e0
Software Product | Embedded File
Software Product | Software Product Individual Variation
Software Product | Software
Type
Software Product | Software
Product Type Variation
Upgrade Decision Module | Upgrade Decision
Upgrade Decision | Upgrade Decision Line
\ No newline at end of file
master/bt5/slapos_pdm/bt/template_portal_type_id_list
View file @
f8d1b7e0
Software Product Individual Variation
Software
Type
Software
Product Type Variation
Upgrade Decision
Upgrade Decision Line
Upgrade Decision Module
\ No newline at end of file
master/bt5/slapos_pdm/bt/template_portal_type_property_sheet_list
View file @
f8d1b7e0
Software Product Individual Variation | SlaposCapacity
Software Product Type Variation | SlaposCapacity
Software Product | DefaultImage
Software Product | SlapOSSoftwareProductConstraint
Software Product | SlapOSVirtualMasterConstraint
Software Product | SlaposCapacity
Software Release | SlapOSSoftwareReleaseConstraint
Software Type | SlaposCapacity
Upgrade Decision | SlapOSVirtualMasterSourceProjectConstraint
\ 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