Newer
Older
# © 2022 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "CG SCOP - Cotisations CG",
"summary": "CG SCOP - Cotisations CG Scop",
"version": "14.0.1.0.0",
"author": "Le Filament",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account",
"l10n_fr",
"lefilament_export_journal_tool",
"security/security_rules.xml",
# Datas
"datas/bordereau_refund_wizard_quarter_data.xml",
"datas/queue_job_data.xml",

Benjamin - Le Filament
committed
# Templates
"templates/report_scop_bordereau.xml",
"templates/report_scop_bordereau_payments.xml",
"templates/report_union_sociale.xml",

Benjamin - Le Filament
committed
"views/account_banking_mandate.xml",
"views/account_move.xml",
"views/scop_cotisation_cg.xml",

Benjamin - Le Filament
committed
"views/scop_cotisation_simulation.xml",
"views/scop_liasse_fiscale.xml",

Benjamin - Le Filament
committed
# Reports
"report/scop_contribution_report.xml",
"wizard/export_journal_wizard_view.xml",

Benjamin - Le Filament
committed
"wizard/mandate_change_bordereau_wizard.xml",
"wizard/scop_bordereau_deadline_wizard.xml",
"wizard/scop_bordereau_update_liasse_wizard.xml",
"wizard/scop_bordereau_payment_mode_wizard.xml",
"wizard/scop_bordereau_refund_wizard.xml",
"wizard/scop_cotisation_cg_wizard.xml",
"wizard/scop_bordereau_update_confirm_view.xml",
"wizard/scop_bordereau_validate_confirm_view.xml",
"wizard/scop_update_liasse_wizard.xml",
# Wizard dependency view
"views/scop_bordereau_cg.xml",
],
"external_dependencies": {
"python": [
"unidecode",
],
},