Odoomates Odoo packages - 12 packages from Odoomates vendor
Find a file
Ernad Husremovic 93c22b7e58 Fix PDF filename for data-driven wizard reports
Override report_download controller to evaluate print_report_name
for wizard reports where Odoo 16 JS passes active_ids in context
query params instead of URL path. Use report.name field for
translated base filename instead of _() which fails in safe_eval.

🤖 assisted by claude
2026-03-12 14:45:01 +01:00
odoo-bringout-odoomates-accounting_pdf_reports Fix PDF filename for data-driven wizard reports 2026-03-12 14:45:01 +01:00
odoo-bringout-odoomates-om_account_accountant chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-odoomates-om_account_asset Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
odoo-bringout-odoomates-om_account_budget chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-odoomates-om_account_daily_reports chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-odoomates-om_account_followup chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-odoomates-om_data_remove Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
odoo-bringout-odoomates-om_fiscal_year Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
odoo-bringout-odoomates-om_hospital Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
odoo-bringout-odoomates-om_mass_confirm_cancel Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
odoo-bringout-odoomates-om_recurring_payments chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-odoomates-task_check_list Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:40 +01:00
.gitignore Ignore __pycache__ 2026-01-25 13:45:24 +01:00
README.md Initial commit: Odoomates Odoo packages (12 packages) 2025-08-29 15:49:21 +02:00

Odoomates Odoo Packages

This repository contains 12 Odoo packages from Odoomates vendor.

About Odoomates

Odoomates is a recognized vendor in the Odoo ecosystem, providing specialized addons and customizations.

Packages Included (12 packages)

  • odoo-bringout-odoomates-accounting_pdf_reports - Accounting Pdf Reports
  • odoo-bringout-odoomates-om_account_accountant - Om Account Accountant
  • odoo-bringout-odoomates-om_account_asset - Om Account Asset
  • odoo-bringout-odoomates-om_account_budget - Om Account Budget
  • odoo-bringout-odoomates-om_account_daily_reports - Om Account Daily Reports
  • odoo-bringout-odoomates-om_account_followup - Om Account Followup
  • odoo-bringout-odoomates-om_data_remove - Om Data Remove
  • odoo-bringout-odoomates-om_fiscal_year - Om Fiscal Year
  • odoo-bringout-odoomates-om_hospital - Om Hospital
  • odoo-bringout-odoomates-om_mass_confirm_cancel - Om Mass Confirm Cancel
  • odoo-bringout-odoomates-om_recurring_payments - Om Recurring Payments
  • odoo-bringout-odoomates-task_check_list - Task Check List

Installation

Install any package from this collection:

# Install from local directory
pip install packages/odoomates/PACKAGE_NAME/

# Install in development mode  
pip install -e packages/odoomates/PACKAGE_NAME/

# Using uv (recommended for speed)
uv add packages/odoomates/PACKAGE_NAME/

Repository Structure

Each package in this repository follows the standard Odoo addon structure:

odoomates/
├── odoo-bringout-odoomates-ADDON/
│   ├── ADDON_NAME/           # Complete addon code
│   │   ├── __init__.py
│   │   ├── __manifest__.py
│   │   └── ... (models, views, etc.)
│   ├── pyproject.toml        # Python package configuration
│   └── README.md            # Package documentation
└── ...

License

Each package maintains its original license as specified by Odoomates.

Support

For support with these packages, please refer to the original Odoomates documentation or community resources.