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.

22 lines
690 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 Nicolas Bessi, Alexandre Fayolle, Camptocamp SA
  3. # Copyright 2016 Sodexis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Street3 in addresses',
  7. 'version': '9.0.1.1.0',
  8. 'author': "Camptocamp,Sodexis,Odoo Community Association (OCA)",
  9. 'maintainer': 'Camptocamp',
  10. 'category': 'Sales',
  11. 'complexity': 'easy',
  12. 'depends': ['base'],
  13. 'website': 'http://www.camptocamp.com',
  14. 'data': ['view/partner_view.xml'],
  15. 'post_init_hook': 'post_init_hook',
  16. 'uninstall_hook': 'uninstall_hook',
  17. 'installable': True,
  18. 'auto_install': False,
  19. 'license': 'AGPL-3',
  20. 'application': False,
  21. }