Skip to content

Commit d21c379

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

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

.aiexclude

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**/l10n*/*
2+
**/i18n*/*
3+
**/custom/src/odoo/setup/*
4+
**/custom/src/odoo/doc/*
5+
**/tests/*
6+
**/test_*/*
7+
**/demo/*
8+
**/*demo.xml
9+
**/img/*
10+
*.jpeg
11+
*.png
12+
*.pdf
13+
!*.py
14+
!*.js
15+
!*.xml
16+
!.yaml
17+
!*.yml
18+
!*.csv
19+
!*.ts
20+
!*.md
21+
!*.json
22+
!*.gs
23+
!*.scss
24+
!*.css
25+
!*.sh

.rooignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**/l10n*/*
2+
**/i18n*/*
3+
**/custom/src/odoo/setup/*
4+
**/custom/src/odoo/doc/*
5+
**/tests/*
6+
**/test_*/*
7+
**/demo/*
8+
**/*demo.xml
9+
**/img/*
10+
*.jpeg
11+
*.png
12+
*.pdf
13+
!*.py
14+
!*.js
15+
!*.xml
16+
!.yaml
17+
!*.yml
18+
!*.csv
19+
!*.ts
20+
!*.md
21+
!*.json
22+
!*.gs
23+
!*.scss
24+
!*.css
25+
!*.sh

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)