如何在Odoo实例中跳过演示数据 [英] How to skip demo data in Odoo instance

查看:104
本文介绍了如何在Odoo实例中跳过演示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在ubuntu服务器上使用Odoo,我想跳过演示数据,我尝试了以下方法,但这并没有帮助我.

I'm using Odoo on ubuntu server, I want to skip the demo data, I tried the following way, but it does'nt help me out.

 --without-demo=True

然后我在__openerp__.py中删除了CRM模块的演示xml文件,但是客户字段中仍然有演示数据.

Then I deleted the demo xml files in __openerp__.py for CRM module, but there is still demo data in customers field.

是否还有其他可能的方法来跳过演示数据.

Is there any other potential way to skip the demo data.

任何输入将不胜感激.

推荐答案

使用此参数

--without-demo=all

考虑到它需要参数-d(数据库)和-i(要安装的模块)

Take into account that it requires the parameters -d (database) and -i (modules to install)

这篇关于如何在Odoo实例中跳过演示数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