123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- "name": "Eiru POS title change",
- "version": "1.0",
- "category": "Point Of Sale",
- "website": "https://www.eiru.com.py",
- "author": "Eiru",
- "license": "AGPL-3",
- "application": False,
- "installable": True,
- "depends": [
- "base",
- "point_of_sale",
- ],
- "data": [
- "views/template.xml",
- ],
- }
|