Skip to content

Odoo 新手求助

2.4k Topics 10.6k Posts

No decsciption available

  • 图表中横坐标文字是倒过来的,怎么处理?

    3
    0 Votes
    3 Posts
    4k Views
    T
    附件图是从先安博客上截的图,横坐标怎么调整字体方向的
  • 那个啥,6.1安装后客户管理没有历史标签页的解决方法

    5
    0 Votes
    5 Posts
    4k Views
    M
    在OE中也可以. 只要你稀饭....
  • 請教報表rml中的程式撰寫

    7
    0 Votes
    7 Posts
    5k Views
    M
    <br />....<br />&lt;td&gt;[[ getorigininv(name, type, product_id)]]&lt;/td&gt;<br />....<br />
  • 工具栏上的英文是在哪儿翻译的?

    6
    0 Votes
    6 Posts
    4k Views
    T
    [quote author=mrshelly link=topic=2848.msg9599#msg9599 date=1332727688][quote author=mrshelly link=topic=2848.msg9588#msg9588 date=1332507648]重新载入一次官方翻译....[/quote]载入后, 最好重启一下 server.[/quote]可以了,谢谢
  • 請教用於定義報表格式的rml檔中如何撰寫判斷式

    4
    0 Votes
    4 Posts
    3k Views
    K
    感謝
  • 恢复数据库

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • 6.0.3版本为什么WEB client不能使用

    4
    0 Votes
    4 Posts
    4k Views
    L
    可以了,谢谢!
  • 0 Votes
    8 Posts
    14k Views
    A
    谢谢,按说明解决。
  • 问题:ebay connector模块中libxml2.parseDoc()方法不存在?

    4
    0 Votes
    4 Posts
    4k Views
    X
    digitalsatori, 我爱死你了,用你的建议就成功解决问题了,谢谢啦!!!
  • Button 指定 groups 中發生了錯誤訊息

    6
    0 Votes
    6 Posts
    5k Views
    D
    感謝 mrshelly 回應.重點是 button 加了前綴後..不會有錯誤問題了..但 workflow 的button 不會按照所設置的 groups 而已現PS. groups="base.group_hr_user" 反推一下hr_security.xml 中他的 id 是不是就加了前綴<?xml version="1.0" encoding="utf-8"?><openerp><data noupdate="1">    <record id="base.group_hr_manager" model="res.groups">        <field name="name">Human Resources / Manager</field>    </record>    <record id="base.group_hr_user" model="res.groups">        <field name="name">Human Resources / User</field>    </record></data></openerp>
  • 报告6.1使用中发现的几个bug

    3
    0 Votes
    3 Posts
    3k Views
    M
    Meeting 出错... 是BUG.... ..
  • 关于安装时不能选择数据库的问题

    3
    0 Votes
    3 Posts
    4k Views
    D
    闲人已乘黄鹤去
  • 新人请教 openerp可以安装在虚拟主机上吗?

    3
    0 Votes
    3 Posts
    4k Views
    M
    不阔以。推荐买VPS
  • 关于数据导入 - 一个引号引发的惨案

    4
    0 Votes
    4 Posts
    4k Views
    M
    遇到过.... 这个可以算是导出的一个BUG... 没有正确处理好引号...:D
  • 弱问怎么设置公司部门啊

    4
    0 Votes
    4 Posts
    3k Views
    T
    ;)一句话点醒梦中人啊
  • 安装中文报表模块问题

    4
    0 Votes
    4 Posts
    3k Views
    T
    谢谢了
  • 0 Votes
    4 Posts
    8k Views
    W
    create根据给定值创建记录 (cr, user, vals, context=None) 参数:    * cr —— 数据库游标    * user —— 当前用户id    * vals —— 字段:值的字典 关系型字段的值用如下方式表示* many2many 字段 : [(6, 0, list of ids)] (example: [(6, 0, [8, 5, 6, 4])])* one2many 字段 : [(0, 0, dictionary of values)] (example: [(0, 0, {‘field_name’:field_value, ...})])* many2one 字段 : 关联记录的ID* reference 字段 : model name, id (例: ‘product.product, 5’)many2many 字段 :                (0, 0,  { values })    link to a new record that needs to be created with the given values dictionary                (1, ID, { values })    update the linked record with id = ID (write values on it)                (2, ID)                remove and delete the linked record with id = ID (calls unlink on ID, that will delete the object completely, and the link to it as well)                (3, ID)                cut the link to the linked record with id = ID (delete the relationship between the two objects but does not delete the target object itself)[size=24pt][color=red]                (4, ID)                link to existing record with id = ID (adds a relationship)[/color][/size]                (5)                    unlink all (like using (3,ID) for all linked records)                (6, 0, [IDs])          replace the list of linked IDs (like using (5) then (4,ID) for each ID in the list of IDs)one2many 字段:                (0, 0,  { values })    link to a new record that needs to be created with the given values dictionary                (1, ID, { values })    update the linked record with id = ID (write values on it)                (2, ID)                remove and delete the linked record with id = ID (calls unlink on ID, that will delete the object completely, and the link to it as well)    * context —— 上下文,如语言、时区等 返回值: 新记录的id 异常: AccessError —— 如果用户没有创建这个对象的权限ValidateError —— 如果用户在字段中输入的值不在该字段的selection参数的范围内
  • 0 Votes
    4 Posts
    3k Views
    T
    原来这样啊,多谢指点
  • 新手開發上的問題..ECO 模塊

    5
    0 Votes
    5 Posts
    5k Views
    D
    原來它分開寫了..又了解了..
  • 采购订单打印成PDF档为什么中文显示不出来

    7
    0 Votes
    7 Posts
    6k Views
    L
    可以了,谢谢!