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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cédric Le Ninivin
erp5
Commits
4ec3f44d
Commit
4ec3f44d
authored
Dec 16, 2020
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_pdm: Add Aggregate and Dublin core to Transformation
This allow to use transformation as predicate
parent
aa619f2b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
2 deletions
+22
-2
bt5/erp5_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
...PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+3
-0
bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+3
-0
bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation.xml
...dm/PortalTypeTemplateItem/portal_types/Transformation.xml
+12
-0
bt5/erp5_pdm/bt/template_portal_type_base_category_list
bt5/erp5_pdm/bt/template_portal_type_base_category_list
+2
-1
bt5/erp5_pdm/bt/template_portal_type_property_sheet_list
bt5/erp5_pdm/bt/template_portal_type_property_sheet_list
+2
-1
No files found.
bt5/erp5_pdm/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
View file @
4ec3f44d
...
@@ -23,6 +23,9 @@
...
@@ -23,6 +23,9 @@
<portal_type
id=
"Service Module"
>
<portal_type
id=
"Service Module"
>
<item>
business_application
</item>
<item>
business_application
</item>
</portal_type>
</portal_type>
<portal_type
id=
"Transformation"
>
<item>
aggregate
</item>
</portal_type>
<portal_type
id=
"Transformation Module"
>
<portal_type
id=
"Transformation Module"
>
<item>
business_application
</item>
<item>
business_application
</item>
</portal_type>
</portal_type>
...
...
bt5/erp5_pdm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
4ec3f44d
...
@@ -11,4 +11,7 @@
...
@@ -11,4 +11,7 @@
<portal_type
id=
"Supply Cell"
>
<portal_type
id=
"Supply Cell"
>
<item>
Reference
</item>
<item>
Reference
</item>
</portal_type>
</portal_type>
<portal_type
id=
"Transformation"
>
<item>
DublinCore
</item>
</portal_type>
</property_sheet_list>
</property_sheet_list>
\ No newline at end of file
bt5/erp5_pdm/PortalTypeTemplateItem/portal_types/Transformation.xml
View file @
4ec3f44d
...
@@ -98,6 +98,18 @@
...
@@ -98,6 +98,18 @@
<key>
<string>
type_class
</string>
</key>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
Transformation
</string>
</value>
<value>
<string>
Transformation
</string>
</value>
</item>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
...
bt5/erp5_pdm/bt/template_portal_type_base_category_list
View file @
4ec3f44d
...
@@ -7,3 +7,4 @@ Quantity Unit Conversion Module | business_application
...
@@ -7,3 +7,4 @@ Quantity Unit Conversion Module | business_application
Sale Supply Module | business_application
Sale Supply Module | business_application
Service Module | business_application
Service Module | business_application
Transformation Module | business_application
Transformation Module | business_application
Transformation | aggregate
\ No newline at end of file
bt5/erp5_pdm/bt/template_portal_type_property_sheet_list
View file @
4ec3f44d
...
@@ -2,3 +2,4 @@ Component | DefaultImage
...
@@ -2,3 +2,4 @@ Component | DefaultImage
Measure Cell | Amount
Measure Cell | Amount
Product | DefaultImage
Product | DefaultImage
Supply Cell | Reference
Supply Cell | Reference
Transformation | DublinCore
\ 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