File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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_plugin_inject_raw
51+
4052./server-brand :
4153 defaults :
4254 depth : 300
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
You can’t perform that action at this time.
0 commit comments