Skip to content

Commit e37da34

Browse files
committed
[ADD] Add mail_attach_to_record for testing
1 parent 7b32a3e commit e37da34

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
@@ -30,6 +30,17 @@
3030
- oca-web $ODOO_VERSION
3131
- px-web 19.0-mig-web_dark_mode
3232

33+
./social:
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+
3344
./server-brand:
3445
defaults:
3546
depth: 300

0 commit comments

Comments
 (0)