config: allow setting of holidays for each user

This commit is contained in:
Frederik Jaeckel 2024-06-01 13:33:45 +02:00
parent 73a7c1d86c
commit b5f774003f
7 changed files with 110 additions and 0 deletions

15
config.xml Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!-- This file is part of the cashbook-planner from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="configuration_view_form">
<field name="model">cashbook.configuration</field>
<field name="inherit" ref="cashbook.configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
</data>
</tryton>