19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -1,15 +1,22 @@
[project]
name = "odoo-bringout-oca-ocb-point_of_sale"
version = "16.0.0"
description = "Point of Sale - User-friendly PoS interface for shops and restaurants"
description = "Point of Sale -
Handle checkouts and payments for shops and restaurants.
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-stock_account>=16.0.0",
"odoo-bringout-oca-ocb-barcodes>=16.0.0",
"odoo-bringout-oca-ocb-web_editor>=16.0.0",
"odoo-bringout-oca-ocb-digest>=16.0.0",
"odoo-bringout-oca-ocb-resource>=19.0.0",
"odoo-bringout-oca-ocb-stock_account>=19.0.0",
"odoo-bringout-oca-ocb-barcodes>=19.0.0",
"TODO_MAP-html_editor>=19.0.0",
"odoo-bringout-oca-ocb-digest>=19.0.0",
"odoo-bringout-oca-ocb-phone_validation>=19.0.0",
"odoo-bringout-oca-ocb-partner_autocomplete>=19.0.0",
"TODO_MAP-iot_base>=19.0.0",
"TODO_MAP-google_address_autocomplete>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -19,7 +26,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]