diff --git a/addons/account/account_bank_view.xml b/addons/account/account_bank_view.xml index 8d0b1aa5db3..df754da7f90 100644 --- a/addons/account/account_bank_view.xml +++ b/addons/account/account_bank_view.xml @@ -50,13 +50,5 @@ id="menu_action_bank_tree" action="action_bank_tree"/> - - - - - 4 - - - diff --git a/addons/account/account_installer.xml b/addons/account/account_installer.xml index 430d65e0bf9..8c2865ea9b9 100644 --- a/addons/account/account_installer.xml +++ b/addons/account/account_installer.xml @@ -62,48 +62,5 @@ automatic - - Review your Financial Accounts - ir.actions.act_window - account.account - form - tree,form - {'config_invisible': False} - - - - - - - - - - Review your Financial Journals - ir.actions.act_window - account.journal - form - tree,form - Setup your accounting journals. For bank accounts, it's better to use the 'Setup Your Bank Accounts' tool that will automatically create the accounts and journals for you. - - - - - - - - - Review your Payment Terms - ir.actions.act_window - account.payment.term - form - tree,form - Payment terms define the conditions to pay a customer or supplier invoice in one or several payments. Customers periodic reminders will use the payment terms for each letter. Each customer or supplier can be assigned to one of these payment terms. - - - - - - - diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index 82739587d4e..1669bd277d3 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -71,7 +71,6 @@ of distribution models. 'account_analytic_plans_report.xml', 'wizard/analytic_plan_create_model_view.xml', 'wizard/account_crossovered_analytic_view.xml', - 'account_analytic_plans_installer_view.xml' ], 'demo_xml': [], 'test': ['test/acount_analytic_plans_report.yml'], diff --git a/addons/account_analytic_plans/account_analytic_plans_installer_view.xml b/addons/account_analytic_plans/account_analytic_plans_installer_view.xml deleted file mode 100644 index c6879774078..00000000000 --- a/addons/account_analytic_plans/account_analytic_plans_installer_view.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Define your Analytic Plans - ir.actions.act_window - account.analytic.plan - form - tree,form - - To setup a multiple analytic plans environment, you must define the root analytic accounts for each plan set. Then, you must attach a plan set to your account journals. - - - - - - 15 - - - - diff --git a/addons/account_asset/account_asset_view.xml b/addons/account_asset/account_asset_view.xml index 590e7b76aad..1b1df80a5e8 100644 --- a/addons/account_asset/account_asset_view.xml +++ b/addons/account_asset/account_asset_view.xml @@ -316,18 +316,5 @@ - - Review Asset Categories - account.asset.category - form - tree,form - - - - - - 3 - - diff --git a/addons/account_followup/account_followup_view.xml b/addons/account_followup/account_followup_view.xml index 764ab81d81a..fe4613d6720 100644 --- a/addons/account_followup/account_followup_view.xml +++ b/addons/account_followup/account_followup_view.xml @@ -157,25 +157,5 @@ - - - - Review Invoicing Follow-Ups - ir.actions.act_window - account_followup.followup - form - form,tree - - - - - - - - - - - - diff --git a/addons/base_setup/base_setup_views.xml b/addons/base_setup/base_setup_views.xml index b720527da1d..e68dfaecb68 100644 --- a/addons/base_setup/base_setup_views.xml +++ b/addons/base_setup/base_setup_views.xml @@ -1,21 +1,6 @@ - - - Create or Import Customers - ir.actions.act_window - res.partner - form - tree,form - - Create or Import Customers and their contacts manually from this form or you can import your existing partners by CSV spreadsheet from "Import Data" wizard - - - - - - Set default users preferences diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 5f71c404976..447645f615c 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -106,7 +106,6 @@ Creates a dashboard for CRM that includes: 'report/crm_phonecall_report_view.xml', 'process/crm_configuration_process.xml', - 'crm_installer_view.xml', 'res_partner_view.xml', 'board_crm_statistical_view.xml', diff --git a/addons/crm/crm_installer_view.xml b/addons/crm/crm_installer_view.xml deleted file mode 100644 index 5e871a99659..00000000000 --- a/addons/crm/crm_installer_view.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Define Sales Team - ir.actions.act_window - crm.case.section - form - tree,form - - Define sales teams to structure your sales organization and assign users to each team. You should also define the sales stage to each team. As an example, if you use Solutions Selling techniques to track your opportunities, you can assign the following stage to the team: Territory, Qualified, Qualified Sponsors, Proposition, Negociaton, Won/Lost. - - - - - - 10 - - - - - Review Sales Stages - ir.actions.act_window - crm.case.stage - form - tree,form - {'default_case_default': 1} - - Stages will allow salesmen to easily track how a specific opportunity is positioned in the sales cycle. In order to efficiently manage your sales pipeline, it's important to define conditions to go to the next step. Example: to set an opportunity as 'Qualified', you must set the "Expected Revenue" and the "Expected Closing Date." You should also have a look at the tooltip of the field "Change Probability Automatically". - - - - - - 9 - - - diff --git a/addons/delivery/delivery_view.xml b/addons/delivery/delivery_view.xml index 5c76a819639..9f3d1516ede 100644 --- a/addons/delivery/delivery_view.xml +++ b/addons/delivery/delivery_view.xml @@ -72,15 +72,6 @@ Define the delivery methods you are using and their pricing in order to reinvoice the delivery costs when you are doing invoicing based on delivery orders - - Define Delivery Methods - ir.actions.act_window - delivery.carrier - form - tree,form - Define your delivery methods and their pricing. The delivery costs can be added on the sale order form or in the invoice, based on the delivery orders. - - @@ -331,11 +322,5 @@ - - - - 10 - - diff --git a/addons/fetchmail_crm/__init__.py b/addons/fetchmail_crm/__init__.py deleted file mode 100644 index b5b36afb7e9..00000000000 --- a/addons/fetchmail_crm/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_crm/__openerp__.py b/addons/fetchmail_crm/__openerp__.py deleted file mode 100644 index 108cc5f4d59..00000000000 --- a/addons/fetchmail_crm/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - "name" : "eMail Gateway for Leads", - "version" : "1.0", - "depends" : ["fetchmail", "crm"], - "author" : "OpenERP SA", - "category": 'Hidden', - "description": """ - """, - 'website': 'http://www.openerp.com', - 'init_xml': [], - 'update_xml': [ - "installer.xml", - ], - 'demo_xml': [ - ], - 'installable': True, - 'auto_install': True, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_crm/i18n/de.po b/addons/fetchmail_crm/i18n/de.po deleted file mode 100644 index e82e8d68de8..00000000000 --- a/addons/fetchmail_crm/i18n/de.po +++ /dev/null @@ -1,36 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 15:11+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:50+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "Erzeuge Kontakte vom Email Konto" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"Sie können Ihre E-Mails mit Verkaufs-Kontakten in OpenERP verbinden. Ein " -"Email das an dieses Konto gesendet wird, erzeugt dann automatische einen " -"Verkaufskontakt in OpenERP. Die gesamte Kommunikation mit dem Verkäufer wird " -"dann diesem Verkaufskontakt zugeordnet." diff --git a/addons/fetchmail_crm/i18n/es.po b/addons/fetchmail_crm/i18n/es.po deleted file mode 100644 index ef1a0cd6485..00000000000 --- a/addons/fetchmail_crm/i18n/es.po +++ /dev/null @@ -1,36 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-10 08:32+0000\n" -"Last-Translator: Carlos @ smile-iberia \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"No puede conectar su cuenta de email con iniciativas en OpenERP. Un nuevo " -"email enviado a esta cuenta (por ejemplo: info@miempresa.com) creará " -"automáticamente una iniciativa en OpenERP. Toda la comunicación con el " -"comercial será adjuntada a la iniciativa automáticamente." diff --git a/addons/fetchmail_crm/i18n/es_CR.po b/addons/fetchmail_crm/i18n/es_CR.po deleted file mode 100644 index 6eae3fdc708..00000000000 --- a/addons/fetchmail_crm/i18n/es_CR.po +++ /dev/null @@ -1,36 +0,0 @@ -# Spanish (Costa Rica) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 21:55+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish (Costa Rica) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "Crear clientes potenciales de cuentas de correo electrónico" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"No puede conectar su cuenta de email con iniciativas en OpenERP. Un nuevo " -"email enviado a esta cuenta (por ejemplo: info@miempresa.com) creará " -"automáticamente una iniciativa en OpenERP. Toda la comunicación con el " -"comercial será adjuntada a la iniciativa automáticamente." diff --git a/addons/fetchmail_crm/i18n/fetchmail_crm.pot b/addons/fetchmail_crm/i18n/fetchmail_crm.pot deleted file mode 100644 index d614b85fda6..00000000000 --- a/addons/fetchmail_crm/i18n/fetchmail_crm.pot +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * fetchmail_crm -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "You can connect your email account with leads in OpenERP. A new email sent to this account (example: info@mycompany.com) will automatically create a lead in OpenERP. The whole communication with the salesman will be attached to the lead automatically." -msgstr "" - diff --git a/addons/fetchmail_crm/i18n/fr.po b/addons/fetchmail_crm/i18n/fr.po deleted file mode 100644 index f1f71379a4d..00000000000 --- a/addons/fetchmail_crm/i18n/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-10 10:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" diff --git a/addons/fetchmail_crm/i18n/ja.po b/addons/fetchmail_crm/i18n/ja.po deleted file mode 100644 index a8de0fd0bf9..00000000000 --- a/addons/fetchmail_crm/i18n/ja.po +++ /dev/null @@ -1,34 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-01 05:43+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-02 04:37+0000\n" -"X-Generator: Launchpad (build 15032)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "Eメールアカウントからリードを作成" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"あなたのEメールアカウントをリードに結び付けることができます。このアカウントへ送られて来たメールは自動的にリードを作成します。セールス担当者との全ての交信" -"は自動的にリードに添付されます。" diff --git a/addons/fetchmail_crm/i18n/nl.po b/addons/fetchmail_crm/i18n/nl.po deleted file mode 100644 index 58c3ff52e77..00000000000 --- a/addons/fetchmail_crm/i18n/nl.po +++ /dev/null @@ -1,36 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 12:03+0000\n" -"Last-Translator: Erwin \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:50+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "Maakt leads van een E-mail" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"Het is mogelijk om uw e-mail adres te koppelen aan leads in OpenERP. Van een " -"nieuwe e-mail, welke naar dit adres (bijvoorbeeld: info@mijnbedrijf.com) " -"wordt gestuurd, wordt automatisch een lead gemaakt in OPenERP. De gehele " -"communicatie met de verkoper wordt automatisch gekoppeld aan de lead." diff --git a/addons/fetchmail_crm/i18n/sr@latin.po b/addons/fetchmail_crm/i18n/sr@latin.po deleted file mode 100644 index 0d7509139a6..00000000000 --- a/addons/fetchmail_crm/i18n/sr@latin.po +++ /dev/null @@ -1,36 +0,0 @@ -# Serbian Latin translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-03-19 11:45+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-20 04:56+0000\n" -"X-Generator: Launchpad (build 14969)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "Napravi ovlašćenja preko email naloga" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"Možete povezati svoj email nalog sa ovlašćenjima u OpenERP-u. Novi email će " -"biti poslat na taj nalog (npr: info@mycompany.com) i on će automatski " -"napraviti ovlašćenje u OpenERP-u. Celokupna komunikacija sa prodavcem biće " -"povezana s vodećom strankom automatski" diff --git a/addons/fetchmail_crm/i18n/tr.po b/addons/fetchmail_crm/i18n/tr.po deleted file mode 100644 index a52dcf088c3..00000000000 --- a/addons/fetchmail_crm/i18n/tr.po +++ /dev/null @@ -1,36 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 23:08+0000\n" -"Last-Translator: Ahmet Altınışık \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "E-posta hesabından fırsatlar oluştur" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"E-posta hesabınız ile OpenERP fırsatlarını birbirine bağlayabilirsiniz. Bu " -"hesaba gönderilen yeni bir e-posta (mesela: satis@mycompany.com) için " -"otomatik olarak bir fırsat oluşturulacak ve satış temsilcisiyle yapılan " -"bütün mesaj trafiği fırsata otomatik olarak eklenecek." diff --git a/addons/fetchmail_crm/i18n/zh_CN.po b/addons/fetchmail_crm/i18n/zh_CN.po deleted file mode 100644 index 6c006483a94..00000000000 --- a/addons/fetchmail_crm/i18n/zh_CN.po +++ /dev/null @@ -1,34 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-16 04:42+0000\n" -"Last-Translator: wangsy \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-17 05:01+0000\n" -"X-Generator: Launchpad (build 14814)\n" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,name:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "Create Leads from Email Account" -msgstr "从邮件获取商机" - -#. module: fetchmail_crm -#: model:ir.actions.act_window,help:fetchmail_crm.action_create_crm_leads_from_email_account -msgid "" -"You can connect your email account with leads in OpenERP. A new email sent " -"to this account (example: info@mycompany.com) will automatically create a " -"lead in OpenERP. The whole communication with the salesman will be attached " -"to the lead automatically." -msgstr "" -"你可以在OpenERP中连接包含商机的电子邮件账户,一封发往该账号的邮件(例如:info@mycompany.com)会自动创建一条商机。所有与该销售员的" -"沟通会自动附加到此商机中。" diff --git a/addons/fetchmail_crm/installer.xml b/addons/fetchmail_crm/installer.xml deleted file mode 100644 index 5223367eb29..00000000000 --- a/addons/fetchmail_crm/installer.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Create Leads from Email Account - ir.actions.act_window - fetchmail.server - form - tree,form - - You can connect your email account with leads in OpenERP. A new email sent to this account (example: info@mycompany.com) will automatically create a lead in OpenERP. The whole communication with the salesman will be attached to the lead automatically. - - - - - - - - diff --git a/addons/fetchmail_crm_claim/__init__.py b/addons/fetchmail_crm_claim/__init__.py deleted file mode 100644 index b5b36afb7e9..00000000000 --- a/addons/fetchmail_crm_claim/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_crm_claim/__openerp__.py b/addons/fetchmail_crm_claim/__openerp__.py deleted file mode 100644 index 2a515205f9e..00000000000 --- a/addons/fetchmail_crm_claim/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - "name" : "eMail Gateway for CRM Claim", - "version" : "1.0", - "depends" : ["fetchmail", "crm_claim"], - "author" : "OpenERP SA", - 'category': 'Hidden', - "description": """ - """, - 'website': 'http://www.openerp.com', - 'init_xml': [], - 'update_xml': [ - "installer.xml", - ], - 'demo_xml': [ - ], - 'installable': True, - 'auto_install': True, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_crm_claim/i18n/de.po b/addons/fetchmail_crm_claim/i18n/de.po deleted file mode 100644 index f70948419f1..00000000000 --- a/addons/fetchmail_crm_claim/i18n/de.po +++ /dev/null @@ -1,36 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 15:10+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:50+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"Sie können Ihre E-Mails mit Reklamationen in OpenERP verbinden. Ein Email " -"das an dieses Konto gesendet wird, erzeugt dann automatische eine " -"Reklamation in OpenERP. Die gesamte Kommunikation wird dann dieser " -"Reklamation zugeordnet." - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Erzeuge Reklamationen von diesem Mail Konto" diff --git a/addons/fetchmail_crm_claim/i18n/es.po b/addons/fetchmail_crm_claim/i18n/es.po deleted file mode 100644 index 8844c84fec5..00000000000 --- a/addons/fetchmail_crm_claim/i18n/es.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-10 08:35+0000\n" -"Last-Translator: Carlos @ smile-iberia \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Crear reclamaciones a partir de cuentas de email" diff --git a/addons/fetchmail_crm_claim/i18n/es_CR.po b/addons/fetchmail_crm_claim/i18n/es_CR.po deleted file mode 100644 index 8e9a1e171bf..00000000000 --- a/addons/fetchmail_crm_claim/i18n/es_CR.po +++ /dev/null @@ -1,37 +0,0 @@ -# Spanish (Costa Rica) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 21:58+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish (Costa Rica) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"Puedes conectar tu cuenta de correo electrónico con derechos en OpenERP. Un " -"nuevo correo enviado a esta cuenta (por ejemplo: support@mycompany.com) " -"creará automáticamente un reclamo para el seguimiento en OpenERP. Toda la " -"comunicación por correo electrónico se adjuntará a la solicitud de forma " -"automática para realizar un seguimiento de la historia." - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Crear reclamaciones a partir de cuentas de email" diff --git a/addons/fetchmail_crm_claim/i18n/fetchmail_crm_claim.pot b/addons/fetchmail_crm_claim/i18n/fetchmail_crm_claim.pot deleted file mode 100644 index f4b85a56470..00000000000 --- a/addons/fetchmail_crm_claim/i18n/fetchmail_crm_claim.pot +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * fetchmail_crm_claim -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "You can connect your email account with claims in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create a claim for the followup in OpenERP. The whole communication by email will be attached to the claim automatically to keep track of the history." -msgstr "" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "" - diff --git a/addons/fetchmail_crm_claim/i18n/fr.po b/addons/fetchmail_crm_claim/i18n/fr.po deleted file mode 100644 index 50a31809630..00000000000 --- a/addons/fetchmail_crm_claim/i18n/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 19:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "" diff --git a/addons/fetchmail_crm_claim/i18n/ja.po b/addons/fetchmail_crm_claim/i18n/ja.po deleted file mode 100644 index 1d17a5fd162..00000000000 --- a/addons/fetchmail_crm_claim/i18n/ja.po +++ /dev/null @@ -1,32 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-01 06:29+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-02 04:37+0000\n" -"X-Generator: Launchpad (build 15032)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Eメールアカウントからクレームを作成" diff --git a/addons/fetchmail_crm_claim/i18n/nl.po b/addons/fetchmail_crm_claim/i18n/nl.po deleted file mode 100644 index 15c9812f502..00000000000 --- a/addons/fetchmail_crm_claim/i18n/nl.po +++ /dev/null @@ -1,37 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-12 15:20+0000\n" -"Last-Translator: Erwin \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-13 04:50+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"Het is mogelijk uw e-mail account te koppelen aan claims in OpenERP. Een " -"nieuwe e-mail, welke wordt verzonden naar dit account (bijvoorbeeld: " -"support@mijnbedrijf.com), zal automatisch een claim aanmaken welke kan " -"worden opgevolgd in OpenERP. De gehele communicatie van de e-mail wordt " -"automatisch gekoppeld aan de claim, zodat de historie getraceerd kan worden." - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Maak claims van e-mail account" diff --git a/addons/fetchmail_crm_claim/i18n/sr@latin.po b/addons/fetchmail_crm_claim/i18n/sr@latin.po deleted file mode 100644 index d6db86d1d9e..00000000000 --- a/addons/fetchmail_crm_claim/i18n/sr@latin.po +++ /dev/null @@ -1,36 +0,0 @@ -# Serbian Latin translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-03-19 11:51+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-20 04:56+0000\n" -"X-Generator: Launchpad (build 14969)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"Možete povezati svoj nalog sa potraživanjima u OpenERP-u. Novi email biće " -"poslat na taj nalog (npr:support@mycompany.com), i on će automatski " -"napraviti potraživanje. Celokupna komunikacija biće povezana s potraživanjem " -"automatski da bi se sačuvao pregled istorije komunikacije." - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "Napravi potraživanje preko email naloga" diff --git a/addons/fetchmail_crm_claim/i18n/tr.po b/addons/fetchmail_crm_claim/i18n/tr.po deleted file mode 100644 index 3d758e1713f..00000000000 --- a/addons/fetchmail_crm_claim/i18n/tr.po +++ /dev/null @@ -1,35 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 23:11+0000\n" -"Last-Translator: Ahmet Altınışık \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"E-posta hesabınızla OpenERP şikayetlerini bağlayabilirsiniz. Bu e-posta " -"hesabına (örnek: sikayet@sirketim.com) gönderilen her e-posta için bir " -"şikayet otomatik olarak oluşturulacak." - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "E-posta hesabından sikayet oluştur" diff --git a/addons/fetchmail_crm_claim/i18n/zh_CN.po b/addons/fetchmail_crm_claim/i18n/zh_CN.po deleted file mode 100644 index 1b4e3aacfcc..00000000000 --- a/addons/fetchmail_crm_claim/i18n/zh_CN.po +++ /dev/null @@ -1,34 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-16 04:39+0000\n" -"Last-Translator: wangsy \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-17 05:01+0000\n" -"X-Generator: Launchpad (build 14814)\n" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,help:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "" -"You can connect your email account with claims in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create a " -"claim for the followup in OpenERP. The whole communication by email will be " -"attached to the claim automatically to keep track of the history." -msgstr "" -"你可以在OpenERP中连接包含支持服务的电子邮件账户,一封发往该账号的邮件(例如:support@mycompany.com)会自动创建一条跟踪服务的记" -"录。所有电子邮件沟通将自动附加在该支持服务记录上以保留所有跟踪的过程。" - -#. module: fetchmail_crm_claim -#: model:ir.actions.act_window,name:fetchmail_crm_claim.action_create_crm_claims_from_email_account -msgid "Create Claims from Email Account" -msgstr "从电子邮件创建支持服务" diff --git a/addons/fetchmail_crm_claim/installer.xml b/addons/fetchmail_crm_claim/installer.xml deleted file mode 100644 index b3652a72938..00000000000 --- a/addons/fetchmail_crm_claim/installer.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Create Claims from Email Account - ir.actions.act_window - fetchmail.server - form - tree,form - - You can connect your email account with claims in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create a claim for the followup in OpenERP. The whole communication by email will be attached to the claim automatically to keep track of the history. - - - - - - - - diff --git a/addons/fetchmail_project_issue/__init__.py b/addons/fetchmail_project_issue/__init__.py deleted file mode 100644 index b5b36afb7e9..00000000000 --- a/addons/fetchmail_project_issue/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_project_issue/__openerp__.py b/addons/fetchmail_project_issue/__openerp__.py deleted file mode 100644 index 4d50a87bac8..00000000000 --- a/addons/fetchmail_project_issue/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -#-*- coding:utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 OpenERP S.A. (). All Rights Reserved -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - "name" : "eMail Gateway for Project Issues", - "version" : "1.0", - "depends" : ["fetchmail", "project_issue"], - "author" : "OpenERP SA", - "category": "Hidden", - "description": """ - """, - 'website': 'http://www.openerp.com', - 'init_xml': [], - 'update_xml': [ - "installer.xml", - ], - 'demo_xml': [ - ], - 'installable': True, - 'auto_install': True, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/fetchmail_project_issue/i18n/de.po b/addons/fetchmail_project_issue/i18n/de.po deleted file mode 100644 index 7f11791d711..00000000000 --- a/addons/fetchmail_project_issue/i18n/de.po +++ /dev/null @@ -1,35 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-09 15:15+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-10 04:50+0000\n" -"X-Generator: Launchpad (build 14771)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "Erzeuge Fälle von Email Konto" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"Sie können Fälle von diesem Konto mit OpenERP verbinden. Ein Email das an " -"dieses Konto gesendet wird, erzeugt dann automatische einen Fall in " -"OpenERP. Die gesamte Kommunikation wird dann diese Fall zugeordnet." diff --git a/addons/fetchmail_project_issue/i18n/es_CR.po b/addons/fetchmail_project_issue/i18n/es_CR.po deleted file mode 100644 index 0a5273af5d3..00000000000 --- a/addons/fetchmail_project_issue/i18n/es_CR.po +++ /dev/null @@ -1,36 +0,0 @@ -# Spanish (Costa Rica) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 22:03+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish (Costa Rica) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-16 05:07+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "Crear problemas de la cuenta de correo electrónico" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"Puedes conectar tu cuenta de correo electrónico con asuntos en OpenERP. Un " -"nuevo correo enviado a esta cuenta (por ejemplo: support@mycompany.com) " -"creará automáticamente un problema. Toda la comunicación se concede a la " -"cuestión de forma automática." diff --git a/addons/fetchmail_project_issue/i18n/fetchmail_project_issue.pot b/addons/fetchmail_project_issue/i18n/fetchmail_project_issue.pot deleted file mode 100644 index 1b0f11ca105..00000000000 --- a/addons/fetchmail_project_issue/i18n/fetchmail_project_issue.pot +++ /dev/null @@ -1,27 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * fetchmail_project_issue -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "You can connect your email account with issues in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create an issue. The whole communication will be attached to the issue automatically." -msgstr "" - diff --git a/addons/fetchmail_project_issue/i18n/fr.po b/addons/fetchmail_project_issue/i18n/fr.po deleted file mode 100644 index 3738cef0f2a..00000000000 --- a/addons/fetchmail_project_issue/i18n/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-24 22:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-25 05:13+0000\n" -"X-Generator: Launchpad (build 14860)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" diff --git a/addons/fetchmail_project_issue/i18n/ja.po b/addons/fetchmail_project_issue/i18n/ja.po deleted file mode 100644 index 2f8d5710325..00000000000 --- a/addons/fetchmail_project_issue/i18n/ja.po +++ /dev/null @@ -1,34 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-01 05:57+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-02 04:37+0000\n" -"X-Generator: Launchpad (build 15032)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "Eメールアカウントから課題を作成" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"あなたのEメールアカウントを課題に結び付けることができます。このアカウントへ送られて来る新しいEメールは自動的に課題を作成します。全てのコミュニケーション" -"は自動的にこの課題に帰属されます。" diff --git a/addons/fetchmail_project_issue/i18n/nl.po b/addons/fetchmail_project_issue/i18n/nl.po deleted file mode 100644 index df0eacc3177..00000000000 --- a/addons/fetchmail_project_issue/i18n/nl.po +++ /dev/null @@ -1,36 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-13 14:21+0000\n" -"Last-Translator: Erwin \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-14 05:46+0000\n" -"X-Generator: Launchpad (build 14781)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "Maak vraagstukken van een e-mail" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"Het is mogelijk het vraagstukken e-mail account (bijvoorbeeld: " -"vragen@mijnbedrijf.nl) te synchroniseren met OpenERP zo dat nieuwe " -"vraagstukken automatisch worden aangemaakt in OpenERP. De gehele " -"communicatie wordt als bijlage toegevoegd aan het vraagstuk." diff --git a/addons/fetchmail_project_issue/i18n/sr@latin.po b/addons/fetchmail_project_issue/i18n/sr@latin.po deleted file mode 100644 index 0a7d16b006a..00000000000 --- a/addons/fetchmail_project_issue/i18n/sr@latin.po +++ /dev/null @@ -1,35 +0,0 @@ -# Serbian Latin translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-03-19 11:50+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-20 04:56+0000\n" -"X-Generator: Launchpad (build 14969)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "Napravi izdanja preko email naloga" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"Možete povezati svoj nalog sa izdanjima u OpenERP-u. Novi email biće poslat " -"na taj nalog (npr:support@mycompany.com), i on će automatski napraviti " -"izdanje. Celokupna komunikacija biće povezana s izdanjem automatski." diff --git a/addons/fetchmail_project_issue/i18n/zh_CN.po b/addons/fetchmail_project_issue/i18n/zh_CN.po deleted file mode 100644 index c705ff0c111..00000000000 --- a/addons/fetchmail_project_issue/i18n/zh_CN.po +++ /dev/null @@ -1,34 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-16 04:36+0000\n" -"Last-Translator: Jeff Wang \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-17 05:01+0000\n" -"X-Generator: Launchpad (build 14814)\n" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,name:fetchmail_project_issue.action_link_issue_to_email_account -msgid "Create Issues from Email Account" -msgstr "从邮件账号创建问题" - -#. module: fetchmail_project_issue -#: model:ir.actions.act_window,help:fetchmail_project_issue.action_link_issue_to_email_account -msgid "" -"You can connect your email account with issues in OpenERP. A new email sent " -"to this account (example: support@mycompany.com) will automatically create " -"an issue. The whole communication will be attached to the issue " -"automatically." -msgstr "" -"你可以把你的邮件帐号与OpenERP中的问题关联。发送到这个帐号(例如:support@mycompany.com)的新邮件会自动创建一个问题。整个沟通过" -"程会自动附加在这个问题上。" diff --git a/addons/fetchmail_project_issue/installer.xml b/addons/fetchmail_project_issue/installer.xml deleted file mode 100644 index 75554b2de29..00000000000 --- a/addons/fetchmail_project_issue/installer.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Create Issues from Email Account - ir.actions.act_window - fetchmail.server - form - tree,form - - You can connect your email account with issues in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create an issue. The whole communication will be attached to the issue automatically. - - - - - - - - diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index ccc2bc5f15e..bdf6f63b755 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -82,7 +82,6 @@ Dashboard provided by this module: 'process/stockable_product_process.xml', 'process/service_product_process.xml', 'process/procurement_process.xml', - 'mrp_installer.xml', 'report/mrp_report_view.xml', 'report/mrp_production_order_view.xml', 'board_manufacturing_view.xml', diff --git a/addons/mrp/mrp_installer.xml b/addons/mrp/mrp_installer.xml deleted file mode 100644 index b4d4551bda8..00000000000 --- a/addons/mrp/mrp_installer.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - MRP Management - 6 - - - - Configure your work centers - ir.actions.act_window - mrp.workcenter - form,tree - form - - - - - - - - - - - - - - - Create or Import Products - ir.actions.act_window - product.product - form - tree,form - - Create a product form for everything you buy or sell. Specify a supplier if the product can be purchased. - - - - - - 20 - - - diff --git a/addons/product/__openerp__.py b/addons/product/__openerp__.py index 117d559ddec..9b4d2cadee1 100644 --- a/addons/product/__openerp__.py +++ b/addons/product/__openerp__.py @@ -55,7 +55,6 @@ Print product labels with barcode. 'product_data.xml', 'product_report.xml', 'product_view.xml', - 'wizard/product_installer.xml', 'product_shortcut_data.xml', 'pricelist_view.xml', 'partner_view.xml', diff --git a/addons/product/wizard/product_installer.xml b/addons/product/wizard/product_installer.xml deleted file mode 100644 index 01ddf25c56c..00000000000 --- a/addons/product/wizard/product_installer.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Create or Import Products - ir.actions.act_window - product.product - form - tree,form - - Create a product form for everything you buy or sell. Specify a supplier if the product can be purchased. - - - - - - - 20 - - - - diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 3288910d587..35b920828b2 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -52,7 +52,6 @@ Dashboard for project members that includes: "project_data.xml", "project_view.xml", "process/task_process.xml", - "project_installer.xml", "res_partner_view.xml", "report/project_report_view.xml", "board_project_view.xml", diff --git a/addons/project/project_installer.xml b/addons/project/project_installer.xml deleted file mode 100644 index 338040df5e2..00000000000 --- a/addons/project/project_installer.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - Project Management - 7 - - - - Create your Firsts Projects - ir.actions.act_window - project.project - form - tree,form - - - - - - - - - Review Task Stages - ir.actions.act_window - project.task.type - form - tree,form - {'search_default_common': 1, 'default_project_default': 1} - [] - The stages can be common to all project or specific to one project. Each task will follow the different stages in order to be closed. - - - - - - - - diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index ff1c416c07f..c0fb0b8f74d 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -50,7 +50,6 @@ Dashboard for purchase management that includes: 'company_view.xml', 'purchase_data.xml', 'wizard/purchase_order_group_view.xml', - 'wizard/purchase_installer.xml', 'wizard/purchase_line_invoice_view.xml', 'purchase_report.xml', 'purchase_view.xml', diff --git a/addons/purchase/wizard/__init__.py b/addons/purchase/wizard/__init__.py index dbc3fc5e31b..bfb4810dd5d 100644 --- a/addons/purchase/wizard/__init__.py +++ b/addons/purchase/wizard/__init__.py @@ -20,7 +20,6 @@ ############################################################################## import purchase_order_group -import purchase_installer import purchase_line_invoice # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/purchase/wizard/purchase_installer.py b/addons/purchase/wizard/purchase_installer.py deleted file mode 100644 index 484cb4a39dc..00000000000 --- a/addons/purchase/wizard/purchase_installer.py +++ /dev/null @@ -1,47 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -from osv import fields, osv - -class purchase_config_wizard(osv.osv_memory): - _name = 'purchase.config.wizard' - _inherit = 'res.config' - - _columns = { - 'default_method' : fields.selection( - [('manual', 'Based on Purchase Order Lines'), - ('picking', 'Based on Receptions'), - ('order', 'Pre-Generate Draft Invoices based on Purchase Orders'), - ], 'Default Invoicing Control Method', required=True, - ) - } - _defaults = { - 'default_method': lambda s,c,u,ctx: s.pool.get('purchase.order').default_get(c,u,['invoice_method'],context=ctx)['invoice_method'] - } - - def execute(self, cr, uid, ids, context=None): - wizard = self.browse(cr, uid, ids, context=context)[0] - proxy = self.pool.get('ir.values') - proxy.set(cr, uid, 'default', False, 'invoice_method', ['purchase.order'], wizard.default_method), - return {'type' : 'ir.actions.act_window_close'} - -purchase_config_wizard() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/purchase/wizard/purchase_installer.xml b/addons/purchase/wizard/purchase_installer.xml deleted file mode 100644 index 37ae97e9eca..00000000000 --- a/addons/purchase/wizard/purchase_installer.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - Create or Import Suppliers - ir.actions.act_window - res.partner - form - tree,form - {'search_default_supplier': 1, 'default_supplier' : True, 'default_customer' : False} - - Create or Import Suppliers and their contacts manually from this form or you can import your existing partners by CSV spreadsheet from "Import Data" wizard - - - - Purchase Management - 5 - - - - - - - - - Invoicing Control on Purchases - purchase.config.wizard - form - - - -
- Invoicing Control on Purchases -
- - - Invoicing Control on Purchases - - - This tool will help you to select the method you want to use to control supplier invoices. - - - - 12 - - - - - - -
-
-
- - - - Set the Default Invoicing Control Method - purchase.config.wizard - form - form - new - - - - - - - once - -
-