[IMP] stock_inventory_valuation_report: don't print today's date in report

This commit is contained in:
Alessandro Uffreduzzi
2024-02-07 10:20:31 +01:00
parent 620d63c01f
commit 583cd687db

View File

@@ -78,11 +78,7 @@
</div>
<div class="footer">
<div class="row">
<div class="col-6 custom_footer">
<span
t-esc="context_timestamp(datetime.datetime.now()).strftime('%Y-%m-%d')"
/>
</div>
<div class="col-6 custom_footer" />
<div class="col-6 text-right custom_footer">
<span class="page" />/<span class="topage" />
</div>