|
1 | 1 | # Copyright 2021 Akretion - Florian Mounier
|
| 2 | +# Copyright 2022 FactorLibre - Daniel Duque |
2 | 3 | {
|
3 | 4 | "name": "POS Receipt Hide Price",
|
4 | 5 | "summary": "Add button to remove price from receipt.",
|
5 |
| - "author": "Akretion, Odoo Community Association (OCA)", |
| 6 | + "author": "Akretion, FactorLibre, Odoo Community Association (OCA)", |
6 | 7 | "website": "https://github.com/OCA/pos",
|
7 | 8 | "category": "Point of Sale",
|
8 |
| - "version": "14.0.1.0.1", |
| 9 | + "version": "16.0.1.0.0", |
9 | 10 | "license": "LGPL-3",
|
10 | 11 | "depends": ["point_of_sale"],
|
11 |
| - "data": ["views/assets.xml"], |
12 |
| - "qweb": [ |
13 |
| - "static/src/xml/OrderReceipt.xml", |
14 |
| - "static/src/xml/HidePrice.xml", |
15 |
| - "static/src/xml/ReceiptScreen.xml", |
16 |
| - "static/src/xml/ReprintReceiptScreen.xml", |
17 |
| - ], |
| 12 | + "assets": { |
| 13 | + "point_of_sale.assets": [ |
| 14 | + "pos_receipt_hide_price/static/src/js/ReceiptScreen.js", |
| 15 | + "pos_receipt_hide_price/static/src/js/ReprintReceiptScreen.js", |
| 16 | + "pos_receipt_hide_price/static/src/js/OrderReceipt.js", |
| 17 | + "pos_receipt_hide_price/static/src/xml/**/*", |
| 18 | + ], |
| 19 | + }, |
18 | 20 | }
|
0 commit comments