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

  1. # Copyright 2019 Camptocamp SA
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
  3. {
  4. 'name': 'Conditional Images',
  5. 'version': '12.0.1.0.1',
  6. 'author': 'Camptocamp, Odoo Community Association (OCA)',
  7. 'license': 'AGPL-3',
  8. 'category': 'Misc',
  9. 'depends': [
  10. 'base',
  11. ],
  12. 'website': 'http://github.com/OCA/server-tools',
  13. 'data': [
  14. 'views/image_view.xml',
  15. 'security/ir.model.access.csv',
  16. ],
  17. 'installable': True,
  18. }