19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:29:53 +01:00
parent 6e54c1af6c
commit 3ca647e428
1087 changed files with 132065 additions and 108499 deletions

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-pos_stripe"
version = "16.0.0"
description = "POS Stripe - Integrate your POS with a Stripe payment terminal"
description = "POS Stripe -
Integrate your POS with a Stripe payment terminal
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-point_of_sale>=16.0.0",
"odoo-bringout-oca-ocb-payment_stripe>=16.0.0",
"odoo-bringout-oca-ocb-point_of_sale>=19.0.0",
"TODO_MAP-payment_stripe>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -17,7 +19,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",
]