diff options
Diffstat (limited to 'addons/stock/static/src/xml/inventory_report.xml')
| -rw-r--r-- | addons/stock/static/src/xml/inventory_report.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/stock/static/src/xml/inventory_report.xml b/addons/stock/static/src/xml/inventory_report.xml new file mode 100644 index 00000000..f33d7297 --- /dev/null +++ b/addons/stock/static/src/xml/inventory_report.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<templates id="template" xml:space="preserve"> + +<button t-name="InventoryReport.Buttons" class="btn btn-primary" type="button"> + Inventory at Date +</button> + +</templates> |
