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
712 B

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