Models, modules, and apps

Models determine the logical structure of a database and how data is stored, organized, and manipulated. In other words, a model is a table of information that can be linked with other tables. A model usually represents a business concept, such as a sales order, contact, or product.

Modules and apps contain various elements, such as models, views, data files, web controllers, and static web data.

Примітка

All apps are modules. Larger, standalone modules are typically referred to as apps, whereas other modules usually serve as add-ons to said apps.

Suggested features

When you create a new model or app with Studio, you can choose to add up to 14 features to speed up the creation process. These features bundle fields, default settings, and views that are usually used together to provide some standard functionality. Most of these features can be added later on, but adding them from the start makes the model creation process much easier. Furthermore, these features interact together in some cases to increase their usefulness.

Example

Creating a model with the Зображення and Етапи конвеєру features enabled adds the image in the card layout of the Kanban view.

Combination of the Picture and Pipeline stages features on the Kanban view

Деталі контакту

Selecting Contact details adds to the Form view a Many2One field linked to the Contact model and two of its Related Fields: Phone and Email. The Contact field is also added to the List view, and the Map view is activated.

Example

Contact details feature on the Form view

Призначення користувача

Selecting User assignment adds to the Form view a Many2One field linked to the Contact model, with the following Domain: Share User is not set to only allow the selection of Internal Users. In addition, the many2one_avatar_user widget is used to display the user’s avatar. The Responsible field is also added to the List view.

Example

User assignment feature on the Form view

Дата та календар

Selecting Date & Calendar adds to the Form view a Date field and activates the Calendar view.

Діапазон дат і діаграма Ганта

Selecting Date range & Gantt adds to the Form view two Date fields next to each other: one to set a start date, the other to set an end date, using the daterange widget, and activates the Gantt view.

Етапи конвеєру

Selecting Pipeline stages activates the Kanban view, adds several fields such as Priority and Kanban State, and three stages: New, In Progress, and Done. The Pipeline status bar and the Kanban State field are added to the Form view. The Color field is added to the List view.

Примітка

The Pipeline stages feature can be added at a later stage.

Мітки

Selecting Tags adds to the Форма and Список views a Tags field, creating a Tag model with preconfigured access rights in the process.

Зображення

Selecting Picture adds to the top-right of the Form view an Image field.

Примітка

The Picture feature can be added at a later stage.

Рядки

Selecting Lines: adds to the Form view a Lines field inside a Tab component.

Примітки

Selecting Notes adds to the Form view an Html field using the full width of the form.

Грошова вартість

Selecting Monetary value adds to the Форма and Список views a Monetary field. The Графік and Зведена таблиця views are also activated.

Примітка

A Currency field is added and hidden from the view.

Компанія

Selecting Company adds to the Форма and Список views a Many2One field linked to the Company model.

Примітка

This is only useful if you work in a multi-company environment.

Кастомне сортування

Selecting Custom Sorting adds to the List view a drag handle icon to manually reorder records.

Example

Custom Sorting feature on the List view

Чатер

Selecting Chatter adds to the Form view Chatter functionalities (sending messages, logging notes, and scheduling activities).

Примітка

The Chatter feature can be added at a later stage.

Example

Chatter feature on the Form view

Архівування

Selecting Archiving adds to the Форма and Список views the Archive action and hides archived records from searches and views by default.

Export and import customizations

When you do any customization with Studio, a new module named Studio customizations is added to your database.

To export these customizations, go to Main dashboard ‣ Studio ‣ Customizations ‣ Export to download a ZIP file containing all customizations.

To import and install these customizations in another database, connect to the destination database and go to Main dashboard ‣ Studio ‣ Customizations ‣ Import, then upload the exported ZIP file before clicking on the Import button.

Попередження

Before importing, make sure the destination database contains the same apps and modules as the source database. Studio does not add the underlying modules as dependencies of the exported module.