Skip to Content
Menu
This question has been flagged
1 Reply
4416 Views

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.



Avatar
Discard

How did you install Odoo?

Best Answer
find . -name "odoo*"


Avatar
Discard