모델, 모듈 및 앱

모델을 통해 데이터베이스의 논리적 구조와 데이터를 저장하거나 구성 및 조작하는 방법을 정합니다. 즉, 모델은 다른 테이블과 연결할 수 있는 정보의 테이블입니다. 일반적으로 모델은 판매 주문, 연락처 또는 품목 과 같은 비즈니스적인 개념을 나타냅니다.

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

스튜디오를 사용하여 새로 모델이나 앱을 생성하는 경우 최대 14개 기능을 추가하여 생성 프로세스 속도를 높일 수 있습니다. 해당 기능은 일반적으로 일부 표준 기능과 함께 사용되는 필드, 기본 설정 및 화면과 함께 번들로 제공됩니다. 대부분의 기능을 추후에 추가할 수 있지만, 처음부터 추가해 놓으면 모델 생성 프로세스가 훨씬 쉬워집니다. 또한 이러한 기능은 함께 사용하면 경우에 따라 더욱 편리하게 사용할 수 있습니다.

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

연락처 상세 정보

연락처 세부 정보 를 선택하면 에 다대일 필드 에 추가되며, 이 내용은 연락처 모델 및 관련 필드전화이메일 두 개의 필드에 연결되어 있습니다. 연락처 필드는 목록 보기 네도 추가되며 및 지도 보기 기능이 활성화됩니다.

Example

Contact details feature on the Form view

사용자 배정

사용자 지정 `을 선택하면 *연락처* 모델에 연결된 :ref:`양식 보기 <studio/views/general/form> 에 다음 다대일 필드 <studio/fields/relational-fields/many2one>`가 추가되고 :guilabel:`도메인: 공유 사용자가 설정되지 않음`으로 *내부 사용자* 선택할 있도록 허용합니다. 또한 사용자의 아바타를 표시하기 위해 :guilabel:`다대일용 사용자 아바타 위젯을 사용합니다. 목록 보기 에도 담당자 필드가 추가됩니다.

Example

User assignment feature on the Form view

날짜 & 캘린더

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

날짜 범위 & 간트

날짜 범위 및 간트 를 선택하면 옆에 있는 양식 보기 에 두 개의 날짜 필드 가 나란히 추가됩니다. 한 필드에서는 시작일을 설정하고 다른 필드에서는 날짜 범위 위젯을 사용하여 종료일을 설정한 후 간트 보기 를 활성화합니다.

파이프라인 단계

파이프라인 단계 를 선택하면 칸반 보기 가 활성화되고 우선순위 <studio/fields/simple-fields/priority> 및 :guilabel:`칸반 상태 와 같은 여러 가지 필드와 신규, 진행 중완료 의 세 단계가 추가됩니다. 파이프라인 상태 표시줄칸반 상태양식 보기 에 추가됩니다. 목록 보기 <studio/views/multiple-records/list>`에는 :guilabel:`색상 이 추가됩니다.

참고

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.

이와 같은 사용자 지정 항목을 다른 데이터베이스에 가져와서 설치하려면 대상 데이터베이스에 연결하고 기본 현황판 ‣ 스튜디오 ‣ 사용자 지정 ‣ 가져오기 로 이동한 다음 내보낸 ZIP 파일을 업로드한 후 :guilabel:` 가져오기` 버튼을 클릭합니다.

경고

가져오기 전에 대상 데이터베이스에 있는 앱 및 모듈이 원본 데이터베이스와 동일한지 확인합니다. 스튜디오에서는 내보낸 모듈에 종속하도록 하위 모듈이 추가되지 않습니다.