erplibre/manifest/git_manifest_extra_odoo16.0.xml
Mathieu Benoit 32315a2dba [ADD] installation: add optional extra modules (CybroOdoo)
CybroOdoo repos are large and slow to clone, making them unsuitable
for default installation. Moves them to opt-in per-version extra
manifests, introduces .erplibre-state.json to track installation
options per Odoo version, and surfaces the choice in the TODO CLI
sub-menu. Switch auto-detects extra from state and warns when no
state is recorded.

Generated by Claude Code 2.1.87 model claude-sonnet-4-6

Co-Authored-By: Mathieu Benoit <mathben@technolibre.ca>
2026-05-19 15:17:45 -04:00

21 lines
597 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="CybroOdoo" fetch="https://github.com/CybroOdoo/" />
<remote name="ERPLibre" fetch="https://github.com/ERPLibre/" />
<project
name="OpenHRMS.git"
revision="16.0"
path="odoo16.0/addons/CybroOdoo_OpenHRMS"
remote="CybroOdoo"
groups="extra,odoo16.0"
/>
<project
name="CybroAddons.git"
path="odoo16.0/addons/CybroOdoo_CybroAddons"
remote="ERPLibre"
clone-depth="1"
revision="16.0_dev"
groups="extra,odoo16.0"
/>
</manifest>