我安装了 Odoo 14 但当我运行终端时它显示 odoo 15
我安装了 Odoo 14,但是当我运行终端时,它显示 odoo 版本 15。 当我尝试安装模块 Hr_payroll 时,它会抛出以下错误。
<data name="dashboard assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_view.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_renderer.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_model.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_controller.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_model_extension.js"/>
<link rel="stylesheet" type="text/scss" href="/web_dashboard/static/src/scss/dashboard_view.scss"/>
</xpath>
</data>
我想运行 odoo 14 并安装模块 hr_payroll。 先感谢您。
I installed Odoo 14 but when i run my terminal it shows odoo version 15.
When I try to Install the module Hr_payroll it throws the following error.
<data name="dashboard assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_view.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_renderer.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_model.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_controller.js"/>
<script type="text/javascript" src="/web_dashboard/static/src/js/dashboard_model_extension.js"/>
<link rel="stylesheet" type="text/scss" href="/web_dashboard/static/src/scss/dashboard_view.scss"/>
</xpath>
</data>
I want to run odoo 14 and install the module hr_payroll.
Thank You in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在终端中尝试这个命令
try this command in terminal