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 7b32a3e commit e37da34Copy full SHA for e37da34
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
@@ -30,6 +30,17 @@
30
- oca-web $ODOO_VERSION
31
- px-web 19.0-mig-web_dark_mode
32
33
34
+ defaults:
35
+ depth: 300
36
+ remotes:
37
+ oca-social: https://github.com/OCA/social.git
38
+ px-social: https://github.com/Pyxiris/social.git
39
+ target: agg
40
+ merges:
41
+ - oca-social $ODOO_VERSION
42
+ - px-social 19.0-mail_plugin_inject_raw
43
44
45
defaults:
46
depth: 300
0 commit comments