I am using delegation inheritance from res.partner model:
_name = "bostana.vendor"
_inherits = {"res.partner": "partner_id"}
,and I added some new fields in the "bostana.vendor" model. When I inherited the view form from "res.partner", I could not add my new fields in the form nor the related new action buttons.
Any suggestions please?