私はこの方法を持っている: @api.multi
@api.constrains('order_lines', 'order_lines.qty', 'order_lines.isbn')
def check_quantity(self):
for rec in self:
if rec.order_lines:
for line in rec.order_
私は別のリストに追加するリストの値でPythonオブジェクトを連結しようとしています。しかし、私はこのように組み合わせることは考えていません。 my_rec.append("old_date") # these three are defined date fields
my_rec.append("test_date")
my_rec.append("new_date")
for r