mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Migrate to v12
[UPD] Update sql_export_mail.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_export_mail Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_export_mail/ [ADD] icon.png
This commit is contained in:
committed by
Sander Lienaerts
parent
5ab9082d1e
commit
e7fde1a9bb
20
sql_export_mail/__manifest__.py
Normal file
20
sql_export_mail/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
'name': 'SQL Export Mail',
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Generic Modules',
|
||||
'summary': 'Send csv file generated by sql query by mail.',
|
||||
'author':
|
||||
"Akretion, Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/server-tools',
|
||||
'depends': [
|
||||
'sql_export',
|
||||
'mail',
|
||||
],
|
||||
'license': 'AGPL-3',
|
||||
'data': [
|
||||
'views/sql_export_view.xml',
|
||||
'mail_template.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user