diff --git a/easy_my_coop_taxshelter_report/__manifest__.py b/easy_my_coop_taxshelter_report/__manifest__.py index f78d1cb..b68170e 100644 --- a/easy_my_coop_taxshelter_report/__manifest__.py +++ b/easy_my_coop_taxshelter_report/__manifest__.py @@ -21,7 +21,7 @@ { # todo check ir model access "name": "Easy My Coop tax shelter report", - "version": "10.0.1.0.0, + "version": "11.0.1.0.0", "depends": ["easy_my_coop"], "author": "Houssine BAKKALI ", "category": "Cooperative management", diff --git a/easy_my_coop_taxshelter_report/i18n/fr_BE.po b/easy_my_coop_taxshelter_report/i18n/fr_BE.po index cab1ccc..6e3b616 100644 --- a/easy_my_coop_taxshelter_report/i18n/fr_BE.po +++ b/easy_my_coop_taxshelter_report/i18n/fr_BE.po @@ -572,12 +572,12 @@ msgid "Tax shelter eligible" msgstr "Eligible au Tax Shelter" #. module: easy_my_coop_taxshelter_report -#: model:ir.actions.report.xml,name:easy_my_coop_taxshelter_report.action_tax_shelter_shares_report +#: model:ir.actions.report,name:easy_my_coop_taxshelter_report.action_tax_shelter_shares_report msgid "Tax shelter shares report" msgstr "Attestation de parts Tax Shelter" #. module: easy_my_coop_taxshelter_report -#: model:ir.actions.report.xml,name:easy_my_coop_taxshelter_report.action_tax_shelter_subscription_report +#: model:ir.actions.report,name:easy_my_coop_taxshelter_report.action_tax_shelter_subscription_report msgid "Tax shelter subscription report" msgstr "Attestation de souscription Tax Shelter" 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 a070a1a..1364b0b 100644 --- a/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py +++ b/easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import base64 from odoo import api, fields, models