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>
12 lines
315 B
XML
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="odoo14.0/addons/CybroOdoo_OpenHRMS"
|
|
remote="CybroOdoo"
|
|
revision="14.0"
|
|
groups="extra,odoo14.0"
|
|
/>
|
|
</manifest>
|