Skip to content

Commit

Permalink
repaired fields from view
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldemedziuk committed Dec 4, 2020
1 parent 8f6a547 commit 54c97a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__pycache__
__pycache__/

4 changes: 2 additions & 2 deletions views/lists_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<field name="status_icon" string=" "/>
<field name="name"/>
<field name="date_request"/>
<field name="employee"/>
<field name="employee" options="{'no_create': True, 'no_create_edit':True}"/>
<field name="applicant"/>
<field name="project"/>
<field name="project" options="{'no_create': True, 'no_create_edit':True}"/>
<field name="hours"/>
<field name="status"/>
</tree>
Expand Down

0 comments on commit 54c97a4

Please # to comment.