diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index 43aaa2f58c1..a380a69dc03 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -99,7 +99,6 @@ for a particular financial year and for preparation of vouchers there is a modul 'project/wizard/project_account_analytic_line_view.xml', 'account_end_fy.xml', 'account_invoice_view.xml', - 'partner_view.xml', 'data/account_data.xml', 'data/data_account_type.xml', 'data/configurable_account_chart.xml', @@ -112,6 +111,7 @@ for a particular financial year and for preparation of vouchers there is a modul 'project/wizard/account_analytic_journal_report_view.xml', 'project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml', 'project/wizard/account_analytic_chart_view.xml', + 'partner_view.xml', 'product_view.xml', 'account_assert_test.xml', 'process/statement_process.xml', diff --git a/addons/account/account.py b/addons/account/account.py index 9b9878e6cb9..f06f5a6186a 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -1669,7 +1669,7 @@ class account_move_reconcile(osv.osv): elif reconcile.line_partial_ids: first_partner = reconcile.line_partial_ids[0].partner_id.id move_lines = reconcile.line_partial_ids - if any([line.partner_id.id != first_partner for line in move_lines]): + if any([(line.account_id.type in ('receivable', 'payable') and line.partner_id.id != first_partner) for line in move_lines]): return False return True diff --git a/addons/account/account_financial_report_data.xml b/addons/account/account_financial_report_data.xml index 6410a5e887c..e8ff33151c3 100644 --- a/addons/account/account_financial_report_data.xml +++ b/addons/account/account_financial_report_data.xml @@ -6,16 +6,19 @@ --> Profit and Loss + sum Income + detail_with_hierarchy account_type Expense + detail_with_hierarchy account_type diff --git a/addons/account/account_installer.xml b/addons/account/account_installer.xml index 58e824a6250..b03babc63ac 100644 --- a/addons/account/account_installer.xml +++ b/addons/account/account_installer.xml @@ -20,10 +20,11 @@

