# -*- coding: utf-8 -*- { 'name': 'Tax Settlement', 'version': '8.0.1.1.0', 'category': 'Accounting', 'sequence': 14, 'summary': '', 'description': """ Tax Settlement ============== Add a model to manage tax settlements """, 'author': 'ADHOC SA', 'website': 'www.adhoc.com.ar', 'license': 'AGPL-3', 'images': [ ], 'depends': [ 'account_move_voucher', ], 'data': [ 'views/account_move_line_view.xml', 'views/report_account_moveline.xml', ], 'demo': [ ], 'test': [ ], 'installable': True, 'auto_install': False, 'application': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: