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

  1. # Copyright 2015-2017 ACSONE SA/NV (<https://acsone.eu>)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "Partner Academic Title",
  5. 'summary': """
  6. Add possibility to define some academic title""",
  7. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  8. 'website': "https://github.com/OCA/partner-contact",
  9. 'category': 'Other',
  10. 'version': '11.0.1.0.0',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'contacts',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'data/partner_academic_title_data.xml',
  18. 'views/partner_academic_title_view.xml',
  19. 'views/res_partner_view.xml',
  20. ],
  21. 'installable': True,
  22. }