|
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 | +# |
5 | 21 |
|
6 | 22 | { |
7 | 23 | '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, |
23 | 32 | 'auto_install': False, |
24 | 33 | 'data': [ |
25 | 34 | "security/ir.model.access.csv", |
26 | 35 | "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 | 36 | ], |
34 | 37 | 'external_dependencies': { |
35 | 38 | 'python': ['woocommerce'], |
36 | 39 | }, |
| 40 | + 'js': [], |
37 | 41 | 'application': True, |
38 | 42 | "sequence": 3, |
39 | 43 | } |
0 commit comments