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.

18 lines
550 B

  1. # Copyright (C) 2019 Le Filament
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Postal Address",
  5. "summary": "Adds a postal address in address types",
  6. "version": "12.0.1.0.0",
  7. "category": "Partner Management",
  8. "website": "https://github.com/OCA/partner-contact",
  9. "author": "Le Filament, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "depends": [
  12. "contacts",
  13. ],
  14. "installable": True,
  15. "development_status": "Beta",
  16. "maintainers": ["remi-filament"],
  17. }