From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/purchase_stock/data/mail_data.xml | 32 ++++++++++ addons/purchase_stock/data/purchase_stock_data.xml | 22 +++++++ addons/purchase_stock/data/purchase_stock_demo.xml | 71 ++++++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 addons/purchase_stock/data/mail_data.xml create mode 100644 addons/purchase_stock/data/purchase_stock_data.xml create mode 100644 addons/purchase_stock/data/purchase_stock_demo.xml (limited to 'addons/purchase_stock/data') diff --git a/addons/purchase_stock/data/mail_data.xml b/addons/purchase_stock/data/mail_data.xml new file mode 100644 index 00000000..849e04af --- /dev/null +++ b/addons/purchase_stock/data/mail_data.xml @@ -0,0 +1,32 @@ + + + + + + diff --git a/addons/purchase_stock/data/purchase_stock_data.xml b/addons/purchase_stock/data/purchase_stock_data.xml new file mode 100644 index 00000000..859d4cc1 --- /dev/null +++ b/addons/purchase_stock/data/purchase_stock_data.xml @@ -0,0 +1,22 @@ + + + + + + + + + Buy + + 5 + + + + + + + + + diff --git a/addons/purchase_stock/data/purchase_stock_demo.xml b/addons/purchase_stock/data/purchase_stock_demo.xml new file mode 100644 index 00000000..585514a6 --- /dev/null +++ b/addons/purchase_stock/data/purchase_stock_demo.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + draft + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3