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.

17 lines
542 B

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