Update attendances module

Add services files directory configuration to application.properties
This commit is contained in:
Kheireddine Mehdi
2024-11-18 15:55:30 +01:00
parent 8d8a94b65f
commit bfd7091360
30 changed files with 1445 additions and 208 deletions

View File

@@ -9,8 +9,8 @@
<string name="name" title="Name"/>
<string name="code" title="Code"/>
<integer name="departmentLevel" title="Level"/>
<many-to-one name="company" ref="com.axelor.apps.base.db.Company"/>
<integer name="departmentLevel" title="Level" />
<many-to-one name="parentDepartment" ref="com.axelor.apps.base.db.CompanyDepartment"/>