The Lino Book Logo
20.1
  • Welcome
  • About Lino
  • Demo sites
  • Newbie Guide
  • Developer Guide
  • Contributor Guide
  • Hosting Guide
  • User Guide
  • Specs
  • API
    • The lino package
    • The lino_xl package
      • lino_xl.lib
        • Contacts management
        • Groupware
        • Calendar functionalities
        • Office functionalities
        • ERP
        • System extensions
        • Miscellaneous
        • Content management
        • Accounting stuff
        • Plugin namespaces
        • Experimental and not much used
    • The lino_react package
    • The lino_book package
    • Lino applications covered by the book
    • The commondata packages
  • Changes
  • News
The Lino Book
  • Docs »
  • API »
  • lino_xl.lib »
  • lino_xl.lib.humanlinks
Next Previous

lino_xl.lib.humanlinks¶

Defines "parency links" between two "persons", and a user interface to manage them.

This module is probably useful in combination with lino_xl.lib.households.

choicelists

Choicelists for lino_xl.lib.humanlinks.

models

Database models for lino_xl.lib.humanlinks.

(This module's source code is available here.)

Classes

Plugin(site, app_label, app_name, ...)

Extends lino.core.plugin.Plugin.

class lino_xl.lib.humanlinks.Plugin(site, app_label, app_name, app_module, needed_by)¶

Bases: lino.core.plugin.Plugin

Extends lino.core.plugin.Plugin.

person_model = 'contacts.Person'¶

A string referring to the model which represents a human in your application. Default value is 'contacts.Person' (referring to lino_xl.lib.contacts.Person).

Next Previous

© Copyright 2002-2021 Rumma & Ko Ltd Last updated on Mar 08, 2021.

Built with Sphinx using a theme provided by Read the Docs. Source code. Online Link. Share on Facebook or Twitter.
© Copyright 2002-2021 Rumma & Ko Ltd. Last updated on Mar 08, 2021. Created using Sphinx 3.4.2. Show Source. Online Link.