remove views

This commit is contained in:
Wilson Gomez 2023-10-26 14:34:56 -05:00
parent bf949199d9
commit d7d64e1c63
1 changed files with 0 additions and 29 deletions

View File

@ -19,35 +19,6 @@ this repository contains the full copyright notices and license terms. -->
<field name="model">production,-1</field>
<field name="action" ref="act_done_productions"/>
</record> -->
<!-- work station -->
<record model="ir.ui.view" id="production_workstation_view_form">
<field name="model">production.workstation</field>
<field name="type">form</field>
<field name="name">production_workstation_view_form</field>
</record>
<record model="ir.ui.view" id="production_workstation_view_tree">
<field name="model">production.workstation</field>
<field name="type">tree</field>
<field name="name">production_workstation_view_tree</field>
</record>
<record model="ir.action.act_window" id="act_production_workstation">
<field name="name">Work Stations</field>
<field name="res_model">production.workstation</field>
</record>
<record model="ir.action.act_window.view" id="act_production_workstation_tree_view">
<field name="sequence" eval="10"/>
<field name="view" ref="production_workstation_view_tree"/>
<field name="act_window" ref="act_production_workstation"/>
</record>
<record model="ir.action.act_window.view" id="act_production_workstation_form_view">
<field name="sequence" eval="20"/>
<field name="view" ref="production_workstation_view_form"/>
<field name="act_window" ref="act_production_workstation"/>
</record>
<menuitem parent="production.menu_configuration"
action="act_production_workstation" sequence="130"
id="menu_production_workstation" icon="tryton-list"/>
<!-- configuration task views-->
<record model="ir.ui.view" id="configuration_task_tree">