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

  1. # © 2019 Vauxoo (<http://www.vauxoo.com/>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Attachment Unindex Content',
  5. 'summary': 'Disable indexing of attachments',
  6. 'version': '12.0.1.0.0',
  7. 'author': 'Vauxoo, Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/server-tools',
  9. 'maintainers': ['moylop260', 'ebirbe'],
  10. 'license': 'AGPL-3',
  11. 'category': 'Tools',
  12. 'depends': [
  13. 'base',
  14. ],
  15. 'installable': True,
  16. 'application': False,
  17. 'post_init_hook': 'post_init_hook',
  18. }