category_id=fields.Many2one('product.category',string='Category') ------by this I can easily inherit Categories( of course along with Parent) into product.template model.
But for some reason I wanted show up the parent_id field from product.category to product.template Form view what I need to do?Please help