24 lines
669 B
Python
24 lines
669 B
Python
![]() |
# Copyright 2018 Tecnativa S.L. - David Vidal
|
||
|
# Copyright 2022 Camptocamp SA
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "POS Lot Selection",
|
||
|
"version": "16.0.1.0.1",
|
||
|
"category": "Point of Sale",
|
||
|
"author": "Tecnativa, Camptocamp, Odoo Community Association (OCA)",
|
||
|
"website": "https://github.com/OCA/pos",
|
||
|
"license": "AGPL-3",
|
||
|
"depends": [
|
||
|
"point_of_sale",
|
||
|
],
|
||
|
"assets": {
|
||
|
"point_of_sale.assets": [
|
||
|
"pos_lot_selection/static/src/js/**/*.js",
|
||
|
"pos_lot_selection/static/src/xml/**/*.xml",
|
||
|
],
|
||
|
},
|
||
|
"application": False,
|
||
|
"installable": True,
|
||
|
}
|