Cybrosys Odoo packages - 10 packages from Cybrosys vendor
Find a file
Ernad Husremovic d5ccb3ed29 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:28:05 +02:00
odoo-bringout-cybrosys-hr_payroll_input_add Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-ohrms_loan Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-order_line_sequences Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-product_brand_ecommerce Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-product_brand_inventory Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-product_brand_invoicing Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-product_brand_sale Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-stock_move_invoice Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
odoo-bringout-cybrosys-warehouse_reports Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:05 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:18:45 +02:00
README.md Initial commit: Cybrosys Odoo packages (10 packages) 2025-08-29 15:49:21 +02:00

Cybrosys Odoo Packages

This repository contains 10 Odoo packages from Cybrosys vendor.

About Cybrosys

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

Packages Included (10 packages)

  • odoo-bringout-cybrosys-hr_payroll_input_add - Hr Payroll Input Add
  • odoo-bringout-cybrosys-ohrms_loan - Ohrms Loan
  • odoo-bringout-cybrosys-order_line_sequences - Order Line Sequences
  • odoo-bringout-cybrosys-product_brand_ecommerce - Product Brand Ecommerce
  • odoo-bringout-cybrosys-product_brand_inventory - Product Brand Inventory
  • odoo-bringout-cybrosys-product_brand_invoicing - Product Brand Invoicing
  • odoo-bringout-cybrosys-product_brand_purchase - Product Brand Purchase
  • odoo-bringout-cybrosys-product_brand_sale - Product Brand Sale
  • odoo-bringout-cybrosys-stock_move_invoice - Stock Move Invoice
  • odoo-bringout-cybrosys-warehouse_reports - Warehouse Reports

Installation

Install any package from this collection:

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

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

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

Repository Structure

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

cybrosys/
├── odoo-bringout-cybrosys-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 Cybrosys.

Support

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