問題:列印格式錯誤,缺少第三方庫 libsass
解決:pip install libsass
問題:列印問題,無法預覽、列印
解決:安裝wkhtmltopdf, 並不是簡單的 pip install
步驟:安裝、新增環境變數
以預設安裝路徑為例,安裝路徑:c:\program files\wkhtmltopdf\bin
將路徑 c:\program files\wkhtmltopdf\bin 新增到系統環境變數 path 裡
檢查是否正確安裝
cmd 進入 windows shell ,輸入wkhtmltopdf -v
重啟odoo服務,完美解決
IIS部署問題彙總
一 win7 64bit下iis7.5無法連線access資料庫的解決方案 安裝注意事項 1 盡量全部安裝 2 啟用父路徑 在視窗中雙擊 asp 圖示,將 啟用父路徑 設定為true。老y文章管理系統,提示 資料庫連線出錯,請檢查inc config.asp裡的資料庫名稱及路徑是否正確。開啟iis管...
odoo發布與部署
一,系統為ubuntu 16.04.2 lts 64位。不推薦使用windows部署線上環境,因為其不支援odoo多程序work功能 三,步驟 作業系統配置 開始前先update 是同步 etc apt sources.list 和 etc apt sources.list.d 中列出的源的索引,這...
Docker環境部署問題彙總
具體docker相關使用指導參考 cannot connect to the docker daemon.is the docker daemon running on this host?sudo service docker startfailed to start docker.service...