diff --git a/openerp/addons/base/res/res_partner_view.xml b/openerp/addons/base/res/res_partner_view.xml index f54390b435a..45956e3bb91 100644 --- a/openerp/addons/base/res/res_partner_view.xml +++ b/openerp/addons/base/res/res_partner_view.xml @@ -135,7 +135,7 @@
-
+
@@ -361,9 +361,17 @@ ir.actions.act_window res.partner form + kanban,tree,form [('customer','=',1)] {'default_customer':1, 'search_default_customer':1} + + Click on "Create" to add a new customer in your address book. + <p> + A contact is either a person or a company; a person can be linked to a company as a contact of that company. + <p> + You will be able to follow documents and history of your contacts (invoices, meetings, projects, etc.) + @@ -375,7 +383,13 @@ kanban,tree,form {'search_default_supplier': 1,'default_customer': 0,'default_supplier': 1} - You can access all information regarding your suppliers from the supplier form: accounting data, history of emails, meetings, purchases, etc. You can uncheck the 'Suppliers' filter button in order to search in all your partners, including customers and prospects. + + Click on "Create" to add a new supplier in your address book. + <p> + A supplier is either a person or a company; a person can be linked to a company as a contact of that company. + <p> + You will be able to follow documents and history of your contacts (invoices, meetings, projects, etc.) +