Skip to content

Commit

Permalink
[14.0][FIX] maintenance_checklist: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrondon committed Oct 11, 2024
1 parent c42e7f1 commit d969549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions maintenance_checklist/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Contributors


* oranga <[email protected]>
* archeti <[email protected]>
2 changes: 1 addition & 1 deletion maintenance_checklist/views/report_maintenance_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<tr t-foreach="o.checklist_ids" t-as="line">
<td><span t-field="line.checklist_id.name" /></td>
<td><span t-field="line.name" /></td>
<td><span t-field="line.description" /></td>
<td><span t-field="line.description_checklist" /></td>
<td><span
t-field="line.state"
t-options="{'classes': {'new': 'default', 'done': 'success','process': 'default', 'block': 'danger'}}"
Expand Down

0 comments on commit d969549

Please sign in to comment.