Skip to content

Commit 5f0fe6d

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

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

.aiexclude

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/l10n*/*
2+
**/i18n*/*

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_attach_to_record
64+
6265
./server-brand:
6366
- disable_odoo_online
6467
- website_debranding

odoo/custom/src/repos.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,22 @@
3333
# depth: $DEPTH_MERGE
3434
# remotes:
3535
# oca-mail: https://github.com/OCA/mail.git
36-
# target: agg
36+
# px-mail: https://github.com/Pyxiris/mail.git
37+
# # target: agg
3738
# merges:
3839
# - oca-mail $ODOO_VERSION
3940

41+
./social:
42+
defaults:
43+
depth: 300
44+
remotes:
45+
oca-social: https://github.com/OCA/social.git
46+
px-social: https://github.com/Pyxiris/social.git
47+
target: agg
48+
merges:
49+
- oca-social $ODOO_VERSION
50+
- px-social 19.0-mail_attach_to_record
51+
4052
./server-brand:
4153
defaults:
4254
depth: 300
@@ -47,3 +59,12 @@
4759
- oca-server-brand $ODOO_VERSION
4860
- oca-server-brand refs/pull/111/head # [19.0][ADD] web_debranding: add
4961
- oca-server-brand refs/pull/120/head # [19.0][ADD] sale_portal_debranding: Remove Odoo branding from sale portal page
62+
63+
# ./exp-odoo:
64+
# defaults:
65+
# depth: 300
66+
# remotes:
67+
# exp-odoo: https://github.com/Pyxiris/web.git
68+
# # target: agg
69+
# merges:
70+
# - exp-odoo $ODOO_VERSION

0 commit comments

Comments
 (0)