python3.8 版本 ImportError: cannot import name 'clock' from 'time' (unknown location)
问题:odoo14python3.8提示ImportError:cannotimportname‘clock’from‘time’(unknownlocation),解决方案:原因是3.8已经放弃time的clock。解决方案:找到对应源文件,该里面的内容将time中的clock用process_time来替代fromtimeimportclockastimer改为fromtimeimportpr