19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -1,15 +1,17 @@
[project]
name = "odoo-bringout-oca-ocb-auth_oauth"
version = "16.0.0"
description = "OAuth2 Authentication - Odoo addon"
description = "OAuth2 Authentication -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-base>=16.0.0",
"odoo-bringout-oca-ocb-web>=16.0.0",
"odoo-bringout-oca-ocb-base_setup>=16.0.0",
"odoo-bringout-oca-ocb-auth_signup>=16.0.0",
"odoo-bringout-oca-ocb-base>=19.0.0",
"odoo-bringout-oca-ocb-web>=19.0.0",
"odoo-bringout-oca-ocb-base_setup>=19.0.0",
"odoo-bringout-oca-ocb-auth_signup>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -19,7 +21,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",
]