From b16ef2e1f865328c7f4349b3447a8cac05dd8d7b Mon Sep 17 00:00:00 2001 From: "Ravish (Open ERP)" Date: Fri, 22 Mar 2013 14:46:25 +0530 Subject: [PATCH] [IMP]put arrow for all forms bzr revid: rmu@tinyerp.com-20130322091625-mnk0437uegjddnws --- .../account_analytic_analysis_view.xml | 2 +- addons/account_budget/account_budget_view.xml | 2 +- addons/crm_claim/crm_claim_menu.xml | 6 +++++- addons/document_page/document_page_view.xml | 6 +++++- addons/fleet/fleet_view.xml | 3 +++ addons/hr_expense/hr_expense_view.xml | 5 +++++ addons/procurement/procurement_view.xml | 8 ++++++-- addons/project_timesheet/project_timesheet_view.xml | 5 ++--- addons/purchase/stock_view.xml | 2 +- addons/resource/resource_view.xml | 6 +++++- 10 files changed, 34 insertions(+), 11 deletions(-) diff --git a/addons/account_analytic_analysis/account_analytic_analysis_view.xml b/addons/account_analytic_analysis/account_analytic_analysis_view.xml index a9437267611..2b1e1c38228 100644 --- a/addons/account_analytic_analysis/account_analytic_analysis_view.xml +++ b/addons/account_analytic_analysis/account_analytic_analysis_view.xml @@ -252,7 +252,7 @@ {'search_default_to_invoice': 1} -

+

You will find here timesheets and purchases you did for contracts that can be reinvoiced to the customer. If you want to record new activities to invoice, you should use the timesheet diff --git a/addons/account_budget/account_budget_view.xml b/addons/account_budget/account_budget_view.xml index 9ad61d7c286..db852a8e4fb 100644 --- a/addons/account_budget/account_budget_view.xml +++ b/addons/account_budget/account_budget_view.xml @@ -203,7 +203,7 @@ -

+

A budget is a forecast of your company's income and/or expenses expected for a period in the future. A budget is defined on some financial accounts and/or analytic accounts (that may represent diff --git a/addons/crm_claim/crm_claim_menu.xml b/addons/crm_claim/crm_claim_menu.xml index 5abfcabbc71..2eaadfd2aca 100644 --- a/addons/crm_claim/crm_claim_menu.xml +++ b/addons/crm_claim/crm_claim_menu.xml @@ -15,7 +15,11 @@ {"search_default_user_id":uid, "stage_type":'claim'} - Record and track your customers' claims. Claims may be linked to a sales order or a lot. You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on). Claims may automatically be linked to an email address using the mail gateway module. + +

+ Record and track your customers' claims. Claims may be linked to a sales order or a lot.You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on).Claims may automatically be linked to an email address using the mail gateway module. +

+
diff --git a/addons/document_page/document_page_view.xml b/addons/document_page/document_page_view.xml index 08c77647d17..a94592f01c3 100644 --- a/addons/document_page/document_page_view.xml +++ b/addons/document_page/document_page_view.xml @@ -87,7 +87,11 @@ tree,form - Create web pages + +

+ Create web pages +

+
diff --git a/addons/fleet/fleet_view.xml b/addons/fleet/fleet_view.xml index 4d0e6298129..a8f6a321daf 100644 --- a/addons/fleet/fleet_view.xml +++ b/addons/fleet/fleet_view.xml @@ -591,6 +591,9 @@ tree,graph {"search_default_groupby_vehicle" : True} +

+ Click to create a new odometer log. +

Here you can add various odometer entries for all vehicles. You can also show odometer value for a particular vehicle using diff --git a/addons/hr_expense/hr_expense_view.xml b/addons/hr_expense/hr_expense_view.xml index 29a9e25dced..eaa0eefe644 100644 --- a/addons/hr_expense/hr_expense_view.xml +++ b/addons/hr_expense/hr_expense_view.xml @@ -211,6 +211,11 @@ {"default_hr_expense_ok":1} [('hr_expense_ok','=',True)] + +

+ Click to create a new expenses category for expenses. +

+
diff --git a/addons/procurement/procurement_view.xml b/addons/procurement/procurement_view.xml index 747111416c4..e3b0db5a6dc 100644 --- a/addons/procurement/procurement_view.xml +++ b/addons/procurement/procurement_view.xml @@ -159,7 +159,7 @@ {'search_default_perm_exceptions':1} -

+

Procurement Orders represent the need for a certain quantity of products, at a given time, in a given location. Sales Orders are one typical source of Procurement Orders (but these are distinct documents). Depending on the procurement parameters and the product configuration, the procurement engine will attempt to satisfy the need by reserving products from stock, ordering products from a supplier, or passing a manufacturing order, etc. A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention (those are identified by a specific error message).

@@ -253,7 +253,11 @@ form - You can define your minimum stock rules, so that OpenERP will automatically create draft manufacturing orders or purchase quotations according to the stock level. Once the virtual stock of a product (= stock on hand minus all confirmed orders and reservations) is below the minimum quantity, OpenERP will generate a procurement request to increase the stock up to the maximum quantity. + +

+ You can define your minimum stock rules, so that OpenERP will automatically create draft manufacturing orders or purchase quotations according to the stock level.Once the virtual stock of a product (= stock on hand minus all confirmed orders and reservations) is below the minimum quantity, OpenERP will generate a procurement request to increase the stock up to the maximum quantity. +

+
{'search_default_to_invoice': 1}
-

- You will find here timesheets and purchases you did for contracts that can be reinvoiced to the customer. - If you want to record new jobs to invoice, you should use the timesheet menu instead. +

+ You will find here timesheets and purchases you did for contracts that can be reinvoiced to the customer.If you want to record new jobs to invoice, you should use the timesheet menu instead.

diff --git a/addons/purchase/stock_view.xml b/addons/purchase/stock_view.xml index 188baeccd69..cd2561de57d 100644 --- a/addons/purchase/stock_view.xml +++ b/addons/purchase/stock_view.xml @@ -65,7 +65,7 @@ {"default_type": "in", "contact_display": "partner_address", "search_default_done": 1, "search_default_to_invoice": 1} -

+

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. diff --git a/addons/resource/resource_view.xml b/addons/resource/resource_view.xml index 58f7789dc07..3c9f83905a9 100644 --- a/addons/resource/resource_view.xml +++ b/addons/resource/resource_view.xml @@ -90,7 +90,11 @@ tree,form - Define working hours and time table that could be scheduled to your project members + +

+ Define working hours and time table that could be scheduled to your project members +

+