You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
702 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- List view for Department history-->
<record id="department_history_view_list" model="ir.ui.view">
<field name="name">department.history.view.list</field>
<field name="model">department.history</field>
<field name="arch" type="xml">
<list create="0" import="false">
<field name="employee_id" column_invisible="True"/>
<field name="employee_name" column_invisible="True"/>
<field name="changed_field"/>
<field name="updated_date"/>
<field name="current_value"/>
</list>
</field>
</record>
</odoo>