【发布时间】:2014-09-29 15:17:45
【问题描述】:
我是 OpenErp7 的初学者。 我想在物料清单中显示产品成本 (product.standard_price?) 和公式产品成本 * 项目编号
我已经试过了
'price': fields.related('product_id','product_tmpl_id.standard_price',type='float', size=64, relation="product.product", string="Price", store=True),
'standardprice': fields.related('product_id','standard_price',type='float', size=64, relation="product.product", string="Standard Price", store=True),
但它不起作用......我会很感激任何提示
提前致谢 大卫
【问题讨论】: