跳转至内容

Odoo 开发与实施交流

No decsciption available
2.3k 主题 10.5k 帖子
  • SO分批出货,从Delivery Orders生成销售发票出错,求解?

    2
    0 赞同
    2 帖子
    2k 浏览
    尚无回复
  • Openerp onchange 金额自动转为大写

    12
    0 赞同
    12 帖子
    7k 浏览
    W

    很有价值,谢谢分享,有待测试。

  • 不可分割物料在ERP 的领料

    4
    0 赞同
    4 帖子
    4k 浏览
    Q

    同求OE中的解决办法

  • 0 赞同
    8 帖子
    6k 浏览
    JoshuaJ

        /* The db module was intended to be used to store all the data needed to run the Point
        * of Sale in offline mode. (Products, Categories, Orders, ...) It would also use WebSQL
        * or IndexedDB to make the searching and sorting products faster. It turned out not to be
        * a so good idea after all.
        *
        * First it is difficult to make the Point of Sale truly independant of the server. A lot
        * of functionality cannot realistically run offline, like generating invoices.
        *
        * IndexedDB turned out to be complicated and slow as hell, and loading all the data at the
        * start made the point of sale take forever to load over small connections.
        *
        * LocalStorage has a hard 5.0MB on chrome. For those kind of sizes, it is just better
        * to put the data in memory and it's not too big to download each time you launch the PoS.
        *
        * So at this point we are dropping the support for offline mode, and this module doesn't really
        * make sense anymore. But if at some point you want to store millions of products and if at
        * that point indexedDB has improved to the point it is usable, you can just implement this API.
        *
        * You would also need to change the way the models are loaded at the start to not reload all your
        * product data.
        /

        / PosLS is a localstorage based implementation of the point of sale database.
        * FIXME: The Products definitions and categories are stored on the locastorage even tough they're
        * always reloaded at launch. This could induce a slowdown because the data needs to be reparsed from
        * JSON before each operation. If you have a huge amount of products (around 25000) it can also
        * blow the 5.0MB localstorage limit.
        */

  • 一起无法自动生成采购询价单的问题解决

    2
    0 赞同
    2 帖子
    2k 浏览
    尚无回复
  • 0 赞同
    4 帖子
    3k 浏览
    mrshellyM

    其实, 他只是想要开放一个"销售明细" 的 列表而已...

  • 分享第一次 上系统的 心得 (期初盘点)

    4
    0 赞同
    4 帖子
    3k 浏览
    mrshellyM

    感谢分享.....

  • 工作流指定人员审批模块

    3
    0 赞同
    3 帖子
    2k 浏览
    JoshuaJ

    感谢lz分享模块。

  • 如何获取客户端登录的IP地址(已解决)

    10
    0 赞同
    10 帖子
    7k 浏览
    JoshuaJ

    很好的分享

  • OpenERP案例研究(专注于ERP案例收集、研究、总结)

    10
    0 赞同
    10 帖子
    11k 浏览
    M

    mark

  • 企业外借入-> 销售,采购->还回 流程如何设置?

    6
    0 赞同
    6 帖子
    4k 浏览
    M

    mark

  • 工作流加审批记录模块

    3
    0 赞同
    3 帖子
    3k 浏览
    Y

    2013-12-10 修复以下内容:
    1. 去掉template中无用的节点
    2. 修正了客户端workflow请求中参数错误,原错误会导致wkf_logs表中记录的act_id出错,或者有时会出现找不到wkf_instance的错误
    3. 把workflow.logs的查看权限设置为base.group_user,即是所有雇员均能查看

  • 求助:OpenERP中的工作流,能否支持按条件判断流程的走向,如下图

    5
    0 赞同
    5 帖子
    4k 浏览
    J

    你的流程图有问题,应该是在部门主管审批后,有两个分支节点,一个是经理审批,一个是结束。
    这样的话,就有两个trans
    1、主管审批---经理审批
    2、主管审批---结束
    主管审批之后,到底跳转到那个节点,使用condition,具体使用方法可搜索工作流相关文档

  • 从OE中分离出来的 rml2pdf 部分

    5
    0 赞同
    5 帖子
    6k 浏览
    M

    mark

  • OpenERP的权限设置

    8
    0 赞同
    8 帖子
    10k 浏览
    M

    mark

  • OPENERP 库存管理源码分析(目前是库链分析)

    9
    0 赞同
    9 帖子
    19k 浏览
    M

    mark

  • 想实现一个根据产品作为BOM的原料而生成的所有产品列表的查询

    11
    0 赞同
    11 帖子
    15k 浏览
    M

    mark

  • OpenERP与Python 元编程

    12
    0 赞同
    12 帖子
    21k 浏览
    M

    mark

  • 一起应收款无法变成已付的解决

    7
    0 赞同
    7 帖子
    2k 浏览
    wjfonhandW

    7.0的 res.partner啊,哎。。。。。。。。。

    新建一个公司,把联系人放进客户公司里,这是很正常的思维。

    能够针对个人开发票,还能针对联系人的公司开发票,搅在一起不乱都难。

  • Create时候的问题,新手党

    2
    0 赞同
    2 帖子
    2k 浏览
    尚无回复