diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 65ec800..7fbc2ab 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -65,3 +65,6 @@ - portal_debranding - remove_odoo_enterprise - sale_portal_debranding + +./crm: + - crm_project_task diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index e49bf6b..f376321 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -39,3 +39,13 @@ merges: - oca-server-brand $ODOO_VERSION - oca-server-brand refs/pull/111/head # [19.0][ADD] web_debranding: add + +./crm: + defaults: + depth: 300 + remotes: + oca-crm: https://github.com/OCA/crm.git + px-crm: https://github.com/Pyxiris/crm.git + target: agg + merges: + - oca-crm $ODOO_VERSION