I want to override(delete) the action_invoice_sent
and the invoice_validate
from portal_sale module.
These methods override the original methods from account_invoice module.
This is a schema : Original methods <--is overridden by-- portal_sale methods <--is overridden by-- my custom module
How can I inherit from portal_sale methods and not from Original methods ?