diff --git a/transportation/__init__.py b/transportation/__init__.py new file mode 100644 index 0000000..b622976 --- /dev/null +++ b/transportation/__init__.py @@ -0,0 +1,20 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2013 Savoir-faire Linux +# (). +# +# 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 . +# +############################################################################## diff --git a/transportation/__manifest__.py b/transportation/__manifest__.py new file mode 100644 index 0000000..483f572 --- /dev/null +++ b/transportation/__manifest__.py @@ -0,0 +1,49 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2013 Savoir-faire Linux +# (). +# +# 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': 'Transportation', + 'version': '11.0.1.0.0', + 'category': 'Customer Relationship Management', + 'description': """ +Transportation +============== +This module allows to add : +* transportation notebook + +Contributors +------------ +* Sandy Carter (sandy.carter@savoirfairelinux.com) +* El Hadji Dem (elhadji.dem@savoirfairelinux.com) + """, + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", + 'website': 'http://www.savoirfairelinux.com', + 'license': 'AGPL-3', + 'depends': [], + 'external_dependencies': {}, + 'data': [ + 'views/partner_view.xml', + ], + 'demo': [], + 'test': [], + 'installable': True, + 'auto_install': False, + 'images': [], +} diff --git a/transportation/i18n/fr.po b/transportation/i18n/fr.po new file mode 100644 index 0000000..5b34c1c --- /dev/null +++ b/transportation/i18n/fr.po @@ -0,0 +1,23 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-02 19:02+0000\n" +"PO-Revision-Date: 2013-12-02 14:21-0500\n" +"Last-Translator: Sandy Carter \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 1.5.7\n" +"Language: fr\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#. module: transportation +#: view:res.partner:0 +msgid "Travel" +msgstr "Déplacement" diff --git a/transportation/views/partner_view.xml b/transportation/views/partner_view.xml new file mode 100644 index 0000000..7082724 --- /dev/null +++ b/transportation/views/partner_view.xml @@ -0,0 +1,13 @@ + + + + travel.form.inherit + res.partner + + + + + + + +