+ - + - + diff --git a/addons/crm/crm_phonecall_demo.xml b/addons/crm/crm_phonecall_demo.xml index f441c29a7e6..4002e18815e 100644 --- a/addons/crm/crm_phonecall_demo.xml +++ b/addons/crm/crm_phonecall_demo.xml @@ -37,7 +37,7 @@ Ask for convenient time of meeting open +1 786 525 0724 - + @@ -50,7 +50,7 @@ done (077) 582-4035 (077) 341-3591 - + @@ -74,7 +74,7 @@ Proposal for discount offer open +34 230 953 485 - + diff --git a/addons/crm/crm_view.xml b/addons/crm/crm_view.xml index 63385fa3e17..a84ae553b4a 100644 --- a/addons/crm/crm_view.xml +++ b/addons/crm/crm_view.xml @@ -101,7 +101,7 @@ - + diff --git a/addons/crm/html/Stephan-Keller.jpg b/addons/crm/html/Stephan-Keller.jpg new file mode 100644 index 00000000000..57464ea0b2b Binary files /dev/null and b/addons/crm/html/Stephan-Keller.jpg differ diff --git a/addons/crm/html/claudia-sebastiani.jpg b/addons/crm/html/claudia-sebastiani.jpg new file mode 100644 index 00000000000..f24ba95189a Binary files /dev/null and b/addons/crm/html/claudia-sebastiani.jpg differ diff --git a/addons/crm/html/crm_game.png b/addons/crm/html/crm_game.png new file mode 100644 index 00000000000..b5416926793 Binary files /dev/null and b/addons/crm/html/crm_game.png differ diff --git a/addons/crm/html/crm_game_01.png b/addons/crm/html/crm_game_01.png new file mode 100644 index 00000000000..a3cd109c2de Binary files /dev/null and b/addons/crm/html/crm_game_01.png differ diff --git a/addons/crm/html/crm_game_02.png b/addons/crm/html/crm_game_02.png new file mode 100644 index 00000000000..1a747e1ffe8 Binary files /dev/null and b/addons/crm/html/crm_game_02.png differ diff --git a/addons/crm/html/crm_game_03.png b/addons/crm/html/crm_game_03.png new file mode 100644 index 00000000000..2fd14886179 Binary files /dev/null and b/addons/crm/html/crm_game_03.png differ diff --git a/addons/crm/html/crm_linkedin.png b/addons/crm/html/crm_linkedin.png new file mode 100644 index 00000000000..e40563dbfc7 Binary files /dev/null and b/addons/crm/html/crm_linkedin.png differ diff --git a/addons/crm/html/crm_sc_01.jpg b/addons/crm/html/crm_sc_01.jpg new file mode 100644 index 00000000000..7a2a44d7b0d Binary files /dev/null and b/addons/crm/html/crm_sc_01.jpg differ diff --git a/addons/crm/html/crm_sc_01.png b/addons/crm/html/crm_sc_01.png new file mode 100644 index 00000000000..8f1ff1e95fe Binary files /dev/null and b/addons/crm/html/crm_sc_01.png differ diff --git a/addons/crm/html/crm_sc_02.png b/addons/crm/html/crm_sc_02.png new file mode 100644 index 00000000000..e20c44836ba Binary files /dev/null and b/addons/crm/html/crm_sc_02.png differ diff --git a/addons/crm/html/crm_sc_04a.png b/addons/crm/html/crm_sc_04a.png new file mode 100644 index 00000000000..d0308e3f68b Binary files /dev/null and b/addons/crm/html/crm_sc_04a.png differ diff --git a/addons/crm/html/crm_sc_04b.png b/addons/crm/html/crm_sc_04b.png new file mode 100644 index 00000000000..57b7965771e Binary files /dev/null and b/addons/crm/html/crm_sc_04b.png differ diff --git a/addons/crm/html/crm_sc_04c.png b/addons/crm/html/crm_sc_04c.png new file mode 100644 index 00000000000..d3c4dbae043 Binary files /dev/null and b/addons/crm/html/crm_sc_04c.png differ diff --git a/addons/crm/html/crm_sc_04d.png b/addons/crm/html/crm_sc_04d.png new file mode 100644 index 00000000000..687bdfb971f Binary files /dev/null and b/addons/crm/html/crm_sc_04d.png differ diff --git a/addons/crm/html/crm_sc_05.png b/addons/crm/html/crm_sc_05.png new file mode 100644 index 00000000000..b71ce805250 Binary files /dev/null and b/addons/crm/html/crm_sc_05.png differ diff --git a/addons/crm/html/crm_sc_06.png b/addons/crm/html/crm_sc_06.png new file mode 100644 index 00000000000..1da7d5e841f Binary files /dev/null and b/addons/crm/html/crm_sc_06.png differ diff --git a/addons/crm/html/crm_sc_08.png b/addons/crm/html/crm_sc_08.png new file mode 100644 index 00000000000..b47d9738cf9 Binary files /dev/null and b/addons/crm/html/crm_sc_08.png differ diff --git a/addons/crm/html/crm_sc_agenda.png b/addons/crm/html/crm_sc_agenda.png new file mode 100644 index 00000000000..a0f57eb4bca Binary files /dev/null and b/addons/crm/html/crm_sc_agenda.png differ diff --git a/addons/crm/html/crm_sc_marketing.png b/addons/crm/html/crm_sc_marketing.png new file mode 100644 index 00000000000..f7662587969 Binary files /dev/null and b/addons/crm/html/crm_sc_marketing.png differ diff --git a/addons/crm/html/index.html b/addons/crm/html/index.html new file mode 100644 index 00000000000..5ae542f5c91 --- /dev/null +++ b/addons/crm/html/index.html @@ -0,0 +1,252 @@ +
+
+
+

Customer Relationship Management

+

Boost sales productivity, improve win rates, grow revenue

+
+
+
+ + + + +
+
+
+

+Manage your sales funnel with no effort. Attract leads, follow-up on phone calls and meetings. Analyse the quality of your leads to make informed decisions and save time by integrating emails directly into the application. +

+ +
+
+
+ +
+
+

Your Sales Funnel, The Way You Like It

+
+

+Track your opportunities pipeline with the revolutionary kanban view. Work inside your sales funnel and get instant visual information about next actions, new messages, top opportunities and expected revenues. +

+
+
+
+ +
+
+
+
+ +
+
+

Social Network Integration

