Skip to content

Commit a27b7b7

Browse files
committed
[ADD] Add mail_attach_to_record for testing
1 parent ccb6248 commit a27b7b7

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

odoo/custom/src/addons.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
# - mail_partner_opt_out
5959
# - mail_restrict_follower_selection
6060

61+
./social:
62+
- mail_plugin_inject_raw
63+
6164
./server-brand:
6265
- disable_odoo_online
6366
- website_debranding

odoo/custom/src/repos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
- oca-web $ODOO_VERSION
2929
- px-web 19.0-mig-web_dark_mode
3030

31+
./social:
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+
3142
./server-brand:
3243
defaults:
3344
depth: 300

0 commit comments

Comments
 (0)