Skip to content

Commit 7b72731

Browse files
committed
[IMP] Add core modules to repos.yaml so that we can use
invoke install -e to install them as well as the extra modules.
1 parent 0d4f4ee commit 7b72731

2 files changed

Lines changed: 37 additions & 3 deletions

File tree

odoo/custom/src/addons.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
./odoo/addons:
2+
# Stock and sales
3+
- sale_management
4+
- point_of_sale
5+
- purchase
6+
- stock
7+
# Accounting/org
8+
- account
9+
- crm
10+
- contacts
11+
- mail
12+
- mass_mailing
13+
- im_livechat
14+
- project
15+
- calendar
16+
# Website
17+
- website
18+
- website_sale
19+
# Operations
20+
- mrp
21+
- fleet
22+
- repair
23+
- maintenanance
24+
# HR
25+
- hr
26+
- hr_expense
27+
- hr_holidays
28+
- hr_attendance
29+
- hr_skills
30+
# Technical
31+
- website_cf_turnstile
32+
133
./web:
234
- web_responsive
335
# - web_refresher
@@ -31,4 +63,6 @@
3163
- disable_odoo_online
3264
- website_debranding
3365
- mail_debranding
66+
- portal_debranding
67+
- remove_odoo_enterprise
3468
- sale_portal_debranding

odoo/custom/src/repos.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
px-odoo: https://github.com/Pyxiris/odoo.git
1010
ocb: https://github.com/OCA/OCB.git
1111
odoo: https://github.com/odoo/odoo.git
12-
openupgrade: https://github.com/OCA/OpenUpgrade.git
12+
# openupgrade: https://github.com/OCA/OpenUpgrade.git
1313
target: agg
1414
merges:
1515
- ocb $ODOO_VERSION
@@ -43,5 +43,5 @@
4343
target: agg
4444
merges:
4545
- oca-server-brand $ODOO_VERSION
46-
- oca-server-brand refs/pull/113/head
47-
- oca-server-brand refs/pull/120/head
46+
- oca-server-brand refs/pull/111/head # [19.0][ADD] web_debranding: add
47+
- oca-server-brand refs/pull/120/head # [19.0][ADD] sale_portal_debranding: Remove Odoo branding from sale portal page

0 commit comments

Comments
 (0)