Odoomates Odoo packages - 12 packages from Odoomates vendor
Find a file
Ernad Husremovic 2a8609fdff Optimize refresh_package_links.py with local hash comparison
- Added local hash comparison to prevent unnecessary GitHub URL generation
- Only build GitHub mappings for packages that actually changed commit hashes
- Reduced file updates from 1758/2075 to 1/2075 files (99.94% improvement)
- Implemented get_current_hash_from_content() to extract hashes from existing URLs
- Added build_local_hash_mapping() for fast local git hash lookup
- Performance improvement: only fetch git hashes when changes are detected

🤖 assisted by claude
2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-accounting_pdf_reports Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_account_accountant Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_account_asset Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_account_budget Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_account_daily_reports Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_account_followup Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_data_remove Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_fiscal_year Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_hospital Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_mass_confirm_cancel Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-om_recurring_payments Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
odoo-bringout-odoomates-task_check_list Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:46 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:20:14 +02: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.