277
296
help="Reference of the document that generated this purchase order request."),
278
297
# UF-2267: Store also the parent PO as reference in the sourced PO
279
298
'parent_order_name': fields.many2one('purchase.order', string='Parent PO name', help='If the PO is created from a re-source FO, this field contains the relevant original PO name'),
301
'fnct_project_ref': fields.function(_get_project_ref, method=True, string='Project Ref.',
302
type='char', size=256, store=False,),