diff --git a/easy_my_coop_taxshelter_report/__openerp__.py b/easy_my_coop_taxshelter_report/__manifest__.py similarity index 91% rename from easy_my_coop_taxshelter_report/__openerp__.py rename to easy_my_coop_taxshelter_report/__manifest__.py index 8e35b61..f78d1cb 100644 --- a/easy_my_coop_taxshelter_report/__openerp__.py +++ b/easy_my_coop_taxshelter_report/__manifest__.py @@ -21,15 +21,15 @@ { # todo check ir model access "name": "Easy My Coop tax shelter report", - "version": "1.0", + "version": "10.0.1.0.0, "depends": ["easy_my_coop"], "author": "Houssine BAKKALI ", "category": "Cooperative management", 'website': "www.coopiteasy.be", "license": "AGPL-3", "description": """ - This module allows to create a fiscal declaration year and to print - tax shelter declaration each cooperator + This module allows you to create a fiscal declaration year and to print + tax shelter declaration for each cooperator. """, 'data': [ 'security/ir.model.access.csv', diff --git a/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py b/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py index 774a38a..a070a1a 100644 --- a/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py +++ b/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import base64 -from openerp import api, fields, models +from odoo import api, fields, models TYPE_MAP = { 'subscription': 'subscribed',