N°9168 - merge data feature removal to iTop core code

N°9168 - phpstan fix

N°9168 - align module version with itop core
This commit is contained in:
odain
2026-02-24 10:40:34 +01:00
parent fe34a6f9c3
commit bd9129dee2
36 changed files with 1733 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
// PHP Data Model definition file
// WARNING - WARNING - WARNING
// DO NOT EDIT THIS FILE (unless you know what you are doing)
//
// If you provide a datamodel.xxxx.xml file with your module,
// this file WILL BE overwritten by the compilation of the
// module (during the setup) if the datamodel.xxxx.xml file
// contains the definition of new classes or menus.
//
// The recommended way to define new classes (for iTop 2.0 and later) is via the XML definition.
// This file remains in the module's template only for the cases where there is:
// - either no new class or menu defined in the XML file
// - or no XML file at all supplied by the module