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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Simone Rubino - Agile Business Group
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Partner contact birthplace',
  6. 'summary': 'This module allows to define a birthplace for partners.',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Customer Relationship Management',
  9. 'website': 'https://github.com/OCA/partner-contact/tree/10.0/'
  10. 'partner_contact_birthplace',
  11. 'author': 'Agile Business Group, Odoo Community Association (OCA)',
  12. 'license': 'AGPL-3',
  13. 'application': False,
  14. 'installable': True,
  15. 'depends': [
  16. 'partner_contact_personal_information_page',
  17. ],
  18. 'data': [
  19. 'views/res_partner.xml'
  20. ],
  21. }