优化页面展示
This commit is contained in:
@@ -49,17 +49,6 @@
|
|||||||
<group>
|
<group>
|
||||||
<field name="customer_id" context="{'is_customer': True }"
|
<field name="customer_id" context="{'is_customer': True }"
|
||||||
options="{'no_create': True}"/>
|
options="{'no_create': True}"/>
|
||||||
<field name="material_id" options="{'no_create': True}"/>
|
|
||||||
<field name="material_model_id" options="{'no_create': True}"/>
|
|
||||||
<!-- <field name="process_id"/>-->
|
|
||||||
<field name="parameter_ids" widget="many2many_tags" string="表面工艺参数"
|
|
||||||
options="{'no_create': True}"/>
|
|
||||||
<field name="machining_precision"/>
|
|
||||||
<field name="quantity" options="{'format': false}"/>
|
|
||||||
<field name="unit_price"/>
|
|
||||||
<field name="price" options="{'format': false}"/>
|
|
||||||
</group>
|
|
||||||
<group>
|
|
||||||
<field name="upload_model_file" widget="many2many_binary"/>
|
<field name="upload_model_file" widget="many2many_binary"/>
|
||||||
<field name="model_file" widget="Viewer3D" string="模型" readonly="1" force_save="1"
|
<field name="model_file" widget="Viewer3D" string="模型" readonly="1" force_save="1"
|
||||||
attrs="{'invisible': [('model_file', '=', False)]}"/>
|
attrs="{'invisible': [('model_file', '=', False)]}"/>
|
||||||
@@ -79,7 +68,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<field name="model_volume" attrs="{'invisible': [('model_file', '=', False)]}"
|
<field name="model_volume" attrs="{'invisible': [('model_file', '=', False)]}"
|
||||||
options="{'format': false}"/>
|
options="{'format': false}"/>
|
||||||
|
<field name="material_id" options="{'no_create': True}"/>
|
||||||
|
<field name="material_model_id" options="{'no_create': True}"/>
|
||||||
|
<!-- <field name="process_id"/>-->
|
||||||
|
<field name="parameter_ids" widget="many2many_tags" string="表面工艺参数"
|
||||||
|
options="{'no_create': True}"/>
|
||||||
|
<field name="machining_precision"/>
|
||||||
<field name="processing_time"/>
|
<field name="processing_time"/>
|
||||||
|
<field name="quantity" options="{'format': false}"/>
|
||||||
|
<field name="unit_price"/>
|
||||||
|
<field name="price" options="{'format': false}"/>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
|
|||||||
Reference in New Issue
Block a user