No because Tryton uses the Active Record pattern where class defines the fields and class define the table schema. It would be a circular dependency to create a class that depends on the data in the database.
But indeed it is doable but complex by replacing the full API of ModelView and ModelStorage.
There are no plan in Tryton. Tryton is a community project. It happens only what people put in it.