Browse Source
[MIG] migration module to v12.
[MIG] migration module to v12.
This make the base module installable. Still in WIP. Need fixing warning and subscription template11.0
31 changed files with 1260 additions and 1338 deletions
-
38easy_my_coop/__manifest__.py
-
4easy_my_coop/models/account_invoice.py
-
4easy_my_coop/models/account_journal.py
-
3easy_my_coop/models/company.py
-
9easy_my_coop/models/coop.py
-
4easy_my_coop/models/operation_request.py
-
3easy_my_coop/models/partner.py
-
3easy_my_coop/models/product.py
-
3easy_my_coop/models/res_partner_bank.py
-
4easy_my_coop/report/account_invoice_report.py
-
10easy_my_coop/view/account_journal_view.xml
-
10easy_my_coop/view/cooperator_register_view.xml
-
6easy_my_coop/view/operation_request_view.xml
-
17easy_my_coop/view/product_view.xml
-
10easy_my_coop/view/res_company_view.xml
-
2easy_my_coop/view/res_partner_view.xml
-
17easy_my_coop/view/subscription_request_view.xml
-
11easy_my_coop/view/subscription_template.xml
-
1easy_my_coop/wizard/__init__.py
-
3easy_my_coop/wizard/account_invoice_refund.py
-
7easy_my_coop/wizard/create_subscription_from_partner.py
-
6easy_my_coop/wizard/update_partner_info.py
-
6easy_my_coop/wizard/update_share_line.py
-
4easy_my_coop/wizard/validate_subscription_request.py
-
17easy_my_coop/wizard/validate_subscription_request.xml
-
21theme_light/__manifest__.py
-
36theme_light/__openerp__.py
-
12theme_light/report/header_report_G002.xml
-
6theme_light/views/layout_template.xml
-
9website_recaptcha_reloaded/__openerp__.py
@ -0,0 +1,21 @@ |
|||||
|
# Copyright 2015-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>) |
||||
|
# - Houssine BAKKALI - <houssine@coopiteasy.be> |
||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
||||
|
{ |
||||
|
'name': 'Theme light', |
||||
|
'description': 'extract of the theme zen', |
||||
|
'category': 'Website', |
||||
|
'version': '1.0', |
||||
|
'author': 'Benjamin Dugardin', |
||||
|
'author': 'Houssine BAKKALI', |
||||
|
'website': "www.coopiteasy.be", |
||||
|
'depends': ['base', |
||||
|
'web', |
||||
|
'website_theme_install' |
||||
|
], |
||||
|
'data': [ |
||||
|
'views/layout_template.xml', |
||||
|
'report/header_report_G002.xml', |
||||
|
], |
||||
|
'application': True, |
||||
|
} |
@ -1,36 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# -*- coding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# Copyright (C) 2013-2015 Benjamin Dugardin |
|
||||
# Copyright (C) 2013-2017 Open Architects Consulting SPRL. |
|
||||
# Copyright (C) 2018- Coop IT Easy SCRLfs. |
|
||||
# |
|
||||
# This program is free software: you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU Affero General Public License as |
|
||||
# published by the Free Software Foundation, either version 3 of the |
|
||||
# License, or (at your option) any later version. |
|
||||
# |
|
||||
# This program is distributed in the hope that it will be useful, |
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
# GNU Affero General Public License for more details. |
|
||||
# |
|
||||
# You should have received a copy of the GNU Affero General Public License |
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
{ |
|
||||
'name': 'Theme light', |
|
||||
'description': 'extract of the theme zen', |
|
||||
'category': 'Website', |
|
||||
'version': '1.0', |
|
||||
'author': 'Benjamin Dugardin', |
|
||||
'author': 'Houssine BAKKALI', |
|
||||
'website': "www.coopiteasy.be", |
|
||||
'depends': ['base', 'web'], |
|
||||
'data': [ |
|
||||
'views/layout_template.xml', |
|
||||
'report/header_report_G002.xml', |
|
||||
], |
|
||||
'application': True, |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue