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.

23 lines
641 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Therp BV <https://therp.nl>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'CKEditor 4.x widget',
  6. 'version': '10.0.1.0.0',
  7. 'author': "Therp BV,Odoo Community Association (OCA)",
  8. 'website': 'https://github.com/OCA/web',
  9. 'summary': 'Provides a widget for editing HTML fields using CKEditor 4.x',
  10. "category": "Tools",
  11. 'license': 'AGPL-3',
  12. "depends": [
  13. 'web',
  14. ],
  15. 'data': [
  16. 'views/qweb.xml',
  17. ],
  18. 'css': [
  19. 'static/src/css/web_ckeditor4.css',
  20. ],
  21. 'installable': True,
  22. 'auto_install': False,
  23. }