erplibre/manifest/git_manifest_extra_odoo13.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

12 lines
315 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="CybroOdoo" fetch="https://github.com/CybroOdoo/" />
<project
name="OpenHRMS.git"
path="odoo13.0/addons/CybroOdoo_OpenHRMS"
remote="CybroOdoo"
revision="13.0"
groups="extra,odoo13.0"
/>
</manifest>