# -*- coding: utf-8 -*- { 'name': "Mass Cancel Journal Entries", 'summary': """ This module allows to cancel or delete mass/bulk/multiple Journal Entries from the tree view.""", 'author': "Aktiv Software", 'website': "http://www.aktivsoftware.com", 'category': 'Accounting', 'version': '14.0.1.0.0', 'license': 'AGPL-3', # any module necessary for this one to work correctly 'depends': ['account'], # always loaded 'data': [ 'security/ir.model.access.csv', 'wizard/journal_entries_cancel_wizard.xml', ], 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False, }