123456789101112131415161718192021222324252627282930313233343536 |
- {
- 'name': 'Google Maps',
- 'version': '1.0',
- 'category': 'Extra Tools',
- 'description': """This module adds a Map button on the partner’s form in order to open its address directly in the Google Maps view""",
- 'author': 'BHC & Odoo',
- 'website': 'www.bhc.be',
- 'depends': ['base'],
- 'init_xml': [],
- 'images': ['static/description/banner.png','images/google_map.png','images/map.png','images/earth.png'],
- 'data': [
- 'views/res_partner_view.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- 'license': 'LGPL-3',
- }
|