Form views

在表单视图中,字段配置一致遵守相同的准则。显示的字段遵守以下的准则:

  • 默认情况下,每个字段由label开始,以字段名称代表该字段。

  • 字段在屏幕上按照从左到右,从上到下的顺序显示,是依照他们在视图中的显示顺序。

  • Every screen is divided into 4 columns, each column being able to contain either a label, or an “edition” field. As every edition field is preceded (by default) by a label with its name, there will be two fields (and their respective labels) on each line of the screen. The green and red zones on the screen-shot below, illustrate those 4 columns. They designate respectively the labels and their corresponding fields.

/doc_static/5.0/_images/sale_order.png

视图支持更多的高级选项:

  • 一个视图字段可以有多列。例如,下面的截图中,蓝框的区域事实上是一个“one to many”的字段。我们注意到该字段是整个屏幕的宽度,而不是一列。

    /doc_static/5.0/_images/sale_order_sale_order_lines.png

  • 我们同样可以做相反的操作:将一列分成任意的多列。上图中的绿框区域正好就说明这个情况。更准确的说,绿框看着是两列,其实包括着4列。

下面截图中蓝色的区域,是将对象的字段分成不同的标签。

/doc_static/5.0/_images/sale_order_notebook.png