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.

26 lines
670 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. 'contacts',
  15. 'base_geolocalize',
  16. 'base_jsonify',
  17. ],
  18. 'data': [
  19. 'views/gogocarto_partner.xml',
  20. 'views/gogocarto_config_settings_view.xml',
  21. 'views/res_company_view.xml',
  22. ],
  23. 'demo': [],
  24. 'installable': True,
  25. 'auto_install': False,
  26. }