Skip to content

Commit f33d1d2

Browse files
pedrobaezaYogeshMahera-SerpentCS
authored andcommitted
[PATCH 5/5] [MIG] Rename manifest files
1 parent 9e6e4fe commit f33d1d2

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed
Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
1-
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
2-
# © 2018 Serpent Consulting Services Pvt. Ltd.
3-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4-
# See LICENSE file for full copyright and licensing details.
1+
# -*- coding: utf-8 -*-
2+
#
3+
#
4+
# Tech-Receptives Solutions Pvt. Ltd.
5+
# Copyright (C) 2009-TODAY Tech-Receptives(<http://www.techreceptives.com>).
6+
#
7+
# This program is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU Affero General Public License as
9+
# published by the Free Software Foundation, either version 3 of the
10+
# License, or (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU Affero General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU Affero General Public License
18+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
#
20+
#
521

622
{
723
'name': 'WooCommerce Connector',
8-
'version': '11.0.1.0.1',
9-
'category': 'Ecommerce',
10-
'author': """Tech Receptives,
11-
Serpent Consulting Services Pvt. Ltd.,
12-
Odoo Community Association (OCA)""",
13-
'contributors': """Tech Receptives,
14-
Serpent Consulting Services Pvt. Ltd.""",
15-
'license': 'AGPL-3',
16-
'maintainer': 'Odoo Community Association (OCA)',
17-
'website': 'https://github.com/OCA/connector-woocommerce',
18-
'summary': """Imports the Product's Categories, Products, Customers and
19-
Sale orders from WooCommerce, Meanwhile Exports from Odoo
20-
To WooCommerce.""",
21-
'depends': ['sale_stock', 'connector', 'connector_ecommerce'],
22-
'installable': True,
24+
'version': '8.0.1.0.1',
25+
'category': 'customized',
26+
'description': """WooCommerce Connector.""",
27+
'author': 'Tech Receptives',
28+
'maintainer': 'OpenERP SA',
29+
'website': 'http://www.openerp.com',
30+
'depends': ['base', 'connector', 'connector_ecommerce'],
31+
'installable': False,
2332
'auto_install': False,
2433
'data': [
2534
"security/ir.model.access.csv",
2635
"views/backend_view.xml",
27-
"views/product_view.xml",
28-
"views/res_partner_views.xml",
29-
"views/sale_views.xml",
30-
"wizard/woo_export_view.xml",
31-
"wizard/woo_validation_view.xml",
32-
"wizard/backend_instance.xml",
3336
],
3437
'external_dependencies': {
3538
'python': ['woocommerce'],
3639
},
40+
'js': [],
3741
'application': True,
3842
"sequence": 3,
3943
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# © 2009 Tech-Receptives Solutions Pvt. Ltd.
2+
# © 2018 Serpent Consulting Services Pvt. Ltd.
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
# See LICENSE file for full copyright and licensing details.
5+
6+
{
7+
'name': 'WooCommerce Connector',
8+
'version': '11.0.1.0.1',
9+
'category': 'Ecommerce',
10+
'author': """Tech Receptives,
11+
Serpent Consulting Services Pvt. Ltd.,
12+
Odoo Community Association (OCA)""",
13+
'contributors': """Tech Receptives,
14+
Serpent Consulting Services Pvt. Ltd.""",
15+
'license': 'AGPL-3',
16+
'maintainer': 'Odoo Community Association (OCA)',
17+
'website': 'https://github.com/OCA/connector-woocommerce',
18+
'summary': """Imports the Product's Categories, Products, Customers and
19+
Sale orders from WooCommerce, Meanwhile Exports from Odoo
20+
To WooCommerce.""",
21+
'depends': ['sale_stock', 'connector', 'connector_ecommerce'],
22+
'installable': True,
23+
'auto_install': False,
24+
'data': [
25+
"security/ir.model.access.csv",
26+
"views/backend_view.xml",
27+
"views/product_view.xml",
28+
"views/res_partner_views.xml",
29+
"views/sale_views.xml",
30+
"wizard/woo_export_view.xml",
31+
"wizard/woo_validation_view.xml",
32+
"wizard/backend_instance.xml",
33+
],
34+
'external_dependencies': {
35+
'python': ['woocommerce'],
36+
},
37+
'application': True,
38+
"sequence": 3,
39+
}

connector_woocommerce/__openerp__.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)