123456789101112131415 |
- # -*- encoding: utf-8 -*-
- {
- "name": "Pos Order Fix",
- "version": "8.0.1.0.0",
- "category": "Point of sale",
- "author": "Eiru",
- "website": "http://www.serviciosbaeza.com",
- "depends": [
- "point_of_sale",
- ],
- "data": [
- "views/pos_order_view.xml",
- ],
- "installable": True,
- }
|