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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
e30bc877
Commit
e30bc877
authored
Nov 13, 2014
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_project: update project to support fundraising.
parent
82cb47f8
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
125 additions
and
28 deletions
+125
-28
bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/transactions.xml
...TemplateItem/portal_types/Project%20Line/transactions.xml
+100
-0
bt5/erp5_project/ModuleTemplateItem/project_module.xml
bt5/erp5_project/ModuleTemplateItem/project_module.xml
+1
-4
bt5/erp5_project/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+1
-0
bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Line.xml
...ct/PortalTypeTemplateItem/portal_types/Project%20Line.xml
+15
-1
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/deleted.xml
...eItem/portal_workflow/project_workflow/states/deleted.xml
+1
-5
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/draft.xml
...ateItem/portal_workflow/project_workflow/states/draft.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/invalidated.xml
...m/portal_workflow/project_workflow/states/invalidated.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/suspended.xml
...tem/portal_workflow/project_workflow/states/suspended.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/validated.xml
...tem/portal_workflow/project_workflow/states/validated.xml
+2
-0
bt5/erp5_project/bt/template_action_path_list
bt5/erp5_project/bt/template_action_path_list
+1
-0
bt5/erp5_project/bt/template_portal_type_property_sheet_list
bt5/erp5_project/bt/template_portal_type_property_sheet_list
+1
-0
No files found.
bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/transactions.xml
0 → 100644
View file @
e30bc877
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
transactions
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Action Information
</string>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
6.5
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Transactions
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/Project_viewAccountingTransactionList?form_id=Project_viewAccountingTransactionList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
python:portal.Base_checkPermission(\'accounting_module\', \'View\')
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_project/ModuleTemplateItem/project_module.xml
View file @
e30bc877
...
...
@@ -12,6 +12,7 @@
</permission>
<permission
type=
'tuple'
>
<name>
Access contents information
</name>
<role>
Anonymous
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
...
...
@@ -49,7 +50,6 @@
<name>
Copy or Move
</name>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Manager
</role>
...
...
@@ -63,7 +63,6 @@
<name>
List folder contents
</name>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Manager
</role>
...
...
@@ -77,7 +76,6 @@
<name>
View
</name>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Manager
</role>
</permission>
...
...
@@ -85,7 +83,6 @@
<name>
View History
</name>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Manager
</role>
...
...
bt5/erp5_project/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
e30bc877
...
...
@@ -4,6 +4,7 @@
</portal_type>
<portal_type
id=
"Project Line"
>
<item>
Amount
</item>
<item>
Fundraising
</item>
<item>
OutcomeDescription
</item>
<item>
SortIndex
</item>
</portal_type>
...
...
bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Line.xml
View file @
e30bc877
...
...
@@ -33,7 +33,9 @@
<item>
<key>
<string>
group_list
</string>
</key>
<value>
<tuple/>
<tuple>
<string>
project
</string>
</tuple>
</value>
</item>
<item>
...
...
@@ -64,6 +66,18 @@
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderLine
</string>
</value>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/deleted.xml
View file @
e30bc877
...
...
@@ -41,10 +41,7 @@
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
...
...
@@ -59,7 +56,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/draft.xml
View file @
e30bc877
...
...
@@ -46,10 +46,7 @@
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
...
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
...
...
@@ -110,7 +106,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Owner
</string>
</tuple>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/invalidated.xml
View file @
e30bc877
...
...
@@ -46,10 +46,7 @@
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
...
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
...
...
@@ -100,7 +96,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/suspended.xml
View file @
e30bc877
...
...
@@ -46,10 +46,7 @@
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
...
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
...
...
@@ -106,7 +102,6 @@
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
</tuple>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/validated.xml
View file @
e30bc877
...
...
@@ -58,6 +58,7 @@
<key>
<string>
Access contents information
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
...
...
@@ -100,6 +101,7 @@
<key>
<string>
View
</string>
</key>
<value>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
...
...
bt5/erp5_project/bt/template_action_path_list
View file @
e30bc877
...
...
@@ -11,6 +11,7 @@ Project Line | jump_to_related_task
Project Line | jump_to_related_task_report
Project Line | task_fast_input_dialog
Project Line | task_list
Project Line | transactions
Project Line | view
Project Milestone | constraint
Project Milestone | create_new_file
...
...
bt5/erp5_project/bt/template_portal_type_property_sheet_list
View file @
e30bc877
Project Line | Amount
Project Line | Fundraising
Project Line | OutcomeDescription
Project Line | SortIndex
Project Milestone | OutcomeDescription
...
...
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