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.

20 lines
554 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  2. {
  3. 'name': 'SQL Export Mail',
  4. 'version': '12.0.1.0.0',
  5. 'category': 'Generic Modules',
  6. 'summary': 'Send csv file generated by sql query by mail.',
  7. 'author':
  8. "Akretion, Odoo Community Association (OCA)",
  9. 'website': 'https://github.com/OCA/server-tools',
  10. 'depends': [
  11. 'sql_export',
  12. 'mail',
  13. ],
  14. 'license': 'AGPL-3',
  15. 'data': [
  16. 'views/sql_export_view.xml',
  17. 'mail_template.xml',
  18. ],
  19. 'installable': True,
  20. }