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
Labels
Merge Requests
141
Merge Requests
141
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
34db781e
Commit
34db781e
authored
Feb 01, 2018
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_mrp: update Transformation on Production Line after setStopDate and setStartDate
parent
179d8808
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
172 additions
and
0 deletions
+172
-0
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/interactions/ProductionOrderLine_setResource.xml
...workflow/interactions/ProductionOrderLine_setResource.xml
+2
-0
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/interactions/ProductionOrder_updateTransformation.xml
...low/interactions/ProductionOrder_updateTransformation.xml
+103
-0
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/scripts/ProductionOrderLine_updateTransformationFromResource.py
...s/ProductionOrderLine_updateTransformationFromResource.py
+4
-0
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/scripts/ProductionOrderLine_updateTransformationFromResource.xml
.../ProductionOrderLine_updateTransformationFromResource.xml
+62
-0
bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
+1
-0
No files found.
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/interactions/ProductionOrderLine_setResource.xml
View file @
34db781e
...
...
@@ -57,6 +57,8 @@
<value>
<list>
<string>
_setResource.*
</string>
<string>
_setStartDate
</string>
<string>
_setStopDate
</string>
</list>
</value>
</item>
...
...
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/interactions/ProductionOrder_updateTransformation.xml
0 → 100644
View file @
34db781e
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"InteractionDefinition"
module=
"Products.ERP5.Interaction"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
workflow
</string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
activate_script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
after_script_name
</string>
</key>
<value>
<list>
<string>
ProductionOrderLine_updateTransformationFromResource
</string>
</list>
</value>
</item>
<item>
<key>
<string>
before_commit_script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
As transformation may change according to start date, update Transformation according to the date
</string>
</value>
</item>
<item>
<key>
<string>
guard
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
ProductionOrder_updateTransformation
</string>
</value>
</item>
<item>
<key>
<string>
method_id
</string>
</key>
<value>
<list>
<string>
_setStartDate
</string>
<string>
_setStopDate
</string>
</list>
</value>
</item>
<item>
<key>
<string>
once_per_transaction
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
portal_type_filter
</string>
</key>
<value>
<list>
<string>
Production Order
</string>
</list>
</value>
</item>
<item>
<key>
<string>
portal_type_group_filter
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
temporary_document_disallowed
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
2
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/scripts/ProductionOrderLine_updateTransformationFromResource.py
0 → 100644
View file @
34db781e
production_order
=
state_change
[
'object'
]
line_list
=
production_order
.
objectValues
(
portal_type
=
(
"Production Order Line"
,
"Manufacturing Order Line"
))
for
line
in
line_list
:
line
.
ProductionOrderLine_setTransformationFromResource
()
bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_interaction_workflow/scripts/ProductionOrderLine_updateTransformationFromResource.xml
0 → 100644
View file @
34db781e
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
state_change
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
ProductionOrderLine_updateTransformationFromResource
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
View file @
34db781e
...
...
@@ -34,6 +34,7 @@ Production Order | delivery_causality_interaction_workflow
Production Order | delivery_causality_workflow
Production Order | delivery_simulation_interaction_workflow
Production Order | edit_workflow
Production Order | production_order_interaction_workflow
Production Order | production_order_workflow
Production Packing List Cell | delivery_movement_causality_interaction_workflow
Production Packing List Cell | delivery_movement_simulation_interaction_workflow
...
...
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