From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../purchase_requisition/views/product_views.xml | 50 ++++ .../views/purchase_requisition_views.xml | 310 +++++++++++++++++++++ .../purchase_requisition/views/purchase_views.xml | 30 ++ .../views/res_config_settings_views.xml | 15 + 4 files changed, 405 insertions(+) create mode 100644 addons/purchase_requisition/views/product_views.xml create mode 100644 addons/purchase_requisition/views/purchase_requisition_views.xml create mode 100644 addons/purchase_requisition/views/purchase_views.xml create mode 100644 addons/purchase_requisition/views/res_config_settings_views.xml (limited to 'addons/purchase_requisition/views') diff --git a/addons/purchase_requisition/views/product_views.xml b/addons/purchase_requisition/views/product_views.xml new file mode 100644 index 00000000..3c003703 --- /dev/null +++ b/addons/purchase_requisition/views/product_views.xml @@ -0,0 +1,50 @@ + + + + + product.template.product.form.inherit + product.supplierinfo + + + + + + + + + + product.supplierinfo.requisition.view + product.supplierinfo + 20 + + + + + + + + + + product.template.form.inherit + product.template + + + + + + + + + + + + Purchase orders + purchase.order + [('requisition_id', '=', active_id)] + {'default_requisition_id': active_id} + + form + + + diff --git a/addons/purchase_requisition/views/purchase_requisition_views.xml b/addons/purchase_requisition/views/purchase_requisition_views.xml new file mode 100644 index 00000000..a3c996db --- /dev/null +++ b/addons/purchase_requisition/views/purchase_requisition_views.xml @@ -0,0 +1,310 @@ + + + + + + + + purchase.requisition.type.tree + purchase.requisition.type + + + + + + + + + + + purchase.requisition.type.kanban + purchase.requisition.type + + + + + + +
+
+
+ +
+ +
+
+
+
+
+
+
+ + purchase.requisition.type.form + purchase.requisition.type + +
+ + + + + + + + + + + + +
+
+
+ + Purchase Agreement Types + purchase.requisition.type + {} + tree,kanban,form + + + + + + + Request for Quotation + ir.actions.act_window + purchase.order + form,tree + [('requisition_id','=',active_id)] + { + "default_requisition_id":active_id, + "default_user_id": False, + } + + + + Request for Quotations + ir.actions.act_window + purchase.order + tree,form + [('requisition_id','=',active_id)] + { + "default_requisition_id":active_id, + "default_user_id": False, + } + + + + + purchase.requisition.form + purchase.requisition + +
+
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + purchase.requisition.tree + purchase.requisition + + + + + + + + + + + + + + + + + + purchase.requisition.kanban + purchase.requisition + + + + + + + + +
+
+
+ +
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ + + purchase.requisition.list.select + purchase.requisition + + + + + + + + + + + + + + + + + + + + + + + + + + Purchase Agreements + ir.actions.act_window + purchase.requisition + tree,kanban,form + {} + + +

+ Start a new purchase agreement +

+ Example of purchase agreements include call for tenders and blanket orders. +

+ In a call for tenders, you can record the products you need to buy + and generate the creation of RfQs to vendors. Once the tenders have + been registered, you can review and compare them and you can + validate some and cancel others. +

+ For a blanket order, you can record an agreement for a specifc period + (e.g. a year) and you order products within this agreement, benefiting + from the negotiated prices. +

+
+
+ + + +
+
diff --git a/addons/purchase_requisition/views/purchase_views.xml b/addons/purchase_requisition/views/purchase_views.xml new file mode 100644 index 00000000..f4172aee --- /dev/null +++ b/addons/purchase_requisition/views/purchase_views.xml @@ -0,0 +1,30 @@ + + + + + purchase.order.form.inherit + purchase.order + + + + + + + + + + + + + + purchase.order.list.select.inherit + purchase.order + + + + + + + + + diff --git a/addons/purchase_requisition/views/res_config_settings_views.xml b/addons/purchase_requisition/views/res_config_settings_views.xml new file mode 100644 index 00000000..88cdebb2 --- /dev/null +++ b/addons/purchase_requisition/views/res_config_settings_views.xml @@ -0,0 +1,15 @@ + + + + res.config.settings.view.form.inherit.purchase.requisition + res.config.settings + + +
+
+
+
+
+
+
-- cgit v1.2.3