From d19c2f8c544e02be4a2b5b23544e757a97da61f0 Mon Sep 17 00:00:00 2001 From: Osval Reyes Date: Tue, 1 Dec 2015 11:55:43 -0430 Subject: [PATCH] [DEL] remove module crm_rma_advance_location --- crm_rma_advance_location/__init__.py | 23 --- crm_rma_advance_location/__openerp__.py | 65 ------- crm_rma_advance_location/claim_rma_view.xml | 20 --- .../i18n/crm_rma_advance_location.pot | 122 ------------- crm_rma_advance_location/stock.py | 39 ---- crm_rma_advance_location/stock_data.xml | 36 ---- crm_rma_advance_location/stock_view.xml | 47 ----- crm_rma_advance_location/wizard/__init__.py | 23 --- .../wizard/claim_make_picking.py | 53 ------ .../wizard/claim_make_picking_from_picking.py | 169 ------------------ .../claim_make_picking_from_picking_view.xml | 63 ------- .../wizard/claim_make_picking_view.xml | 22 --- 12 files changed, 682 deletions(-) delete mode 100644 crm_rma_advance_location/__init__.py delete mode 100644 crm_rma_advance_location/__openerp__.py delete mode 100644 crm_rma_advance_location/claim_rma_view.xml delete mode 100644 crm_rma_advance_location/i18n/crm_rma_advance_location.pot delete mode 100644 crm_rma_advance_location/stock.py delete mode 100644 crm_rma_advance_location/stock_data.xml delete mode 100644 crm_rma_advance_location/stock_view.xml delete mode 100644 crm_rma_advance_location/wizard/__init__.py delete mode 100644 crm_rma_advance_location/wizard/claim_make_picking.py delete mode 100644 crm_rma_advance_location/wizard/claim_make_picking_from_picking.py delete mode 100644 crm_rma_advance_location/wizard/claim_make_picking_from_picking_view.xml delete mode 100644 crm_rma_advance_location/wizard/claim_make_picking_view.xml diff --git a/crm_rma_advance_location/__init__.py b/crm_rma_advance_location/__init__.py deleted file mode 100644 index f8cc7f32..00000000 --- a/crm_rma_advance_location/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2013 Camptocamp -# Copyright 2009-2013 Akretion, -# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, Joel Grand-Guillaume -# -# 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 . import stock -from . import wizard \ No newline at end of file diff --git a/crm_rma_advance_location/__openerp__.py b/crm_rma_advance_location/__openerp__.py deleted file mode 100644 index a6ff5c6d..00000000 --- a/crm_rma_advance_location/__openerp__.py +++ /dev/null @@ -1,65 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2013 Camptocamp -# Copyright 2009-2013 Akretion, -# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, Joel Grand-Guillaume -# -# 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': 'RMA Claims Advance Location', - 'version': '1.0', - 'category': 'Generic Modules/CRM & SRM', - 'depends': ['crm_claim_rma', - 'crm_rma_stock_location', - ], - 'author': "Akretion,Odoo Community Association (OCA)", - 'license': 'AGPL-3', - 'website': 'http://www.akretion.com', - 'description': """ -RMA Claim Advance Location -========================== - -This module adds the following location on warehouses : - - * Carrier Loss - * RMA - * Breakage Loss - * Refurbish - * Mistake Loss - -And also various wizards on icoming deliveries that allow you to move your goods easily in those -new locations from a done reception. - -Using this module make the logistic flow of return a bit more complexe: - - * Returning product goes into RMA location with a incoming shipment - * From the incoming shipment, forward them to another places (stock, loss,...) - -WARNING: Use with caution, this module is currently not yet completely debugged and is waiting his author to be. - -""", - 'images': [], - 'demo': [], - 'data': ['wizard/claim_make_picking_from_picking_view.xml', - 'wizard/claim_make_picking_view.xml', - 'stock_view.xml', - 'stock_data.xml', - 'claim_rma_view.xml', - ], - 'installable': False, - 'application': True, -} diff --git a/crm_rma_advance_location/claim_rma_view.xml b/crm_rma_advance_location/claim_rma_view.xml deleted file mode 100644 index d4700f8c..00000000 --- a/crm_rma_advance_location/claim_rma_view.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CRM - Claim product return Form - crm.claim - - - -