-
미분류
- [0] Introduction
- [1] Module Structure
- [2] Models & Fields
- [3] Data introduction
- [4] Introduction to Security
- [5] Actions & Menus
- [6] Basic Views
- [7] Relational Fields
- [8] Fields computation
- [9] Fields Onchange
- [10] Actions
- [11] Constraints
- [12] Inline Views
- [13] Widgets
- [14] Ordering
- [15] Advanced Views
- [16] Advanced searches
-
[17] More buttons
-
[18] Model Inheritance
-
[19] View Inheritance
-
[END]
1.
What are the elements needed in order to create manual ordering ?
Have an integer field for that purpose.
Use an integer field in the model _order attribute.
Define the integer field in the tree view.
Define the widget attribute of the field in the view.
Define the widget attribute of the field in the python file.
Set the widget attribute as "handle".
Set the widget attribute as "order"
추가 리소스
수강자만 접근할 수 있는 콘텐츠입니다.