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.

20 lines
623 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Camptocamp SA
  3. # @author: Nicolas Bessi
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Street3 in addresses',
  7. 'summary': 'Add a third address line on partners',
  8. 'license': 'AGPL-3',
  9. 'version': '10.0.1.0.0',
  10. 'author': "Camptocamp,Odoo Community Association (OCA)",
  11. 'maintainer': 'Camptocamp',
  12. 'category': 'Sales',
  13. 'depends': ['base'],
  14. 'website': 'http://www.camptocamp.com',
  15. 'data': ['view/partner_view.xml'],
  16. 'post_init_hook': 'post_init_hook',
  17. 'uninstall_hook': 'uninstall_hook',
  18. 'installable': True,
  19. }