Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions report_py3o/views/ir_actions_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<field name="arch" type="xml">
<xpath expr="//sheet" position="before">
<field name="is_py3o_report_not_available" invisible="1" />
<div class="alert alert-danger" role="alert" style="margin-bottom:0px;">
<field
name="msg_py3o_report_not_available"
invisible="not is_py3o_report_not_available"
/>
<div
class="alert alert-danger"
role="alert"
style="margin-bottom:0px;"
invisible="not is_py3o_report_not_available"
>
<field name="msg_py3o_report_not_available" />
</div>
</xpath>
<xpath expr="//page[@name='security']" position="before">
Expand Down