Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

Partners in Lino Voga

>>> from lino_book.projects.voga2.startup import *

Partners in Lino Voga are polymorphic, i.e. the database has a series of models which are more or less specialized subclasses of a partner.

In Lino Voga we differentiate the following subclasses of Partner:

digraph foo {
  "Partner" -> "Organization"
  "Partner" -> "Person"
  "Partner" -> "Household"
}