NOTE: Below is the original ticket but I am adding this note. We should generate the filters and forms with the same inheritance structure as the model. Not sure which milestone we'll address this in currently.
When having the following schema:
Ancestor:
actAs:
Timestampable:
Descendant:
inheritance:
extends: Ancestor
type: concrete
doctrine is unable to generate admin and forms correctly.
From what I've seen problems tends to occur when parent classes don't have columns in their structure, or they have behaviors that alter table's structure (timestampable being and example).