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).
现在有一个需求是这样的: 1、首先【库位】这个档案,有一个 “仓库”的字段 2、现在某单据存在“仓库”的字段(store_id),此单据明细 存在 “库位”的字段(goods_place_id) 3、现在要求,更改单据store_id时, 明细中的 goods_place_id 只能选择 【库位】档案中 “仓库”字段 与 store_id相同的 库位。此需求如何实现?
这个应该是两个两个数据模型吧。可以添加一个关系型数据,例如:many2one,或者many2many这种的来使得两个模型之间有联系,你可以通过def方法来实现。因为不知道你们的项目是什么样子的。你可以试试?