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.

19 lines
612 B

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