|
|
@ -0,0 +1,49 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
{ |
|
|
|
"name": "CROCK Mass mailing", |
|
|
|
"version": "1.0.0", |
|
|
|
"summary": """ |
|
|
|
""", |
|
|
|
"description": """ |
|
|
|
""", |
|
|
|
"author": "RemiFr82", |
|
|
|
"website": "https://remifr82.me", |
|
|
|
"license": "AGPL-3", |
|
|
|
"category": "Technical", |
|
|
|
"depends": [ |
|
|
|
"mass_mailing", |
|
|
|
], |
|
|
|
"data": [ |
|
|
|
# Base data |
|
|
|
# "data/ir_model.xml", |
|
|
|
# Security |
|
|
|
# 'security/res_groups.xml', |
|
|
|
# 'security/ir.model.access.csv', |
|
|
|
# 'security/ir_rule.xml', |
|
|
|
# Views |
|
|
|
# "views/res_partner.xml", |
|
|
|
# Wizards |
|
|
|
# 'wizards/transient_model.xml', |
|
|
|
# Reports |
|
|
|
# 'reports/report_assets.xml', |
|
|
|
# 'reports/report_templates.xml', |
|
|
|
# 'reports/sql_view.xml', |
|
|
|
], |
|
|
|
# 'assets': { |
|
|
|
# 'web.report_assets_common': [ |
|
|
|
# 'ffck_color_paddles/static/src/scss/report_pdf.scss', |
|
|
|
# ], |
|
|
|
# }, |
|
|
|
"demo": [], |
|
|
|
"auto_install": False, |
|
|
|
"external_dependencies": [], |
|
|
|
"application": True, |
|
|
|
"css": [], |
|
|
|
"images": [], |
|
|
|
"installable": True, |
|
|
|
"maintainer": "RemiFr82", |
|
|
|
# "pre_init_hook": "", |
|
|
|
# "post_init_hook": "", |
|
|
|
# "uninstall_hook": "", |
|
|
|
} |