Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions odoo/custom/src/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
# - mail_partner_opt_out
# - mail_restrict_follower_selection

./social:
- mail_plugin_inject_raw

./server-brand:
- disable_odoo_online
- website_debranding
Expand Down
11 changes: 11 additions & 0 deletions odoo/custom/src/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
- oca-web $ODOO_VERSION
- px-web 19.0-mig-web_dark_mode

./social:
defaults:
depth: 300
remotes:
oca-social: https://github.com/OCA/social.git
px-social: https://github.com/Pyxiris/social.git
target: agg
merges:
- oca-social $ODOO_VERSION
- px-social 19.0-mail_plugin_inject_raw

./server-brand:
defaults:
depth: 300
Expand Down
Loading