forked from svnviet/woocommerce_odoo_ept
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
executable file
·50 lines (49 loc) · 2.09 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
'name': 'Odoo WooCommerce Connector',
'version': '11.0.6',
'license': 'OPL-1',
'category': 'Sale',
'summary' : 'Integrate & Manage all your WooCommerce operations from Odoo',
'author': 'Emipro Technologies Pvt. Ltd.',
'website': 'http://www.emiprotechnologies.com/',
'maintainer': 'Emipro Technologies Pvt. Ltd.',
'depends': ['delivery','auto_invoice_workflow_ept','queue_job'],
'data': ['security/group.xml',
'data/import_order_status.xml',
'data/product_data.xml',
'views/woo_instance_main_menu_view.xml',
'views/sale_workflow_config.xml',
'wizard/res_config_view.xml',
'views/woo_template_view.xml',
'views/woo_attribute_term_ept.xml',
'views/woo_attribute_ept_view.xml',
'views/woo_product_image_view.xml',
'views/woo_variant_view.xml',
'views/res_partner.xml',
'views/sale_order.xml',
'views/stock_picking_view.xml',
'views/woo_tags_ept.xml',
'views/woo_coupons_view.xml',
'views/woo_product_categ_view.xml',
'views/account_invoice_view.xml',
'views/woo_process_job.xml',
'views/woo_payment_gateway_view.xml',
'wizard/woo_process_import_export_view.xml',
'wizard/woo_cancel_order_wizard_view.xml',
'views/sale_report_view.xml',
'security/ir.model.access.csv',
'views/web_templates.xml',
'views/ir_cron.xml',
'wizard/woo_installer.xml',
'views/woo_instance_view.xml',
'views/woo_req_history_ept.xml',
],
'installable': True,
'auto_install': False,
'application' : True,
'live_test_url' : 'https://www.emiprotechnologies.com/free-trial?app=woo-commerce-ept&version=11&edition=enterprise',
'price': 399.00,
'currency': 'EUR',
'active': False,
'images': ['static/description/woocommerce-odoo-cover.jpg'],
}