Files
tradon/modules/timesheet_cost/timesheet.xml
2026-03-14 09:42:12 +00:00

23 lines
943 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.model.field.access"
id="model_field_access_timesheet_cost_price">
<field name="model">timesheet.line</field>
<field name="field">cost_price</field>
<field name="perm_read" eval="False"/>
<field name="perm_write" eval="False"/>
</record>
<record model="ir.model.field.access"
id="model_field_access_timesheet_cost_price_admin">
<field name="model">timesheet.line</field>
<field name="field">cost_price</field>
<field name="group" ref="party.group_party_admin"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
</record>
</data>
</tryton>