I installed Odoo 11 on Debian 9.
I installed Odoo by the followinf procedure :
wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
echo "deb http://nightly.odoo.com/11.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list
apt-get update && apt-get install odoo -y
For example in this topic : https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-show-company-logo-and-customer-details-in-pos-ticket-69631
Where can find /static/src/xml/pos.xml file from root directory ?
Thanks in advance.
How did you install Odoo?