Skip to content

Commit

Permalink
Merge 648712f into fb21da6
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone committed Feb 26, 2015
2 parents fb21da6 + 648712f commit e5d3336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ngo_purchase/view/purchase_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<field name="agreement_promised_date"
attrs="{'invisible': [('for_agreement', '=', False)]}" />
<field name="framework_agreement_id"
domain="[('draft', '=', False)]"/><!-- vertical-ngo/framework_agreement -->
domain="[('draft', '=', False),
('supplier_id', '=', partner_id)]"/><!-- purchase-workflow/framework_agreement -->
</group>
<group>
<field name="date_order"/>
Expand Down

0 comments on commit e5d3336

Please sign in to comment.