31 lines
1.1 KiB
Python
31 lines
1.1 KiB
Python
{
|
|
'name': 'Google Map Review',
|
|
'version': '19.0.1.0.0',
|
|
'summary': 'Crawl and display Google Business Profile reviews per branch company',
|
|
'description': """
|
|
Integrates Google Business Profile API to automatically crawl customer reviews
|
|
for each branch (res.company) and display them inside Odoo.
|
|
Features:
|
|
- Google Business Place ID field on each company
|
|
- Hourly scheduled cron to fetch reviews via Business Profile API
|
|
- Review records linked to each company
|
|
- List, Form, Kanban reporting views
|
|
- General Settings section for OAuth2 credentials
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'category': 'Reporting',
|
|
'depends': ['base', 'mail'],
|
|
'data': [
|
|
'security/google_map_review_groups.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/google_map_review_cron.xml',
|
|
'views/res_config_settings_views.xml',
|
|
'views/res_company_views.xml',
|
|
'views/google_map_review_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|