OCA Website packages (16 packages)
Find a file
Ernad Husremovic a3245019e7 chore: bs translation fix sinkroniz→sinhroniz
🤖 assisted by claude
2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_analytics_matomo chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_cookiebot chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_cookiefirst chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_crm_privacy_policy Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_crm_quick_answer Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_form_require_legal Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_forum_subscription Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_google_tag_manager chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_legal_page Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_menu_by_user_status Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_odoo_debranding Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01:00
odoo-bringout-oca-website-website_recaptcha_v2 chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_require_login chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01:00
odoo-bringout-oca-website-website_snippet_country_dropdown Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:34:14 +01: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 chore: bs translation fix sinkroniz→sinhroniz 2026-01-13 17:15:35 +01: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.