I can't figure out how I inherit only one or few selective fields for eg: my.model.main ---> my.model.test if model my.model.main has columns [a,b,c,d,e,f,g] , I want only to inherit columns [a,d,g] in the new model my.model.test Please share a sample code for odoo 12 Thank you :)