[FIX] purchase(_requisition): typo negociation -> negotiation

This commit is contained in:
Will Stott 2014-11-07 10:10:00 +00:00 committed by Martin Trigaux
parent f1c70d4cc9
commit c854404a2c
2 changed files with 2 additions and 2 deletions

View File

@ -377,7 +377,7 @@
<p class="oe_view_nocontent_create">
Click to create a request for quotation.
</p><p>
The quotation contains the history of the discussion/negociation
The quotation contains the history of the discussion/negotiation
you had with your supplier. Once confirmed, a request for
quotation is converted into a purchase order.
</p><p>

View File

@ -155,7 +155,7 @@
<field name="name" string="Call for Bids"/>
<field name="exclusive" />
<filter icon="terp-document-new" name="draft" string="New" domain="[('state','=','draft')]" help="New Call for Bids"/>
<filter icon="terp-camera_test" string="Confirmed" domain="[('state','=','in_progress')]" help="Call for Bids in negociation"/>
<filter icon="terp-camera_test" string="Confirmed" domain="[('state','=','in_progress')]" help="Call for Bids in negotiation"/>
<filter icon="terp-dialog-close" string="Closed Bids" domain="[('state','=','open')]" help="Call for Bids where bids are closed"/>
<separator/>
<filter icon="terp-personal-" string="Unassigned" domain="[('user_id','=', False)]" help="Unassigned Requisition"/>