Daily updates from Odoo
Wednesday, August 7, 2024
1 change · master
Resolved issues and error corrections
The Barcode app header now shows the option to install it as a PWA again after it was lost during a redesign. Users running the Barcode app as a PWA also get a visible logout button, making access and session management clearer.
Original PR description
This commit fixes the missing button from the UI. This happened since the app was entirely redesigned in commit (1), and this part of the template was not copied when rewriting the template. Now, the button is displayed once again, and a logout button is displayed as well when being run inside the Barcode PWA. 1) 2d5dbb93e6b33c2be786f9b2361c993f715d1a7f Before this commit:  After this commit:  In the app (logout button): 