gn_odoo/gn_donations/__manifest__.py
2023-12-06 10:56:57 +01:00

18 lines
507 B
Python

{
'name': "Gn Donations",
'version': '14.0.0.1.1',
'author': 'Garage Numérique',
'category': 'Accounting',
'description': """
This module modify the fiscal receipt report so it is similar to Cerfa 11580.
It allows to edit fiscal receipts for in-kind donation (i.e. 0€ donation).
""",
'depends': ['donation'],
'data': [
'views/donation_thanks_report.xml',
'views/internal_layout.xml'
],
'translate': True,
'installable': True,
}