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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
  3. # Copyright 2016 ACSONE SA/NA (<http://acsone.eu>)
  4. {
  5. 'name': "Optional quick create",
  6. 'version': '10.0.1.0.1',
  7. 'category': 'Tools',
  8. 'summary': "Avoid 'quick create' on m2o fields, on a 'by model' basis",
  9. 'author': "Agile Business Group,Odoo Community Association (OCA)",
  10. 'website': 'http://www.agilebg.com',
  11. 'license': 'AGPL-3',
  12. "depends": ['base'],
  13. "data": [
  14. 'views/model_view.xml',
  15. ],
  16. 'installable': True,
  17. }