System

content type (model)

Internal name:contenttypes.ContentType
Implemented by:ContentType

Views on content type

  • content types (ContentTypes) (Menu Configure ‣ System ‣ content types)

Fields in content type

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), python model class name (model, CharField)

Actions on content type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Site configuration (model)

Internal name:system.SiteConfig
Implemented by:SiteConfig

Views on Site configuration

Fields in Site configuration

  • Next partner id (next_partner_id, IntegerField) – The next automatic id for any new partner.

  • Site owner (site_company, ForeignKey to Organization) – The organisation who runs this site.

    This is used e.g. as sender in documents. Or, newly created partners inherit the country of the site owner.

  • ... and ID (id, AutoField), Default build method (default_build_method, CharField), Clients account (clients_account, ForeignKey to Account), Sales VAT account (sales_vat_account, ForeignKey to Account), Sales Base account (sales_account, ForeignKey to Account), Suppliers account (suppliers_account, ForeignKey to Account), Purchases VAT account (purchases_vat_account, ForeignKey to Account), Purchases Base account (purchases_account, ForeignKey to Account)

Actions on Site configuration

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Rebuild site cache (do_build, BuildSiteCache)

EN DE FR

Table Of Contents

code pypi
user | technical