Skip to content
Snippets Groups Projects
Commit 89c09e78 authored by svs-odoo's avatar svs-odoo
Browse files

[FIX] stock: reordering rules scheduler message

The informative message about the scheduler on the reordering rules
form view takes now all the width.

Task #2058665
parent 1781041f
No related branches found
No related tags found
No related merge requests found
......@@ -207,11 +207,9 @@
<field name="model">stock.warehouse.orderpoint</field>
<field name="arch" type="xml">
<form string="Reordering Rules">
<group>
<div class="alert alert-info" role="alert">
<a style="cursor: pointer" class="alert-link o_form_uri" type="action" name="%(action_procurement_compute)d">Run the scheduler</a> manually to trigger the reordering rules right now.
</div>
</group>
<div class="alert alert-info" role="alert">
<a style="cursor: pointer" class="alert-link o_form_uri" type="action" name="%(action_procurement_compute)d">Run the scheduler</a> manually to trigger the reordering rules right now.
</div>
<sheet>
<widget name="web_ribbon" text="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/>
<div class="oe_title">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment