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.

20 lines
568 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Base Technical User",
  6. 'summary': """
  7. Add a technical user parameter on the company """,
  8. 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
  9. 'website': "http://acsone.eu",
  10. 'category': 'Hidden/Dependency',
  11. 'version': '10.0.1.0.0',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'base',
  15. ],
  16. 'data': [
  17. 'views/res_company_view.xml'
  18. ],
  19. 'installable': True
  20. }