Browse Source

[MIG] emc_taxshelter_report : migration to 10.0

pull/68/head
Elouan Le Bars 5 years ago
parent
commit
3ab974cf26
  1. 6
      easy_my_coop_taxshelter_report/__manifest__.py
  2. 2
      easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py

6
easy_my_coop_taxshelter_report/__openerp__.py → 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 <houssine@coopiteasy.be>",
"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',

2
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',

Loading…
Cancel
Save