Skip to content

Commit

Permalink
[FIX] stock: print Traceability Report
Browse files Browse the repository at this point in the history
The Traceability Report printing option is hidden since the report is
pretty much unusable.

opw-1973161

closes #32939

Signed-off-by: Nicolas Martinelli (nim) <nim@odoo.com>
  • Loading branch information
nim-odoo committed Apr 25, 2019
1 parent 82c1397 commit 9378552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<templates>

<t t-name="stockReports.buttons">
<button type="button" class='btn btn-primary o_stock-widget-pdf'>PRINT</button>
<button type="button" class='btn btn-primary o_stock-widget-pdf d-none'>PRINT</button>
</t>

<div role="dialog" t-name='stockReports.errorModal' class="modal" id="editable_error" tabindex="-1" data-backdrop="static" style="z-index:9999;">
Expand Down

0 comments on commit 9378552

Please sign in to comment.