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 a5f2469 commit ac5ff9dCopy full SHA for ac5ff9d
2 files changed
odoo/custom/src/addons.yaml
@@ -59,6 +59,9 @@
59
# - mail_partner_opt_out
60
# - mail_restrict_follower_selection
61
62
+./social:
63
+ - mail_plugin_inject_raw
64
+
65
./server-brand:
66
- disable_odoo_online
67
- website_debranding
odoo/custom/src/repos.yaml
@@ -37,6 +37,17 @@
37
# merges:
38
# - oca-mail $ODOO_VERSION
39
40
41
+ defaults:
42
+ depth: 300
43
+ remotes:
44
+ oca-social: https://github.com/OCA/social.git
45
+ px-social: https://github.com/Pyxiris/social.git
46
+ target: agg
47
+ merges:
48
+ - oca-social $ODOO_VERSION
49
+ - px-social 19.0-mail_plugin_inject_raw
50
51
52
defaults:
53
depth: 300
0 commit comments