Browse Source
Merge pull request #66 from nicolasj77/purchase_search_product_bees
[IMP] Purchase search product bees
pull/67/head
Nicolas Jamoulle
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beesdoo_purchase/views/purchase_order.xml
|
|
@ -9,7 +9,7 @@ |
|
|
|
<field name="create_uid"/> |
|
|
|
</field> |
|
|
|
<field name="product_id" position="attributes"> |
|
|
|
<attribute name="domain">[('main_seller_id','=', parent.partner_id)]</attribute> |
|
|
|
<attribute name="domain">[('main_seller_id','=', parent.partner_id), ('purchase_ok', '=', True)]</attribute> |
|
|
|
</field> |
|
|
|
</field> |
|
|
|
</record> |
|
|
|