Skip to content

Commit ac5ff9d

Browse files
committed
[ADD] Add mail_attach_to_record for testing
1 parent a5f2469 commit ac5ff9d

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
@@ -59,6 +59,9 @@
5959
# - mail_partner_opt_out
6060
# - mail_restrict_follower_selection
6161

62+
./social:
63+
- mail_plugin_inject_raw
64+
6265
./server-brand:
6366
- disable_odoo_online
6467
- website_debranding

odoo/custom/src/repos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
# merges:
3838
# - oca-mail $ODOO_VERSION
3939

40+
./social:
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+
4051
./server-brand:
4152
defaults:
4253
depth: 300

0 commit comments

Comments
 (0)