You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
629 B
19 lines
629 B
# Copyright 2020 Druidoo - Iván Todorovich
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
{
|
|
"name": "Point of Sale - Prevent closing sessions with stock errors",
|
|
"summary": "Prevent closing PoS Sessions that have stock errors",
|
|
"version": "12.0.1.0.1",
|
|
"development_status": "Beta",
|
|
"category": "Point of Sale",
|
|
"website": "https://github.com/OCA/pos",
|
|
"author": "Druidoo, Odoo Community Association (OCA)",
|
|
"maintainers": ["ivantodorovich"],
|
|
"license": "LGPL-3",
|
|
"depends": [
|
|
"point_of_sale",
|
|
],
|
|
"data": [
|
|
"views/pos_config_views.xml",
|
|
],
|
|
}
|