Browse Source

[MIG] migrate to v12 still wip

pull/7/head
houssine 5 years ago
parent
commit
a223d460b6
  1. 32
      easy_my_coop_website_document/__manifest__.py
  2. 25
      easy_my_coop_website_portal/__manifest__.py
  3. 32
      easy_my_coop_website_portal/__openerp__.py
  4. 29
      easy_my_coop_website_taxshelter/__manifest__.py
  5. 32
      easy_my_coop_website_taxshelter/__openerp__.py

32
easy_my_coop_website_document/__openerp__.py → easy_my_coop_website_document/__manifest__.py

@ -1,32 +1,26 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# - Rémy Taymans <remy@coopiteasy.be>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy My Coop Website Document',
'summary': """
Show documents in the website.
""",
'description': """
""",
'author': 'Rémy Taymans',
'license': 'AGPL-3',
'version': '9.0.1.0',
'website': "https://github.com/houssine78/vertical-cooperative",
'category': 'Website, Cooperative Management',
"version": "12.0.1.0.0",
'depends': [
'website',
'easy_my_coop_document',
],
'author': 'Coop IT Easy SCRLfs',
'license': 'AGPL-3',
'category': 'Cooperative Management',
"website": "www.coopiteasy.be",
'description': """
Show documents in the website.
""",
'data': [
'views/easy_my_coop_website_document_templates.xml',
'security/easy_my_coop_website_document_security.xml',
'security/ir.model.access.csv',
]
],
'installable': False,
'application': False,
}

25
easy_my_coop_website_portal/__manifest__.py

@ -0,0 +1,25 @@
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# - Rémy Taymans <remy@coopiteasy.be>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy My Coop Website Portal',
"version": "12.0.1.0.0",
'depends': [
'website',
'website_portal_v10',
'easy_my_coop',
'report',
],
'description': """
Show cooperator information in the website portal.
""",
'author': 'Coop IT Easy SCRLfs',
'license': 'AGPL-3',
'category': 'Cooperative Management',
"website": "www.coopiteasy.be",
'data': [
'views/easy_my_coop_website_portal_templates.xml',
],
'installable': False,
'application': False,
}

32
easy_my_coop_website_portal/__openerp__.py

@ -1,32 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy My Coop Website Portal',
'summary': """
Show cooperator information in the website portal.
""",
'description': """
""",
'author': 'Rémy Taymans',
'license': 'AGPL-3',
'version': '9.0.1.0',
'website': "https://github.com/houssine78/vertical-cooperative",
'category': 'Website, Cooperative Management',
'depends': [
'website',
'website_portal_v10',
'easy_my_coop',
'report',
],
'data': [
'views/easy_my_coop_website_portal_templates.xml',
]
}

29
easy_my_coop_website_taxshelter/__manifest__.py

@ -0,0 +1,29 @@
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# - Rémy Taymans <remy@coopiteasy.be>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy My Coop Tax Shelter Website',
"version": "12.0.1.0.0",
'depends': [
'website',
'website_portal_v10',
'easy_my_coop_taxshelter_report',
'report',
],
'description': """
Give access to Tax Shelter Report in the website portal.
""",
'author': 'Coop IT Easy SCRLfs',
'license': 'AGPL-3',
'category': 'Cooperative Management',
"website": "www.coopiteasy.be",
'category': 'Cooperative Management',
'data': [
'views/easy_my_coop_website_taxshelter_templates.xml',
],
'installable': False,
'application': False,
}

32
easy_my_coop_website_taxshelter/__openerp__.py

@ -1,32 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Easy My Coop Tax Shelter Website',
'summary': """
Give access to Tax Shelter Report in the website portal.
""",
'description': """
""",
'author': 'Rémy Taymans',
'license': 'AGPL-3',
'version': '9.0.1.0',
'website': "https://github.com/houssine78/vertical-cooperative",
'category': 'Website, Cooperative Management',
'depends': [
'website',
'website_portal_v10',
'easy_my_coop_taxshelter_report',
'report',
],
'data': [
'views/easy_my_coop_website_taxshelter_templates.xml',
]
}
Loading…
Cancel
Save