Skip to content

Odoo 新手求助

No decsciption available
2.5k Topics 10.7k Posts
  • Odoo 8.0 生产原料一直增加

    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • 如何计算移动平均价

    4
    0 Votes
    4 Posts
    5k Views
    X

    odoo本身支持移动平均,但是还是不适合国内使用。
    odooi现有逻辑,是入库计算平均价格,这个没有问题,但是在国内决定采购价格,或者入库成本的因素有两个:
    1、关税等费用
    2、发票决定正式采购价格
    对于关税等费用问题,现在v8中加入离岸成本倒是可以解决,但是发票决定采购价格的延迟性无法解决。除非能够严格
    控制采购订单价格与开具发票价格严格一致,但是实际情况是有些不一致的。
    同时,采购退货与销售退货也会对成本又影响,这些因素导致对了国内成本计算复杂(针对商贸类,生产更复杂)。所以
    odoo的成本只能用作参考

  • 系统上线之前如何清空业务数据

    8
    0 Votes
    8 Posts
    8k Views
    X

    如果你懂数据库的话,你可以直接级联清除表的内容。(注意不是级联删除)
    我一直这样用,前提就是对表要清楚。
    上面说的建立帐套前备份空帐套,也是个办法。但是实际情况是,随着测试数据进入,一些配置也会调整,所以如果用以前的帐套恢复也会导致中间积累的配置丢失。
    各有利弊吧。

  • Odoo8.0安装后如何配置

    3
    0 Votes
    3 Posts
    3k Views
    卓忆

    [quote author=zhangshoug link=topic=16671.msg29232#msg29232 date=1414458052]
    我的机器debian wheezy,按照网上的教程apt-get install odoo安装完了,可是/etc/init.d/odoo start 起不来呀,还需要如何配置?
    [/quote]

    你是64位的 么?如果是,可以试试看步科 Linux绿色版的: https://github.com/buke/GreenOdoo/tree/8.0-linux64

  • Openerp二次开发的问题

    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • 0 Votes
    6 Posts
    4k Views
    ieitzybI

    L码,会不会还有个80D码?

  • 0 Votes
    5 Posts
    3k Views
    V

    嗯学习了,收藏下!

  • [新手求助]openerp 安装运行时错误 web不能运行

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • Openerp7.0有树(tree)控件吗?不是tree视图

    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • 安装OpenERP绿色版试用时提示错误

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • Openerp中的小数精度问题

    7
    0 Votes
    7 Posts
    7k Views
    Z

    [quote author=xuzan link=topic=11922.msg29115#msg29115 date=1412897574]
    为什么我的用户界面设置进去没有数据库选项的
    [/quote]

    需要打开用户的“技术特性”设置。
    https://www.odoo.com/forum/help-1/question/how-to-change-products-cost-decimal-precision-1299

  • Ubuntu 12.04server 下也遇到了 OE运行后自动停止

    5
    0 Votes
    5 Posts
    6k Views
    P

    odoo bug不少

  • Odoo 8.0 报价单不能发送邮件

    2
    0 Votes
    2 Posts
    3k Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    KevinKongK

    卸了怎么就不能重装了?

  • 0 Votes
    2 Posts
    1k Views
    No one has replied
  • Odoo v8 常见问题处理

    3
    0 Votes
    3 Posts
    4k Views
    N

    现象:
    用户已经赋予了很高的权限,但在创建客户时出现以下提示:
    Access Denied

    The requested operation cannot be completed due to security restrictions. Please contact your system administrator.

    (Document type: Partner, Operation: create)

    原因:

    在管理员设置该用户权限时,误选择了 public(中文翻译  公共或门户),而门户 这组 都不能 创建联系人。

    解决方案:

    在设置-用户 的其他选项中,取消 public 或 公共/门户

  • 如何更改数据的小数点精度

    5
    0 Votes
    5 Posts
    5k Views
    X

    其实能解决的人很多,但是就是没人愿意出来告诉大家。开源的东西到了中国就变成赚钱的了。

  • 0 Votes
    4 Posts
    3k Views
    M

    请问具体应该如何解决?
    服务器信息:
    Linux ubuntu-64-srv 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    错误信息:
    2014-10-08 02:47:57,298 1160 ERROR db_jzk openerp.service.web_services: Exception: 'ascii' codec can't decode byte 0xe5 in position 40: ordinal not in range(128)
    Traceback (most recent call last):
      File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 712, in go
        (result, format) = obj.create(cr, uid, ids, datas, context)
      File "/usr/lib/pymodules/python2.7/openerp/report/interface.py", line 83, in create
        xml = self.create_xml(cr, uid, ids, datas, context)
      File "/usr/lib/pymodules/python2.7/openerp/addons/mrp/report/price.py", line 116, in create_xml
        """ % to_xml(user_pool.browse(cr, uid, uid).company_id.name)
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 40: ordinal not in range(128)
    2014-10-08 02:47:57,449 1159 INFO db_jzk werkzeug: 127.0.0.1 - - [08/Oct/2014 02:47:57] "POST /web/dataset/call_kw HTTP/1.0" 200 -
    2014-10-08 02:47:57,485 1159 INFO db_jzk werkzeug: 127.0.0.1 - - [08/Oct/2014 02:47:57] "POST /web/menu/load_needaction HTTP/1.0" 200 -
    2014-10-08 02:47:57,630 1160 ERROR db_jzk openerp.netsvc: ascii

            <config>
                <date>2014骞?0?8妤 10娑47?7绉
    40
    41
    ordinal not in range(128)
    (<type 'exceptions.UnicodeDecodeError'>, UnicodeDecodeError('ascii', '\n        <config>\n            <date>2014\xe5\xb9\xb410\xe6\x9c\x8808\xe6\x97\xa5 10\xe6\x97\xb647\xe5\x88\x8657\xe7\xa7\x92', 40, 41, 'ordinal not in range(128)'), <traceback object at 0x7f1f10468908>)
    Traceback (most recent call last):
      File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 296, in dispatch_rpc
        result = ExportService.getService(service_name).dispatch(method, params)
      File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 654, in dispatch
        res = fn(db, uid, *params)
      File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 760, in exp_report_get
        return self._check_report(report_id)
      File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 738, in _check_report
        netsvc.abort_response(exc, exc.message, 'warning', exc.traceback)
      File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 71, in abort_response
        raise openerp.osv.osv.except_osv(description, details)
    except_osv: (u'ascii\n\n        <config>\n            <date>2014\u5e7410\u670808\u65e5 10\u65f647\u520657\u79d2\n40\n41\nordinal not in range(128)', (<type 'exceptions.UnicodeDecodeError'>, UnicodeDecodeError('ascii', '\n        <config>\n            <date>2014\xe5\xb9\xb410\xe6\x9c\x8808\xe6\x97\xa5 10\xe6\x97\xb647\xe5\x88\x8657\xe7\xa7\x92', 40, 41, 'ordinal not in range(128)'), <traceback object at 0x7f1f10468908>))

  • 求助:关于销售菜单下Sales Teams报错的问题

    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • Odoo集成的项目管理和日常工作流?

    3
    0 Votes
    3 Posts
    3k Views
    P

    odoo能cover feng office很多功能啊