diff --git a/easy_my_coop_taxshelter_report/wizard/__init__.py b/easy_my_coop_taxshelter_report/wizard/__init__.py deleted file mode 100644 index e607ec8..0000000 --- a/easy_my_coop_taxshelter_report/wizard/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import tax_shelter_certificate_wizard diff --git a/easy_my_coop_taxshelter_report/wizard/tax_shelter_certificate_wizard.py b/easy_my_coop_taxshelter_report/wizard/tax_shelter_certificate_wizard.py deleted file mode 100644 index 4a54ac1..0000000 --- a/easy_my_coop_taxshelter_report/wizard/tax_shelter_certificate_wizard.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Author: Houssine BAKKALI -# Copyright Open Architects Consulting -# -# 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 openerp import api, fields, models, _ - -class TaxShelterCertificateWizard(models.TransientModel): - _name = 'tax.shelter.certificate.wizard' - - def process_certificates(self): - True diff --git a/easy_my_coop_taxshelter_report/wizard/tax_shelter_report_wizard.xml b/easy_my_coop_taxshelter_report/wizard/tax_shelter_report_wizard.xml deleted file mode 100644 index 8f43402..0000000 --- a/easy_my_coop_taxshelter_report/wizard/tax_shelter_report_wizard.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - tax.shelter.certificate.wizard.form - tax.shelter.certificate.wizard - -
- - - - -
-
-
-
-
- - - Tax shelter report - ir.actions.act_window - tax.shelter.certificate.wizard - form - form - - new - True - - - - -
-