📅  最后修改于: 2022-03-11 14:57:42.850000             🧑  作者: Mango
# ‘which are services OR have a unit price which is NOT between 1000 and 2000’:
['|',
('product_type', '=', 'service'),
'!', '&',
('unit_price', '>=', 1000),
('unit_price', '<', 2000)]