# -*- coding: utf-8 -*- { 'name': "Eiru Pos GPS", 'summary': """AƱade campo para GPS en cliente para ser usado en el POS.""", 'author': "Eiru", 'website': "http://www.eiru.com.py", 'category': 'Point of Sale', 'version': '0.1', 'depends': [ 'base', 'point_of_sale', 'eiru_num2word', ], "data": [ "template.xml", 'views/res_partner.xml', ], 'qweb': [ 'static/src/xml/pos.xml', ], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, }