Jinane Maksoud
Jinane Maksoud
The natural company order should return main companies first then sub companies. This is useful when updating charts of accounts so we always update the parent first. How to reproduce...
The natural company order should return main companies first then sub companies. This is useful when updating charts of accounts so we always update the parent first. How to reproduce...
The method `force_install_module` only works when the module already exists in the database and changes its state immediately. For new modules this does not work unless the module is explicitly...
The function `force_install_module` could be called before the discovery of new modules. The validation for the module itself is deferred so we could also be lenient with the dependency module...
When renaming a model and updating related m2m fields, the relation table and its columns are renamed but only manual fields meta data is updated, assuming that base fields will...