Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
谢谢2位大大的回复,我看了stock.location对象的代码后用了一个方法解决了self.pool.get('stock.location')._product_all_get( cr, uid, location_id, ids)传入location_id 和 product_ids就可以查询到自定义的库位情况
[quote author=mrshelly link=topic=2891.msg9738#msg9738 date=1334751378]如果工作流 中间状态怎么办呢? 工作流的trg_write trg_delete trg_create trg_validate trg_redirect trg_trigger clear_cache如何通过xmlrpc 调用呢? 谢谢校长....[/quote] 这些都是服务器端的方法,客户端没有直接调用的手段,似乎也不需要,一般在你开发的模块中调用
不明白你为什么这样做?1、要让不同用户看到的界面字段不同(隐藏一些字段)可以在view里写groups控制。2、把menu、action、view全部重写那就复制出来改xml_id就行了,为什么要inherit?