mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-18 07:22:05 +02:00
Reorganized 74 POS-related modules for better structure: - Moved all odoo-bringout-oca-pos-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-pos/ submodule - Includes payment, receipt, loyalty, order, product, and partner modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and Point of Sale specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
1.1 KiB
TOML
42 lines
1.1 KiB
TOML
[project]
|
|
name = "odoo-bringout-oca-pos-pos_minimize_menu"
|
|
version = "16.0.0"
|
|
description = "Point of Sale - Minimize Menu - Reduce size of the main menu of the point of sale."
|
|
authors = [
|
|
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
|
]
|
|
dependencies = [
|
|
"odoo-bringout-oca-ocb-point_of_sale>=16.0.0",
|
|
"requests>=2.25.1"
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">= 3.11"
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"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.12",
|
|
"Topic :: Office/Business",
|
|
]
|
|
|
|
[project.urls]
|
|
homepage = "https://github.com/bringout/0"
|
|
repository = "https://github.com/bringout/0"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.metadata]
|
|
allow-direct-references = true
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["pos_minimize_menu"]
|
|
|
|
[tool.rye]
|
|
managed = true
|
|
dev-dependencies = [
|
|
"pytest>=8.4.1",
|
|
]
|