OCA Website packages (16 packages)
Find a file
Ernad Husremovic ed6bbbb3ee Add special handling for 'base' module in refresh_package_links.py
- Handle bare 'base' references in DEPENDENCIES.md files
- Convert them to proper GitHub links pointing to odoo-bringout-oca-ocb-base/odoo/addons/base
- Updated refresh_package_links.py with BASE_PATTERN and base_repl function
- Applied changes to 1758 out of 2075 files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_analytics_matomo Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_cookiebot Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_cookiefirst Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_crm_privacy_policy Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_crm_quick_answer Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_form_require_legal Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_forum_subscription Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_google_tag_manager Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_legal_page Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_menu_by_user_status Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_odoo_debranding Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_recaptcha_v2 Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_require_login Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_snippet_country_dropdown Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
odoo-bringout-oca-website-website_snippet_country_phone_code_dropdown Convert DEPENDENCIES.md links to GitHub absolute URLs 2025-08-30 16:08:14 +02:00
odoo-bringout-oca-website-website_whatsapp Add special handling for 'base' module in refresh_package_links.py 2025-08-30 18:50:00 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:19:28 +02:00
README.md Initial commit: OCA Website packages (16 packages) 2025-08-29 15:43:06 +02:00

OCA Website

This repository contains 16 OCA packages for website.

Packages Included (16 packages)

  • odoo-bringout-oca-website-website_analytics_matomo - From website: website_analytics_matomo
  • odoo-bringout-oca-website-website_cookiebot - From website: website_cookiebot
  • odoo-bringout-oca-website-website_cookiefirst - From website: website_cookiefirst
  • odoo-bringout-oca-website-website_crm_privacy_policy - From website: website_crm_privacy_policy
  • odoo-bringout-oca-website-website_crm_quick_answer - From website: website_crm_quick_answer
  • odoo-bringout-oca-website-website_form_require_legal - From website: website_form_require_legal
  • odoo-bringout-oca-website-website_forum_subscription - From website: website_forum_subscription
  • odoo-bringout-oca-website-website_google_tag_manager - From website: website_google_tag_manager
  • odoo-bringout-oca-website-website_legal_page - From website: website_legal_page
  • odoo-bringout-oca-website-website_menu_by_user_status - From website: website_menu_by_user_status
  • odoo-bringout-oca-website-website_odoo_debranding - From website: website_odoo_debranding
  • odoo-bringout-oca-website-website_recaptcha_v2 - From website: website_recaptcha_v2
  • odoo-bringout-oca-website-website_require_login - From website: website_require_login
  • odoo-bringout-oca-website-website_snippet_country_dropdown - From website: website_snippet_country_dropdown
  • odoo-bringout-oca-website-website_snippet_country_phone_code_dropdown - From website: website_snippet_country_phone_code_dropdown
  • odoo-bringout-oca-website-website_whatsapp - From website: website_whatsapp

Installation

Install any package from this category:

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

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

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

Repository Structure

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

oca-website/
├── 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.