Merge lp:~jfb-tempo-consulting/unifield-server/US-7478 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5845
Proposed branch: lp:~jfb-tempo-consulting/unifield-server/US-7478
Merge into: lp:unifield-server
Diff against target: 12 lines (+2/-0)
1 file modified
bin/addons/stock/stock_workflow.xml (+2/-0)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-server/US-7478
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+392844@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/stock/stock_workflow.xml'
2--- bin/addons/stock/stock_workflow.xml 2018-09-28 15:47:23 +0000
3+++ bin/addons/stock/stock_workflow.xml 2020-10-27 10:14:16 +0000
4@@ -11,6 +11,8 @@
5 <field name="wkf_id" ref="wkf_picking"/>
6 <field name="flow_start">True</field>
7 <field name="name">draft</field>
8+ <field name="kind">function</field>
9+ <field name="action">write({'state': 'draft'})</field>
10 </record>
11 <record id="act_confirmed" model="workflow.activity">
12 <field name="wkf_id" ref="wkf_picking"/>

Subscribers

People subscribed via source and target branches