From 91f400be09ddf2b134fb49d3530d83fbf72aa07c Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 6 Jan 2016 22:49:12 +0100 Subject: [PATCH] Remove module account_invoice_overdue_filter (feature present in account_usability) --- account_invoice_overdue_filter/__init__.py | 21 --------- account_invoice_overdue_filter/__openerp__.py | 45 ------------------- .../account_invoice_view.xml | 24 ---------- 3 files changed, 90 deletions(-) delete mode 100644 account_invoice_overdue_filter/__init__.py delete mode 100644 account_invoice_overdue_filter/__openerp__.py delete mode 100644 account_invoice_overdue_filter/account_invoice_view.xml diff --git a/account_invoice_overdue_filter/__init__.py b/account_invoice_overdue_filter/__init__.py deleted file mode 100644 index 85c0df0..0000000 --- a/account_invoice_overdue_filter/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Account Invoice Overdue Filter module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# 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/account_invoice_overdue_filter/__openerp__.py b/account_invoice_overdue_filter/__openerp__.py deleted file mode 100644 index 02e3d8c..0000000 --- a/account_invoice_overdue_filter/__openerp__.py +++ /dev/null @@ -1,45 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Account Invoice Overdue Filter module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# 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': 'Account Invoice Overdue Filter', - 'version': '0.1', - 'category': 'Accounting & Finance', - 'license': 'AGPL-3', - 'summary': 'Add an Overdue filter in the invoice search view', - 'description': """ -Account Invoice Overdue Filter -============================== - -This module adds a filter *Overdue* in the invoice search view. - -This module is deprecated and has been replaced by the module account_usability. - -Please contact Alexis de Lattre from Akretion for any help or question about this module. - """, - 'author': 'Akretion', - 'website': 'http://www.akretion.com', - 'depends': ['account'], - 'data': ['account_invoice_view.xml'], - 'installable': True, -} diff --git a/account_invoice_overdue_filter/account_invoice_view.xml b/account_invoice_overdue_filter/account_invoice_view.xml deleted file mode 100644 index 54208cf..0000000 --- a/account_invoice_overdue_filter/account_invoice_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - filter.overdue.account.invoice.search - account.invoice - - - - - - - - - -