summaryrefslogtreecommitdiff
path: root/addons/stock/wizard/stock_quantity_history.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/stock/wizard/stock_quantity_history.xml')
-rw-r--r--addons/stock/wizard/stock_quantity_history.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/stock/wizard/stock_quantity_history.xml b/addons/stock/wizard/stock_quantity_history.xml
new file mode 100644
index 00000000..2b7fe150
--- /dev/null
+++ b/addons/stock/wizard/stock_quantity_history.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <record id="view_stock_quantity_history" model="ir.ui.view">
+ <field name="name">Inventory Report at Date</field>
+ <field name="model">stock.quantity.history</field>
+ <field name="arch" type="xml">
+ <form string="Choose your date">
+ <group>
+ <field name="inventory_datetime"/>
+ </group>
+ <footer>
+ <button name="open_at_date" string="Confirm" type="object" class="btn-primary"/>
+ <button string="Cancel" class="btn-secondary" special="cancel" />
+ </footer>
+ </form>
+ </field>
+ </record>
+</odoo>