OCA AI packages (4 packages)
Find a file
Ernad Husremovic aad9e05721 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:06 +02:00
odoo-bringout-oca-ai-ai_oca_bridge Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:28:06 +02:00
odoo-bringout-oca-ai-ai_oca_bridge_chatter Convert DEPENDENCIES.md links to GitHub absolute URLs 2025-08-30 16:08:13 +02:00
odoo-bringout-oca-ai-ai_oca_bridge_document_page Convert DEPENDENCIES.md links to GitHub absolute URLs 2025-08-30 16:08:13 +02:00
odoo-bringout-oca-ai-ai_oca_bridge_helpdesk_mgmt Convert DEPENDENCIES.md links to GitHub absolute URLs 2025-08-30 16:08:13 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:18:47 +02:00
README.md Initial commit: OCA Ai packages (4 packages) 2025-08-29 15:43:05 +02:00

OCA Ai

This repository contains 4 OCA packages for ai.

Packages Included (4 packages)

  • odoo-bringout-oca-ai-ai_oca_bridge - From ai: ai_oca_bridge
  • odoo-bringout-oca-ai-ai_oca_bridge_chatter - From ai: ai_oca_bridge_chatter
  • odoo-bringout-oca-ai-ai_oca_bridge_document_page - From ai: ai_oca_bridge_document_page
  • odoo-bringout-oca-ai-ai_oca_bridge_helpdesk_mgmt - From ai: ai_oca_bridge_helpdesk_mgmt

Installation

Install any package from this category:

# Install from local directory
pip install packages/oca-ai/PACKAGE_NAME/

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

# Using uv (recommended for speed)
uv add packages/oca-ai/PACKAGE_NAME/

Repository Structure

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

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

Contributing

These packages are maintained as part of the OCA (Odoo Community Association) ecosystem.

License

Each package maintains its original license as specified in the OCA repositories.