Skip to content

Commit

Permalink
[IMP] hr_employee_document: add attachment preview
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Mar 19, 2020
1 parent 5ea97f1 commit 2b9d9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hr_employee_document/views/hr_employee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<field name="documents_count" widget="statinfo" string="Documents"/>
</button>
</div>
<xpath expr="//div[hasclass('oe_chatter')]" position="before">
<div class="o_attachment_preview" />
</xpath>
</field>
</record>

Expand Down

0 comments on commit 2b9d9df

Please sign in to comment.