OCA Maintenance modules for Odoo
Find a file
Ernad Husremovic e66de50879 Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees
- Add detection of orphaned worktree directories (empty dirs or worktrees/ paths without .git)
- Implement automatic removal of orphaned worktrees with --fix option
- Remove orphaned worktrees oca-ocb-accounting-16.1 and oca-ocb-core-16.1
- Update script documentation to explain worktree handling

🤖 assisted by claude

🤖 assisted by claude
2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-base_maintenance Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-base_maintenance_config Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-base_maintenance_group Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_account Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_category_hierarchy Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_certification Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_contract Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_hierarchy Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_image Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_sequence Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_status Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_tags Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_equipment_usage Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_location Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
odoo-bringout-oca-maintenance-maintenance_plan Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
odoo-bringout-oca-maintenance-maintenance_plan_activity Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
odoo-bringout-oca-maintenance-maintenance_product Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_project Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_purchase Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_remote Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_request_purchase Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_request_repair Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_request_sequence Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_request_stage_transition Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_security Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_team_hierarchy Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_timesheet Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:37 +01:00
odoo-bringout-oca-maintenance-maintenance_timesheet_time_control Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:24 +01:00
.gitignore Initial commit with README and .gitignore 2025-08-30 17:22:58 +02:00
README.md Initial commit with README and .gitignore 2025-08-30 17:22:58 +02:00

OCA Maintenance Modules

This repository contains OCA (Odoo Community Association) Maintenance modules for Odoo.

Description

This collection includes Maintenance related modules from the OCA project, providing enhanced maintenance functionality for Odoo installations.

Structure

This is a submodule within the larger Bringout Odoo ecosystem. Individual OCA Maintenance addon packages are organized within this repository.

Usage

This repository is designed to be used as a git submodule within the main Odoo project structure.

License

Individual modules may have their own licensing terms. Please refer to each module's documentation for specific license information.

Contributing

Contributions should follow OCA guidelines and standards for Odoo addon development.