1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- {
- "name": "POS - Customize Product Pack",
- "version": "1.0",
- "website": "https://www.eiru.com.py",
- "author": "Eiru",
- "license": "AGPL-3",
- "installable": True,
- "depends": [
- "pos_restaurant",
- "product_pack",
- ],
- "data": [
- "template.xml",
- ],
- "qweb": [
- "static/src/xml/view.xml",
- ],
- }
|