# -*- coding: utf-8 -*- # © 2017 Akretion (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'HR Expense Usability Decimal Precision', 'version': '10.0.1.0.0', 'category': 'Human Resources', 'license': 'AGPL-3', 'summary': 'Technical module for hr_expense_usability', 'description': '', 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['hr_expense'], 'data': [ 'decimal_precision_data.xml', ], 'installable': True, }