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.

19 lines
558 B

  1. # Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
  2. # Copyright 2016 ACSONE SA/NV (<https://acsone.eu>)
  3. {
  4. 'name': 'Optional quick create',
  5. 'version': '12.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': 'https://github.com/OCA/server-ux',
  10. 'license': 'AGPL-3',
  11. 'depends': [
  12. 'base'
  13. ],
  14. 'data': [
  15. 'views/model_view.xml',
  16. ],
  17. 'installable': True,
  18. }