跳至内容
菜单
此问题已终结
1 回复
4993 查看

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?

最佳答案
find . -name "odoo*"


形象
丢弃