mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 05:32:04 +02:00
26 lines
754 B
Python
26 lines
754 B
Python
{
|
|
"name": "POS Container Deposit",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Point of Sale",
|
|
"summary": "This module is used to manage container deposits for products"
|
|
" in Point of Sale.",
|
|
"author": "Sunflower IT, Open2bizz, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pos",
|
|
"license": "AGPL-3",
|
|
"depends": ["point_of_sale"],
|
|
"data": [
|
|
"views/product_template.xml",
|
|
],
|
|
"demo": [
|
|
"demo/product_product.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_tests": [
|
|
"pos_container_deposit/static/tests/tours/*.js",
|
|
],
|
|
"point_of_sale.assets": [
|
|
"pos_container_deposit/static/src/js/*.js",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|