From 187b132fc8a74dfb617af51c842e88e52701781d Mon Sep 17 00:00:00 2001 From: Raphael Collet Date: Wed, 25 Jul 2012 12:20:51 +0200 Subject: [PATCH] [IMP] crm, sale, accounting: add OpenChatter notification after module installation bzr revid: rco@openerp.com-20120725102051-0klnt7rka2xxn8i3 --- .../account_accountant_data.xml | 23 +++++----- addons/account_voucher/__openerp__.py | 4 +- .../account_voucher/account_voucher_data.xml | 19 ++++++++ addons/crm/crm_data.xml | 22 ++++++++++ addons/sale/sale_data.xml | 44 +++++++------------ 5 files changed, 72 insertions(+), 40 deletions(-) create mode 100644 addons/account_voucher/account_voucher_data.xml diff --git a/addons/account_accountant/account_accountant_data.xml b/addons/account_accountant/account_accountant_data.xml index 3d665e680c3..7724dcb6774 100644 --- a/addons/account_accountant/account_accountant_data.xml +++ b/addons/account_accountant/account_accountant_data.xml @@ -1,20 +1,23 @@ - Accounting + - - + + + + + + Module Accounting and Finance has been installed + From the top menu Accounting, manage all of your accounting: + general accounting, cost/analytic accounting, third party + accounting, taxes, budgets, customer and supplier invoices, + bank statements, reconciliation process. + + diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index c943724f5f2..bfb05521420 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -37,7 +37,9 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo "website" : "http://tinyerp.com", "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], "depends" : ["account"], - "init_xml" : [], + "init_xml" : [ + 'account_voucher_data.xml', + ], "demo_xml" : [], diff --git a/addons/account_voucher/account_voucher_data.xml b/addons/account_voucher/account_voucher_data.xml new file mode 100644 index 00000000000..2183f2a1b33 --- /dev/null +++ b/addons/account_voucher/account_voucher_data.xml @@ -0,0 +1,19 @@ + + + + + + + + Module eInvoicing & Payments has been installed + From the top menu Invoicing, manage your customer and supplier + invoices. You can also manage refunds, receipts and register + payments. + + In order to manage all accounting features (journal items, + chart of accounts, etc), you should install the module + Accounting and Finance. + + + + diff --git a/addons/crm/crm_data.xml b/addons/crm/crm_data.xml index 4ca40a691f5..0abbbb84dde 100644 --- a/addons/crm/crm_data.xml +++ b/addons/crm/crm_data.xml @@ -17,5 +17,27 @@ Sales Department Sales + + + + + + Module CRM has been installed + From the top menu Sales, manage your sales pipeline: leads, + opportunities, meetings, phone calls, and customers. OpenERP + ensures that all cases are successfully tracked by all parties. + It can automatically send reminders, escalate requests, trigger + specific methods and lots of other actions based on your own + enterprise rules. + + In the Sales settings, you can configure an email gateway to + automatically create leads from messages sent on a particular + email address. + + To manage quotations and sale orders, install the module Sales + Managements. With this module, you will be able to create + quotations directly from opportunities. + + diff --git a/addons/sale/sale_data.xml b/addons/sale/sale_data.xml index 9768f606793..c93651219af 100644 --- a/addons/sale/sale_data.xml +++ b/addons/sale/sale_data.xml @@ -1,17 +1,13 @@ - + Sales Order sale.order - + @@ -26,29 +22,19 @@ - - - - - Module sale installed! - comment - text - res.users - - Welcome to OpenERP - - You can click on the top menu Sales to manage your - customers, your quotations and sales orders. - - If you need to manage your sales pipeline (leads, - opportunities, phonecalls), you can install the CRM module - from the Settings top menu. - - - - - - + + + + + Module Sales Management has been installed + From the top menu Sales, manage your customers, quotations and + sales orders. With sale orders, you can manage product + deliveries and customer invoices. + If you need to manage your sales pipeline (leads, opportunities, + phonecalls), you can install the module CRM from the top menu + Settings. + +