diff --git a/README.md b/README.md index 3f194f4..29aaed4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Hide Powered by Odoo (IT Mapan) =============================== -This module customizes various templates to replace all instances of "Powered by Odoo" with "Powered by IT Mapan". +This module customizes various templates to replace all instances of "Powered by Odoo" with "Powered by IT Mapan" and overrides the POS sleep/screensaver logo. Features: - Replaces Odoo logo/text on POS Customer Display sidebar and main section. @@ -9,3 +9,4 @@ Features: - Overrides login footer page to show "Powered by IT Mapan". - Replaces Odoo branding in Portal/Website promotion widgets. - Replaces Odoo branding in Email notifications layouts. +- Replaces the big Odoo logo on the POS sleep screen (screensaver) with the customized logo. diff --git a/__manifest__.py b/__manifest__.py index 0cf4a60..1678f42 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -30,6 +30,7 @@ Customized areas: 'assets': { 'point_of_sale._assets_pos': [ 'hide_powered_by_odoo/static/src/order_receipt_patch.xml', + 'hide_powered_by_odoo/static/src/saver_screen_patch.xml', ], 'point_of_sale.customer_display_assets': [ 'hide_powered_by_odoo/static/src/customer_display_patch.xml', diff --git a/static/src/img/logo.png b/static/src/img/logo.png new file mode 100644 index 0000000..5a05e33 Binary files /dev/null and b/static/src/img/logo.png differ diff --git a/static/src/saver_screen_patch.xml b/static/src/saver_screen_patch.xml new file mode 100644 index 0000000..700c812 --- /dev/null +++ b/static/src/saver_screen_patch.xml @@ -0,0 +1,8 @@ + + + + + + + +