+
+
+ +
+
+
+

+Bring social intelligence to your sales process. Gain insights from social media site LinkedIn to find prospects easily and load their data automatically into your address book. +

+
+
+
+ + +
+
+

Lead Management Made Easy

+
+

+Create leads automatically from incoming emails. Analyse leads efficiency and compare performance by campaigns, channels or sales team. +

+

+Find duplicates, merge leads and assign them to the right salesperson in one operation. Spend less time on administration and more time on qualifying leads. +

+
+
+
+ +
+
+
+
+ +
+
+

Organize Your Opportunities

+

A clean user interface with everything in one screen

+
+
+ +
+
+
+

+Get your opportunities organized to stay focused on the best deals. Manage all your customer interactions from the opportunity like emails, phone calls, internal notes, meetings and quotations. +

+Follow opportunities that interrests you to get notified upon specific events: deal won or lost, stage changed, new customer demand, etc. +

+
+
+
+ +
+
+

Email Integration and Automation

+
+

+Work with the email applications you already use every day. Whether your company uses Microsoft Outlook or Gmail, no one needs to change the way they work, so everyone stays productive. +

+Route, sort and filter incoming emails automatically. OpenERP CRM handles incoming emails and route them to the right opportunities or sales team. New leads are created on the fly and interested salespersons are notified automatically. +

+
+
+
+ +
+
+
+
+ +
+
+

Collaborative Agenda

+
+
+ +
+
+
+

+Schedule your meetings and phone calls using the integrated calendar. You can see your agenda and your colleagues' in one view. As a manager, it's easy to see what your team is busy with. +

+
+
+
+ +
+
+

Lead Automation and Marketing Campaigns

+

Drive performance by automating tasks

+
+

+ Use our marketing campaigns to automate lead acquisition, follow ups and promotions. Define automated actions (e.g. ask a salesperson to call, send an email, ...) based on triggers (no activity since 20 days, answered a promotional email, etc.) +

+ Optimize campaigns from lead to close, on every channel. Make smarter decisions about where to invest and show the impact of your marketing activities on your company's bottom line. +

+
+
+
+ +
+
+
+
+ +
+
+

Customize Your Sales Cycle

+

It Fits Your Sales Approach

+

+Customize your sales cycle by configuring sales stages that perfectly fit your sales approach. Control statistics to get accurate forecasts to improve your sales performance at every stage of your customer relationship. +

+
+ + + + +
+
+
+ +
+
+

Reporting and Dashboards

+

Get access to the right information to take smart decisions

+
+
+ +
+
+
+

+Get the insights you need to make smarter decisions. Design custom dashboards to get a picture of your business at a glance. Dig deeper with real-time reports that anyone can create and share. +

+
+
+
+ +
+
+

Drive Engagement with Gamification

+

Leverage sales' natural desire for competition

+

+ Reinforce good habits and improve win rates with real-time recognition and rewards inspired by game mechanics. Align sales teams around clear business objectives with challenges, personal objectives and team leader boards. +

+
+

Leaderboards

+
+ +
+

+ Promote leaders and competition amongst sales team with performance ratios. +

+
+
+

Personnal Objectives

+
+ +
+

+ Assign clear goals to users to align them with the company objectives. +

+
+
+

Team Targets

+
+ +
+

+ Compare revenues with forecasts and budgets in real time. +

+
+
+
+ +
+
+
+

Many companies already enjoy it

+

Hear what they have to say !

