erplibre/manifest/git_manifest_odoo16.0_dev.xml
Mathieu Benoit 93617b1a65 [IMP] support multi version odoo on same workspace
- oficially support odoo 18 instead of odoo 16
- support postgis/postgresql 18 into docker
- change version erplibre 1.6.0
- support private environment and support local git repo manifest
- support switch odoo version
- support docker for each version
- update os installation
- upgrade python requirement
- separate virtual environment for erplibre and odoo
2025-10-31 01:36:26 -04:00

21 lines
660 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="odoo" fetch="https://github.com/odoo/" />
<remote name="OCA" fetch="https://github.com/OCA/" />
<remote name="ERPLibre_origin_OCA" fetch="https://github.com/ERPLibre/" />
<project
name="OpenUpgrade.git"
revision="16.0_dev"
path="odoo16.0/OCA_OpenUpgrade"
remote="ERPLibre_origin_OCA"
clone-depth="10"
groups="migration,odoo16.0"
/>
<project
name="documentation-user.git"
path="odoo16.0/odoo_documentation-user"
revision="16.0"
remote="odoo"
groups="odoo,odoo16.0"
/>
</manifest>