File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ the order can not be approved without document checked and verified
42
42
Usage
43
43
=====
44
44
45
- #. Go to ** Settings > Technical > Database Structure ** and Add "Base substate ".
46
- If necessery you can add "target State values" (ex define a substate for "cancel"
45
+ #. Go to ** Settings > Technical > Sub State Configuration > Base Substate ** and add a "Base Substate ".
46
+ If necessary you can add "target State values" (e.g. define a substate for "cancel"
47
47
state).
48
48
Substate sequence is very important.
49
49
#. Create a expense report and check if the substate are displayed on the header of
Original file line number Diff line number Diff line change 4
4
<field name =" name" >Verified</field >
5
5
<field name =" model_id" ref =" hr_expense.model_hr_expense_sheet" />
6
6
<field name =" subject" >Your expense report {{ object.name }} is verified</field >
7
- <field name =" use_default_to " eval = " True " / >
7
+ <field name =" email_to " >{{ object.user_id.email_formatted }}</ field >
8
8
<field name =" body_html" type =" html" >
9
9
<div >
10
10
Dear <t t-out =" object.employee_id.name or 'Requester'" />,<br />
Original file line number Diff line number Diff line change 1
- #. Go to ** Settings > Technical > Database Structure ** and Add "Base substate ".
2
- If necessery you can add "target State values" (ex define a substate for "cancel"
1
+ #. Go to ** Settings > Technical > Sub State Configuration > Base Substate ** and add a "Base Substate ".
2
+ If necessary you can add "target State values" (e.g. define a substate for "cancel"
3
3
state).
4
4
Substate sequence is very important.
5
5
#. Create a expense report and check if the substate are displayed on the header of
Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ <h1 class="title">Expense Report Sub State</h1>
391
391
< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
392
392
< ol class ="arabic simple ">
393
393
< li > < dl class ="first docutils ">
394
- < dt > Go to ** Settings > Technical > Database Structure ** and Add “Base substate ”.</ dt >
395
- < dd > If necessery you can add “target State values” (ex define a substate for “cancel”
394
+ < dt > Go to ** Settings > Technical > Sub State Configuration > Base Substate ** and add a “Base Substate ”.</ dt >
395
+ < dd > If necessary you can add “target State values” (e.g. define a substate for “cancel”
396
396
state).
397
397
Substate sequence is very important.</ dd >
398
398
</ dl >
You can’t perform that action at this time.
0 commit comments