Skip to content

Commit

Permalink
Draft: [MIG] pos_receipt_hide_price: 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduqma committed Nov 14, 2022
1 parent a984347 commit be01fd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
15 changes: 8 additions & 7 deletions pos_receipt_hide_price/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"version": "15.0.1.0.0",
"license": "LGPL-3",
"depends": ["point_of_sale"],
"data": ["views/assets.xml"],
"qweb": [
"static/src/xml/OrderReceipt.xml",
"static/src/xml/HidePrice.xml",
"static/src/xml/ReceiptScreen.xml",
"static/src/xml/ReprintReceiptScreen.xml",
],
"assets": {
"point_of_sale.assets": [
"pos_receipt_hide_price/static/src/js/ReceiptScreen.js",
"pos_receipt_hide_price/static/src/js/ReprintReceiptScreen.js",
"pos_receipt_hide_price/static/src/js/OrderReceipt.js",
"pos_receipt_hide_price/static/src/xml/**/*",
],
},
}
19 changes: 0 additions & 19 deletions pos_receipt_hide_price/views/assets.xml

This file was deleted.

0 comments on commit be01fd5

Please sign in to comment.