[FIX]purchase_requisition: rename placeholder for origin document

bzr revid: csn@openerp.com-20130607115435-dvm5dvix6x4fj31c
This commit is contained in:
Cedric Snauwaert 2013-06-07 13:54:35 +02:00
parent 8314644517
commit 927d254cfd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<field name="date_start"/>
<field name="date_end"/>
<field name="schedule_date"/>
<field name="origin" placeholder="e.g. PO0025"/>
<field name="origin" placeholder="e.g. OP0025"/>
<field name="warehouse_id" widget="selection" groups="stock.group_locations"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>