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.

21 lines
544 B

  1. # coding: utf-8
  2. # @ 2015 Valentin CHEMIERE @ Akretion
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Attachment Metadata',
  6. 'version': '8.0.1.0.0',
  7. 'author': 'Akretion,Odoo Community Association (OCA)',
  8. 'website': 'http://www.akretion.com/',
  9. 'license': 'AGPL-3',
  10. 'category': 'Generic Modules',
  11. 'depends': [
  12. ],
  13. 'data': [
  14. 'views/attachment_view.xml',
  15. 'security/ir.model.access.csv',
  16. ],
  17. 'installable': True,
  18. 'application': False,
  19. 'images': [],
  20. }