From 040e6f52243307a2c3891832deb3c1ac5837b406 Mon Sep 17 00:00:00 2001 From: Raphael Collet Date: Thu, 21 Jun 2012 09:47:17 +0200 Subject: [PATCH] [IMP] purchase: improve menu tooltips bzr revid: rco@openerp.com-20120621074717-n2nky2s6kmc2gewx --- addons/purchase/purchase_view.xml | 24 ++++++++++++++++++++---- addons/purchase/stock_view.xml | 6 +++++- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/addons/purchase/purchase_view.xml b/addons/purchase/purchase_view.xml index fd5188ef68b..92d4150ff36 100644 --- a/addons/purchase/purchase_view.xml +++ b/addons/purchase/purchase_view.xml @@ -78,7 +78,11 @@ [('type','=','in_invoice')] {'default_type':'in_invoice', 'type':'in_invoice', 'journal_type': 'purchase', 'search_default_draft': 1} - Use this menu to control the invoices to be received from your supplier. OpenERP pregenerates draft invoices from your purchase orders or receptions, according to your settings. Once you receive a supplier invoice, you can match it with the draft invoice and validate it. + + Use this menu to control the invoices to be received from your supplier. + OpenERP generates draft invoices from your purchase orders or receptions, according to your settings. + Once you receive a supplier invoice, you can match it with the draft invoice and validate it. + {'search_default_draft': 1} tree,form,graph,calendar - You can create a request for quotation when you want to buy products to a supplier but the purchase is not confirmed yet. Use also this menu to review requests for quotation created automatically based on your logistic rules (minimum stock, MTO, etc). You can convert the request for quotation into a purchase order once the order is confirmed. If you use the extended interface (from user's preferences), you can select the way to control your supplier invoices: based on the order, based on the receptions or manual encoding. + + Create a request for quotation when you want to buy products from a supplier. + You can also use this menu to review requests for quotation created automatically + (based on logistic rules, like minimum stock, MTO, etc.) + <p> + Once confirmed, a request for quotation becomes a purchase order. + In the Purchase Settings, you can select the way to control supplier invoicing: + based on the order, based on receptions, or manual. + - Based on Purchase Order lines + Based on Purchase Order Lines ir.actions.act_window purchase.order.line [('order_id.invoice_method','<>','picking'), ('state','in',('confirmed','done')), ('invoiced', '=', False)] form tree,form - If you set the Invoicing Control on a purchase order as "Based on Purchase Order lines", you can track here all the purchase order lines for which you have not yet received the supplier invoice. Once you are ready to receive a supplier invoice, you can generate a draft supplier invoice based on the lines from this menu. + + Here you can track all the lines of purchase orders where the invoicing is "Based on Purchase Order Lines", + and for which you have not received a supplier invoice yet. + You can generate a draft supplier invoice based on the lines from this list. + diff --git a/addons/purchase/stock_view.xml b/addons/purchase/stock_view.xml index 2d627226a6d..2d126faa9b9 100644 --- a/addons/purchase/stock_view.xml +++ b/addons/purchase/stock_view.xml @@ -108,7 +108,11 @@ [('type','=','in')] {"default_type": "in", "contact_display": "partner_address", "search_default_done": 1, "search_default_to_invoice": 1} - If you set the Invoicing Control on a purchase order as "Bases on incoming shipments", you can track here all the product receptions and create invoices for those receptions. + + Here you can track all the product receptions of purchase orders where the invoicing is "Based on Incoming Shipments", + and for which you have not received a supplier invoice yet. + You can generate a supplier invoice based on those receptions. +