update to fsm
This commit is contained in:
parent
61529d33e4
commit
7aa095ba78
2 changed files with 3 additions and 2 deletions
|
|
@ -248,7 +248,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td t-out="task.description or ''"/>
|
<td t-out="task.description or ''"/>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="mt-0 pt-0">
|
<tr t-if="task.child_ids" class="mt-0 pt-0">
|
||||||
<td/>
|
<td/>
|
||||||
<td>
|
<td>
|
||||||
<t t-call="bemade_fsm.subtask_list"/>
|
<t t-call="bemade_fsm.subtask_list"/>
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,8 @@
|
||||||
<field name="domain">[('is_fsm', '=', True),
|
<field name="domain">[('is_fsm', '=', True),
|
||||||
('project_id', '!=', False),
|
('project_id', '!=', False),
|
||||||
('display_in_project', '=', True),
|
('display_in_project', '=', True),
|
||||||
('parent_id', '=', False)]
|
('parent_id', '=', False),
|
||||||
|
('invoice_status', '=', 'to invoice')]
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
<!-- Add parent_id = false to domain for planning actions as well -->
|
<!-- Add parent_id = false to domain for planning actions as well -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue