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
646 B

  1. # Copyright 2014-2020 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": "14.0.1.0.0",
  9. "author": "Camptocamp,Odoo Community Association (OCA)",
  10. "maintainer": "Camptocamp",
  11. "category": "Sales",
  12. "depends": ["base_view_inheritance_extension"],
  13. "website": "https://github.com/OCA/partner-contact",
  14. "data": ["views/res_partner.xml"],
  15. "post_init_hook": "post_init_hook",
  16. "uninstall_hook": "uninstall_hook",
  17. "installable": True,
  18. }