We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb6248 commit a27b7b7Copy full SHA for a27b7b7
2 files changed
odoo/custom/src/addons.yaml
@@ -58,6 +58,9 @@
58
# - mail_partner_opt_out
59
# - mail_restrict_follower_selection
60
61
+./social:
62
+ - mail_plugin_inject_raw
63
+
64
./server-brand:
65
- disable_odoo_online
66
- website_debranding
odoo/custom/src/repos.yaml
@@ -28,6 +28,17 @@
28
- oca-web $ODOO_VERSION
29
- px-web 19.0-mig-web_dark_mode
30
31
32
+ defaults:
33
+ depth: 300
34
+ remotes:
35
+ oca-social: https://github.com/OCA/social.git
36
+ px-social: https://github.com/Pyxiris/social.git
37
+ target: agg
38
+ merges:
39
+ - oca-social $ODOO_VERSION
40
+ - px-social 19.0-mail_plugin_inject_raw
41
42
43
defaults:
44
depth: 300
0 commit comments