Your question is not clear for me. But i noticed an error in your code. You missed an equal sign after _columns. Try below code.
class purchase_order_line(osv.osv):
_inherit = 'purchase.order.line'
_columns = {
'name':fields.text(string='Description')
}
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more