Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions odoo/custom/src/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
# - mail_partner_opt_out
# - mail_restrict_follower_selection

./social:
- mail_plugin_inject_raw

./server-brand:
- disable_odoo_online
- website_debranding
Expand Down
14 changes: 13 additions & 1 deletion odoo/custom/src/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- px-odoo 19.0-mail_disable_relay_notification
- px-odoo 19.0-web-bring-back-print-button
- px-odoo 19.0-always_handle_notifications_in_odoo
- odoo refs/pull/273564/head # [FIX] web: Fix checkbox contrast (px-odoo 19.0-backport-checkbox-improvements)

./web:
defaults:
Expand All @@ -28,7 +29,18 @@
target: agg
merges:
- oca-web $ODOO_VERSION
- px-web 19.0-mig-web_dark_mode
- px-web 19.0-web_responsive_cleanup

./social:
defaults:
depth: 300
remotes:
oca-social: https://github.com/OCA/social.git
px-social: https://github.com/Pyxiris/social.git
target: agg
merges:
- oca-social $ODOO_VERSION
- px-social 19.0-mail_plugin_inject_raw

./server-brand:
defaults:
Expand Down
Loading