You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
587 B

  1. {
  2. 'name': 'partner_gogocarto_export_api',
  3. 'summary': '''HTTP JSON api to send partner data for Gogocarto import''',
  4. 'license': 'AGPL-3',
  5. 'author': (
  6. 'Lokavaluto,'
  7. 'Odoo Community Association (OCA)'
  8. ),
  9. 'website': 'https://lokavaluto.fr',
  10. 'category': 'Localization',
  11. 'version': '12.0.1.0.0',
  12. 'depends': [
  13. 'base',
  14. 'base_geolocalize'
  15. ],
  16. 'data': [
  17. 'views/gogocarto_partner.xml',
  18. 'views/gogocarto_config_settings_view.xml',
  19. ],
  20. 'demo': [],
  21. 'installable': True,
  22. 'auto_install': False,
  23. }