I tried to do sale report as nice format for printing. Just post my question on
https://www.odoo.com/forum/help-1/question/odoo-9-sale-analysis-adding-new-measures-129929
But nobody answer. So I post here, hope some...
I am running odoo 9 at www.johnstonebros.ie .
The website isn't loading css file after I changed some settings in Nginx Server Block file.
I just added
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
expires 365d;
}
to...
hi,
I have an odoo instance running at http://www.johnstonebros.ie:8069/
I want to run it at default port 80 with nginx server.
my nginx is working at http://www.johnstonebros.ie:8000
How can port 8069 to 80? Thanks.