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/views/res_partner_views.xml | 115 ++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 addons/purchase/views/res_partner_views.xml (limited to 'addons/purchase/views/res_partner_views.xml') diff --git a/addons/purchase/views/res_partner_views.xml b/addons/purchase/views/res_partner_views.xml new file mode 100644 index 00000000..a0f1a0a7 --- /dev/null +++ b/addons/purchase/views/res_partner_views.xml @@ -0,0 +1,115 @@ + + + + + res.partner.purchase.property.form.inherit + res.partner + + 36 + + + + + + + + RFQs and Purchases + purchase.order + tree,form,graph + {'search_default_partner_id': active_id, 'default_partner_id': active_id} + + +

+ This vendor has no purchase order. Create a new RfQ +

+ The request for quotation is the first step of the purchases flow. Once + converted into a purchase order, you will be able to control the receipt + of the products and the vendor bill. +

+
+
+ + + + res.partner.kanban.purchaseorder.inherit + res.partner + + + + + + + + + + + + + + Vendor Bills + account.move + tree,form,graph + [('move_type','in',('in_invoice', 'in_refund'))] + {'search_default_partner_id': active_id, 'default_move_type': 'in_invoice', 'default_partner_id': active_id} + +

+ Record a new vendor bill +

+ Vendors bills can be pre-generated based on purchase + orders or receipts. This allows you to control bills + you receive from your vendor according to the draft + document in Odoo. +

+
+
+ + + res.partner.view.purchase.buttons + res.partner + + + + +
+ +
+ + + + + + + +
+
+ + + res.partner.view.purchase.account.buttons + res.partner + + + + +
+ +
+
+
+
-- cgit v1.2.3