From 75366c5688979b018f186cb28b7800c8ed9042a9 Mon Sep 17 00:00:00 2001 From: "Yanina (Vauxoo)" Date: Wed, 4 May 2016 12:30:44 -0400 Subject: [PATCH] [IMP] Module to install all RMA module (APP) (#42) [REF] rma: change dependency crm_rma_location_rma -> crm_rma_location [REF] rma: remove crm_rma_advance_location from dependencies --- rma/README.rst | 82 ++++++++++++++++++++++++++++++++++++++++++++++ rma/__init__.py | 20 +++++++++++ rma/__openerp__.py | 44 +++++++++++++++++++++++++ rma/i18n/es.po | 16 +++++++++ rma/i18n/es_MX.po | 16 +++++++++ rma/i18n/es_PA.po | 16 +++++++++ rma/i18n/es_VE.po | 16 +++++++++ 7 files changed, 210 insertions(+) create mode 100644 rma/README.rst create mode 100644 rma/__init__.py create mode 100644 rma/__openerp__.py create mode 100644 rma/i18n/es.po create mode 100644 rma/i18n/es_MX.po create mode 100644 rma/i18n/es_PA.po create mode 100644 rma/i18n/es_VE.po diff --git a/rma/README.rst b/rma/README.rst new file mode 100644 index 00000000..4fe84a14 --- /dev/null +++ b/rma/README.rst @@ -0,0 +1,82 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +App RMA +======= + +This application is based on a set of module for RMA, as listed below + +* CRM RMA Location RMA +* CRM Claim Type +* CRM RMA Advance Location +* CRM RMA Prodlot Invoice +* CRM RMA Prodlot Supplier +* CRM RMA Lot Mass Return +* CRM RMA Stock Location +* CRM Claim RMA Code +* CRM Claim Product Supplier +* CRM RMA Claim Make Claim +* CRM RMA Advance Warranty + +Installation +============ + +To install this module, just select it from available modules + +Configuration +============= + +An Overall configuration is not required, each module include may have its own configuration. + +Usage +===== + +To use this module, you need to: + +* go to ... + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/145/8.0 + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Known issues / Roadmap +====================== + +* This application currently doesn't have known issues + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + +Credits +======= + +Contributors +------------ + +* Yanina Aular +* Osval Reyes + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/rma/__init__.py b/rma/__init__.py new file mode 100644 index 00000000..18155802 --- /dev/null +++ b/rma/__init__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Copyright 2015 Vauxoo +# Author: Osval Reyes, Yanina Aular +# +# 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/rma/__openerp__.py b/rma/__openerp__.py new file mode 100644 index 00000000..8d7fd5a1 --- /dev/null +++ b/rma/__openerp__.py @@ -0,0 +1,44 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Copyright 2015 Vauxoo +# Author: Yanina Aular +# +# 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": "App RMA", + "version": "8.0.1.0.0", + "author": "Vauxoo,Odoo Community Association (OCA)", + "category": "Generic Modules/CRM & SRM", + "website": "http://www.vauxoo.com", + "license": "AGPL-3", + "depends": [ + "crm_rma_location", + "crm_claim_type", + "crm_rma_prodlot_invoice", + "crm_rma_prodlot_supplier", + "crm_rma_lot_mass_return", + "crm_rma_stock_location", + "crm_claim_rma_code", + "crm_claim_product_supplier", + "crm_rma_claim_make_claim", + "crm_rma_advance_warranty", + ], + "installable": True, + "auto_install": False, + "application": True +} diff --git a/rma/i18n/es.po b/rma/i18n/es.po new file mode 100644 index 00000000..858b65fa --- /dev/null +++ b/rma/i18n/es.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-18 01:11+0000\n" +"PO-Revision-Date: 2015-07-18 01:11+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" + diff --git a/rma/i18n/es_MX.po b/rma/i18n/es_MX.po new file mode 100644 index 00000000..858b65fa --- /dev/null +++ b/rma/i18n/es_MX.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-18 01:11+0000\n" +"PO-Revision-Date: 2015-07-18 01:11+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" + diff --git a/rma/i18n/es_PA.po b/rma/i18n/es_PA.po new file mode 100644 index 00000000..858b65fa --- /dev/null +++ b/rma/i18n/es_PA.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-18 01:11+0000\n" +"PO-Revision-Date: 2015-07-18 01:11+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" + diff --git a/rma/i18n/es_VE.po b/rma/i18n/es_VE.po new file mode 100644 index 00000000..858b65fa --- /dev/null +++ b/rma/i18n/es_VE.po @@ -0,0 +1,16 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-18 01:11+0000\n" +"PO-Revision-Date: 2015-07-18 01:11+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" +