+
+
+
+ + With OpenERP CRM I keep all the information about leads and customers + in a single place, and share it with my colleagues. It's great and effective. + + + +
Claudia Sebastiani
+
Sales manager at CQ Creativi Quadrati.
+
+
+
+
+
+ + I am surprised by how good OpenERP CRM is. Awesome product. + + + +
Stephan Keller
+
CEO of Sodexis, Inc.
+
+
+
+
+
diff --git a/addons/crm/i18n/ru.po b/addons/crm/i18n/ru.po index 19ae76e9f46..ec2a9f35ee5 100644 --- a/addons/crm/i18n/ru.po +++ b/addons/crm/i18n/ru.po @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-12-21 17:04+0000\n" -"PO-Revision-Date: 2013-03-01 11:27+0000\n" -"Last-Translator: Антон Лаврёнов \n" +"PO-Revision-Date: 2013-05-30 13:52+0000\n" +"Last-Translator: Chertykov Denis \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-03-16 05:09+0000\n" -"X-Generator: Launchpad (build 16532)\n" +"X-Launchpad-Export-Date: 2013-05-31 05:38+0000\n" +"X-Generator: Launchpad (build 16660)\n" #. module: crm #: view:crm.lead.report:0 @@ -452,7 +452,7 @@ msgstr "# Предложений" #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." -msgstr "" +msgstr "Пожалуйста, выберите хотя бы один элемент из списка ниже." #. module: crm #: view:crm.lead:0 @@ -1108,7 +1108,7 @@ msgstr "Удалить" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_create msgid "Opportunity created" -msgstr "" +msgstr "Предложение создано" #. module: crm #: view:crm.lead:0 @@ -1397,7 +1397,7 @@ msgstr "Сделать" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_lost msgid "Opportunity lost" -msgstr "" +msgstr "Предложение отклонено" #. module: crm #: field:crm.lead2opportunity.partner,action:0 @@ -1446,7 +1446,7 @@ msgstr "Пользователи" #. module: crm #: model:mail.message.subtype,name:crm.mt_lead_stage msgid "Stage Changed" -msgstr "" +msgstr "Стадия изменена" #. module: crm #: field:crm.case.stage,section_ids:0 @@ -1759,7 +1759,7 @@ msgstr "Способ оплаты" #. module: crm #: model:ir.model,name:crm.model_crm_lead2opportunity_partner_mass msgid "Mass Lead To Opportunity Partner" -msgstr "Массовое проведение предложений партнёру" +msgstr "Массовое преобразование кандидатов в предложения" #. module: crm #: view:sale.config.settings:0 @@ -1917,7 +1917,7 @@ msgstr "Сделать" #: model:mail.message.subtype,name:crm.mt_lead_convert_to_opportunity #: model:mail.message.subtype,name:crm.mt_salesteam_lead_opportunity msgid "Lead to Opportunity" -msgstr "" +msgstr "Кандидат в предложение" #. module: crm #: field:crm.lead,user_email:0 @@ -2126,7 +2126,7 @@ msgstr "" #. module: crm #: view:crm.lead:0 msgid "Address" -msgstr "" +msgstr "Адрес" #. module: crm #: help:crm.case.section,alias_id:0 @@ -2134,6 +2134,8 @@ msgid "" "The email address associated with this team. New emails received will " "automatically create new leads assigned to the team." msgstr "" +"Адрес эл. почты связанный с этой командой. Новая полученная эл. почта будет " +"автоматически создавать новые кандидаты связанные с командой." #. module: crm #: view:crm.lead:0 @@ -2192,7 +2194,7 @@ msgstr "Продолжение процесса" #: selection:crm.lead2opportunity.partner.mass,name:0 #: model:ir.actions.act_window,name:crm.action_crm_lead2opportunity_partner msgid "Convert to opportunity" -msgstr "Преобразовать в возможность" +msgstr "Преобразовать в предложение" #. module: crm #: field:crm.opportunity2phonecall,user_id:0 @@ -2234,6 +2236,8 @@ msgid "" "This stage is not visible, for example in status bar or kanban view, when " "there are no records in that stage to display." msgstr "" +"Эта стадия не видима, например в статус-баре или виде канбан, когда нет " +"записей этой стадии для отображения." #. module: crm #: field:crm.lead.report,nbr:0 @@ -2249,7 +2253,7 @@ msgstr "Отдел продаж, которому принадлежит воп #. module: crm #: model:crm.case.resource.type,name:crm.type_lead6 msgid "Banner Ads" -msgstr "" +msgstr "Баннер" #. module: crm #: field:crm.merge.opportunity,opportunity_ids:0 @@ -2279,7 +2283,7 @@ msgstr "Выполняется" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_convert_to_opportunity msgid "Lead converted into an opportunity" -msgstr "" +msgstr "Кандидат превращенный в предложение" #. module: crm #: view:crm.lead:0 @@ -2289,7 +2293,7 @@ msgstr "Нераспределенные кандидаты" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_won msgid "Opportunity won" -msgstr "" +msgstr "Предложение принято" #. module: crm #: field:crm.case.categ,object_id:0 @@ -2364,7 +2368,7 @@ msgstr "" #. module: crm #: field:crm.case.stage,state:0 msgid "Related Status" -msgstr "" +msgstr "Связанный статус" #. module: crm #: field:crm.phonecall,name:0 @@ -2410,7 +2414,7 @@ msgstr "Подтвердить" #. module: crm #: view:crm.lead:0 msgid "Unread messages" -msgstr "" +msgstr "Непрочитанные сообщения" #. module: crm #: field:crm.phonecall.report,section_id:0 @@ -2501,7 +2505,7 @@ msgstr "Создание предложений из кандидатов" #. module: crm #: model:crm.case.resource.type,name:crm.type_lead3 msgid "Email Campaign - Products" -msgstr "" +msgstr "Кампания эл. почты - Продукция" #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_categ_phone_incoming0 @@ -2578,7 +2582,7 @@ msgstr "Август" #: model:mail.message.subtype,name:crm.mt_lead_lost #: model:mail.message.subtype,name:crm.mt_salesteam_lead_lost msgid "Opportunity Lost" -msgstr "" +msgstr "Предложение отклонено" #. module: crm #: field:crm.lead.report,deadline_month:0 @@ -2644,7 +2648,7 @@ msgstr "Сотрудники отдела" #: view:crm.opportunity2phonecall:0 #: view:crm.phonecall2phonecall:0 msgid "Schedule/Log a Call" -msgstr "" +msgstr "Запланировать/Описать звонок" #. module: crm #: field:crm.lead,planned_cost:0 @@ -2654,7 +2658,7 @@ msgstr "Планируемые затраты" #. module: crm #: help:crm.lead,date_deadline:0 msgid "Estimate of the date on which the opportunity will be won." -msgstr "" +msgstr "Оценка даты на которую это предложение будет принято." #. module: crm #: help:crm.lead,email_cc:0 @@ -2676,7 +2680,7 @@ msgstr "Описанные звонки" #: model:mail.message.subtype,name:crm.mt_lead_won #: model:mail.message.subtype,name:crm.mt_salesteam_lead_won msgid "Opportunity Won" -msgstr "" +msgstr "Предложение принято" #. module: crm #: model:ir.actions.act_window,name:crm.crm_case_section_act_tree @@ -2895,7 +2899,7 @@ msgstr "" #. module: crm #: view:crm.lead:0 msgid "Internal Notes" -msgstr "" +msgstr "Внутренние заметки" #. module: crm #: view:crm.lead:0 @@ -2960,6 +2964,7 @@ msgstr "Проиграно" #, python-format msgid "Closed/Cancelled leads cannot be converted into opportunities." msgstr "" +"Закрытые/Отмененные кандидаты не могут быть конвертированы в возможности." #. module: crm #: view:crm.lead:0 @@ -3050,7 +3055,7 @@ msgstr "Рассылка" #. module: crm #: model:mail.message.subtype,name:crm.mt_salesteam_lead_stage msgid "Opportunity Stage Changed" -msgstr "" +msgstr "Этап предложения изменен" #. module: crm #: model:ir.actions.act_window,help:crm.crm_lead_stage_act diff --git a/addons/crm/process/crm_configuration_process.xml b/addons/crm/process/crm_configuration_process.xml index c56bb8935d9..882c9680268 100644 --- a/addons/crm/process/crm_configuration_process.xml +++ b/addons/crm/process/crm_configuration_process.xml @@ -60,24 +60,24 @@ - - + +
- - + + - - + + diff --git a/addons/crm/report/crm_lead_report_view.xml b/addons/crm/report/crm_lead_report_view.xml index 759063b3c1d..09853c6379e 100644 --- a/addons/crm/report/crm_lead_report_view.xml +++ b/addons/crm/report/crm_lead_report_view.xml @@ -75,7 +75,7 @@ + help="Leads/Opportunities that are assigned to one of the sale teams I manage" groups="base.group_multi_salesteams"/> + help="Phone calls that are assigned to one of the sale teams I manage" groups="base.group_multi_salesteams"/> - + -