Skip to content

Odoo 开发与实施交流

No decsciption available
2.3k Topics 10.4k Posts
  • 在哪里修改看板的视图默认显示的数量???

    7
    0 Votes
    7 Posts
    4k Views
    mrshellyM

    哦.. 测试过了那就肯定是有问题了...  你可以直接去web_kanban模块的JS中直接写死limit 暂时解决. 然后去官网提BUG....

  • 怎么向Openerp中导入数据

    3
    0 Votes
    3 Posts
    2k Views
    卓忆

    odoo 中先 把 需要 的字段 ,导出 下
    导出 参考:http://shine-it.net/index.php/topic,16284.msg27633.html#msg27633

    然后 在excel 把数据 编辑好,

    导入 odoo 的 时候 注意,用 libre office 保存为 utf8 的 字符集 的 csv.

    [attachimg=1][attachimg=2]

  • 手机app怎么登陆openerp?

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • Sale order和purchase order的关系

    7
    0 Votes
    7 Posts
    4k Views
    A

    版主你太牛了,我去仔细看看 🙂 谢谢啦

  • 我是新员工,怎么在openerp中将订单提交给经理

    3
    0 Votes
    3 Posts
    2k Views

    自动提交 🙂

  • 寻求odoo开发合作方

    2
    0 Votes
    2 Posts
    948 Views
    No one has replied
  • Fields.dummy这个是用来定义字段的,具体是什么意思?

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • Odoo8.0 产品规格变量太多啦,快疯掉了,怎么破,求解

    5
    0 Votes
    5 Posts
    3k Views
    L

    多谢!规划中。。。。。

  • 0 Votes
    3 Posts
    3k Views
    mrshellyM

    你新建个项目呗...

  • 源代码安装的OE7.0为什么打印不了pdf报表?

    5
    0 Votes
    5 Posts
    4k Views
    R

    感谢‘保定’的追问!应该是我不够专业,说的不太准确。
    是这样的,我安装all-in-one的是可以直接打印pdf报表,而我在windows用eclipse配置源码的就不能打印pdf报表,是werkzeug版本太高了吗?

  • Odoo messagebox

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • Oe7.0在windows 上安装,经常会停掉服务!是什么问题?

    9
    0 Votes
    9 Posts
    5k Views
    D

    我也有一个windows平台下的(apache+mod_python),供大家参考吧。

    # -*- coding: utf-8 -*-<br /><br />import os, sys, time<br />from datetime import datetime<br />import requests, logging<br /><br />logging.captureWarnings(True)<br /><br />def _go():<br />&nbsp; &nbsp; os.system(&quot;sc stop Apache2.4&quot;)<br />&nbsp; &nbsp; os.system(&quot;sc start Apache2.4&quot;)<br />&nbsp; &nbsp; time.sleep(5)<br />&nbsp; &nbsp; print &#039;start Apache2 at %s&#039; % datetime.now()<br /><br />print &#039;Apache2 monitor started...&#039;<br /><br />while True:<br />&nbsp; &nbsp; time.sleep(30)<br />&nbsp; &nbsp; try:<br />&nbsp; &nbsp; &nbsp; &nbsp; print &#039;pinging web server at %s.&#039; % datetime.now()<br />&nbsp; &nbsp; &nbsp; &nbsp; r = requests.get(&#039;https://xxxxxxxxxxx&#039;, verify=False, timeout=5) #place a real url here.<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; if r.status_code != requests.codes.ok:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print &#039;server is dead at %s. restart it.&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _go()<br />&nbsp; &nbsp; &nbsp; &nbsp; else:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print &#039;Nothing new. Go on.&#039;<br />&nbsp; &nbsp; except Exception, e:<br />&nbsp; &nbsp; &nbsp; &nbsp; print &#039;Exception at %s, message is %s&#039; % ( datetime.now(), e.message)<br />&nbsp; &nbsp; &nbsp; &nbsp; print &#039;try to start Apache2.&#039;<br />&nbsp; &nbsp; &nbsp; &nbsp; _go()<br /><br />print &#039;Apache2 monitor ended...&#039;
  • 【分享】openerp功能模块的彻底删除

    5
    0 Votes
    5 Posts
    5k Views
    I

    如果因为模块影响系统运行或直接崩溃,进不了系统,可先直接删除插件;删除后就可进入系统,在执行上述步骤;

  • Openerp 中的 domain

    12
    0 Votes
    12 Posts
    16k Views
    JoshuaJ

    [quote author=a136794drt link=topic=5864.msg30713#msg30713 date=1437546279]
    domain好像并不适用model中的one2many字段,试过多次,没有过滤。
    [/quote]


    不知道你的domain语句是怎样的呢?实际上是适用x2m字段的,odoo默认模块就有这样的例子:

    &#91;&#039;|&#039;, (&#039;message_follower_ids&#039;,&#039;in&#039;,[user.partner_id.id]), (&#039;partner_id.id&#039;,&#039;=&#039;,user.partner_id.id)]
  • 0 Votes
    2 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    No one has replied
  • 货运代理公司 产品类型设置问题

    3
    0 Votes
    3 Posts
    2k Views
    卓忆

    你类型 就用 库存商品 又何妨,呵呵。

  • Mass_editing(批量编辑模块)

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • Odoo中如何实现对客户设备的信息管理

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • Odoo8.0打印保存为PDF0字节

    9
    0 Votes
    9 Posts
    10k Views
    wjfonhandW

    阿里云上的服务器ubuntu12.04没有x,安装wkhtmltopdf没问题。但是安装时看到它的依赖里确实有很多x用的库