Browse Source

[MIG] emc_taxshelter_report : migration to 11.0

pull/68/head
Elouan Le Bars 5 years ago
parent
commit
3f14908761
  1. 2
      easy_my_coop_taxshelter_report/__manifest__.py
  2. 4
      easy_my_coop_taxshelter_report/i18n/fr_BE.po
  3. 1
      easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py

2
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 <houssine@coopiteasy.be>",
"category": "Cooperative management",

4
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"

1
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

Loading…
Cancel
Save