Skip to content

Commit 6940bea

Browse files
committed
[ADD] Add modules
1 parent 485f5af commit 6940bea

2 files changed

Lines changed: 81 additions & 8 deletions

File tree

odoo/custom/src/addons.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
./odoo/addons:
2+
- crm
3+
- hr_attendance
4+
- hr_calendar
5+
- hr_expense
6+
- hr_holidays
7+
- hr_skills
8+
- project
9+
- website_cf_turnstile
10+
11+
./crm:
12+
- crm_project_task
13+
14+
./server-brand:
15+
- disable_odoo_online
16+
- mail_debranding
17+
- portal_debranding
18+
- remove_odoo_enterprise
19+
- website_debranding
20+
21+
./social:
22+
- mail_plugin_inject_raw
23+
24+
./web:
25+
- web_dark_mode
26+
- web_favicon
27+
- web_refresher
28+
- web_remember_tree_column_width
29+
- web_responsive
30+
- web_theme_classic

odoo/custom/src/repos.yaml

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,59 @@
11
# See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml
22
./odoo:
33
defaults:
4-
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
5-
# You may need a bigger depth when merging PRs (use $DEPTH_MERGE
6-
# for a sane value of 100 commits)
7-
depth: $DEPTH_DEFAULT
4+
depth: 300
85
remotes:
96
ocb: https://github.com/OCA/OCB.git
107
odoo: https://github.com/odoo/odoo.git
11-
openupgrade: https://github.com/OCA/OpenUpgrade.git
12-
target: ocb $ODOO_VERSION
8+
# openupgrade: https://github.com/OCA/OpenUpgrade.git
9+
px-odoo: https://github.com/Pyxiris/odoo.git
10+
11+
target: agg
1312
merges:
1413
- ocb $ODOO_VERSION
15-
# Example of a merge of the PR with the number <PR>
16-
# - oca refs/pull/<PR>/head
14+
- odoo $ODOO_VERSION
15+
- px-odoo $ODOO_VERSION
16+
- px-odoo 19.0-always_handle_notifications_in_odoo
17+
- px-odoo 19.0-backport-checkbox-improvements-autopatch
18+
- px-odoo 19.0-mail_disable_relay_notification
19+
- px-odoo 19.0-web-bring-back-print-button
20+
21+
./crm:
22+
defaults:
23+
depth: 300
24+
remotes:
25+
oca-crm: https://github.com/OCA/crm.git
26+
px-crm: https://github.com/Pyxiris/crm.git
27+
target: agg
28+
merges:
29+
- oca-crm $ODOO_VERSION
30+
31+
./server-brand:
32+
defaults:
33+
depth: 300
34+
remotes:
35+
oca-server-brand: https://github.com/OCA/server-brand.git
36+
target: agg
37+
merges:
38+
- oca-server-brand $ODOO_VERSION
39+
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+
51+
./web:
52+
defaults:
53+
depth: 500
54+
remotes:
55+
oca-web: https://github.com/OCA/web.git
56+
px-web: https://github.com/Pyxiris/web.git
57+
target: agg
58+
merges:
59+
- oca-web $ODOO_VERSION

0 commit comments

Comments
 (0)