-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (28 loc) · 905 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Pos Loyalty Redeem Payment",
"summary": "Use vouchers as payment method in pos orders",
"category": "Point Of Sale & Sales",
"version": "16.0.1.0.2",
"website": "https://github.com/OCA/pos",
"author": "Odoo Community Association (OCA), FactorLibre",
"application": False,
"depends": [
"pos_loyalty",
],
"data": [
"views/pos_payment_method_views.xml",
"views/loyalty_program_views.xml",
],
"assets": {
"point_of_sale.assets": [
"pos_loyalty_redeem_payment/static/src/js/**/*",
"pos_loyalty_redeem_payment/static/src/xml/**/*",
"pos_loyalty_redeem_payment/static/src/scss/responsive_number_popup.scss",
],
"web.assets_tests": [
"pos_loyalty_redeem_payment/static/tests/tours/**/*",
],
},
"installable": True,
"license": "LGPL-3",
}