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
609 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. {'name': 'Attachment Metadata',
  5. 'version': '8.0.1.0.0',
  6. 'author': 'Akretion,Odoo Community Association (OCA)',
  7. 'website': 'www.akretion.com',
  8. 'license': 'AGPL-3',
  9. 'category': 'Generic Modules',
  10. 'description': """
  11. Add some useful field to ir.attachment object like:
  12. internal and external hash for coherence verification
  13. """,
  14. 'depends': [
  15. ],
  16. 'data': [
  17. 'views/attachment_view.xml',
  18. 'security/ir.model.access.csv',
  19. ],
  20. 'installable': True,
  21. 'application': False,
  22. }