简体   繁体   English

使用 windows powershell 和 odoo 14 升级模块

[英]upgrade a module using windows powershell with odoo 14

Want to upgrade a custom module using windows powershell having odoo 14.. I have tried following code.but it shows FILEEXIST Error想要使用具有 odoo 14 的 windows powershell 升级自定义模块 .. 我尝试了以下代码。但它显示 FILEEXIST 错误

PS D:\odoo\server> D:\odoo\python\python.exe .\odoo-bin -c .\odoo.conf -d TEST  -u custom_module

I got following error我收到以下错误

FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\SERVER\\AppData\\Local\\OpenERP S.A\\Odoo\\filestore\\TEST\\fb'

How to resolve this如何解决这个问题

This looks rather straightforward to me.这对我来说看起来很简单。

C:\\Users\\SERVER\\AppData\\Local\\OpenERP S.A\\Odoo\\filestore\\TEST\\fb

It's saying this file already exists.就是说这个文件已经存在了。 Try deleting it prior to running the command.在运行命令之前尝试删除它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM