# -*- coding: utf-8 -*- { 'name': 'Pos Customer extra Fields', 'version': '1.0.2', 'author': 'IT-Projects LLC, Ivan Yelizariev, Eiru', 'license': 'GPL-3', 'category': 'Point Of Sale', 'website': 'https://twitter.com/yelizariev', 'depends': ['point_of_sale', 'stock'], 'data': [ 'data.xml', ], 'qweb': [ 'static/src/xml/pos.xml', ], 'installable': True, }