forked from OCA/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 761 Bytes
/
Copy path__manifest__.py
File metadata and controls
21 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Point of Sale - New barcode rule for priced product with change rate",
"version": "18.0.1.0.0",
"category": "Sales/Point of Sale",
"summary": """
Add a barcode rule to be able to scan a barcode with price encoded (as the
standard "Priced Product" rule), and convert the price according to a given
change rate.
""",
"author": "Odoo Community Association (OCA), Camptocamp",
"website": "https://github.com/OCA/pos",
"depends": ["point_of_sale"],
"data": ["views/res_config_settings_views.xml"],
"assets": {
"point_of_sale._assets_pos": [
"pos_barcode_rule_priced_with_change_rate/static/src/**/*",
],
},
"installable": True,
"license": "AGPL-3",
}