19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:00 +01:00
parent a1137a1456
commit e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-hr_work_entry_holidays"
version = "16.0.0"
description = "Time Off in Payslips - Manage Time Off in Payslips"
description = "Time Off in Payslips -
Manage Time Off in Payslips
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-hr_holidays>=16.0.0",
"odoo-bringout-oca-ocb-hr_work_entry_contract>=16.0.0",
"odoo-bringout-oca-ocb-hr_holidays>=19.0.0",
"odoo-bringout-oca-ocb-hr_work_entry>=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",
]