diff --git a/website_event_baidu_map/README.rst b/website_event_baidu_map/README.rst new file mode 100755 index 00000000..8774d727 --- /dev/null +++ b/website_event_baidu_map/README.rst @@ -0,0 +1,58 @@ +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +======================= +website_event_baidu_map +======================= + +This module replace google map with baidu map of the website event module. The address is only based on street field. + +Installation +============ + +To install this module, you need to: + + * have basic modules installed (website, base, website_event) + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. + +Credits +======= + +Contributors +------------ + +* Liu Lixia + +Maintainer +---------- + +.. image:: https://www.elico-corp.com/logo.png + :alt: Elico Corp + :target: https://www.elico-corp.com + +This module is maintained by Elico Corporation. + +Elico Corp is an innovative actor in China, Hong-Kong and Singapore servicing +well known international companies and as well as local mid-sized businesses. +Since 2010, our seasoned Sino-European consultants have been providing full +range Odoo services: + +* Business consultancy for Gap analysis, BPM, operational work-flows review. +* Ready-to-use ERP packages aimed at starting businesses. +* Odoo implementation for manufacturing, international trading, service industry + and e-commerce. +* Connectors and integration with 3rd party software (Magento, Taobao, Coswin, + Joomla, Prestashop, Tradevine etc...). +* Odoo Support services such as developments, training, maintenance and hosting. + +Our headquarters are located in Shanghai with branch in Singapore servicing +customers from all over Asia Pacific. + +Contact information: `Sales `__ diff --git a/website_event_baidu_map/__init__.py b/website_event_baidu_map/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/website_event_baidu_map/__manifest__.py b/website_event_baidu_map/__manifest__.py new file mode 100644 index 00000000..666b3d56 --- /dev/null +++ b/website_event_baidu_map/__manifest__.py @@ -0,0 +1,20 @@ +# © 2015-2019 Elico corp (www.elico-corp.com) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). +{ + 'name': 'Website Event Baidu Map', + 'version': '12.0.1.0.0', + 'category': 'Website', + 'depends': [ + 'website_baidu_map', + 'website_event', + ], + 'author': 'Elico Corp', + 'support': 'Elico Corp', + 'license': 'LGPL-3', + 'website': 'https://www.elico-corp.com', + 'data': [ + 'views/website_event_baidu_map.xml', + ], + 'installable': True, + 'application': False, +} diff --git a/website_event_baidu_map/views/website_event_baidu_map.xml b/website_event_baidu_map/views/website_event_baidu_map.xml new file mode 100755 index 00000000..086f42a9 --- /dev/null +++ b/website_event_baidu_map/views/website_event_baidu_map.xml @@ -0,0 +1,28 @@ + + + + +