I have an integration for Odoo and Odoo POS and I would like to differentiate between the two based on the URL.
Is it safe to always assume these URL formats?
Odoo: https://mydomain.com/web*
Odoo POS: https://mydomain.com/pos*
I'm looking to support version 9 onwards.
Thanks!