im trying to install this addon https://apps.odoo.com/apps/modules/18.0/document_management_system
V18 and i get this error
im running Odoo 18.0-20251121 (Community Edition)
the only dependency noted is discuss which is installed this is a new install on a self hosted network
please let me know if you need any more info, thank you
Invalid Operation
Error while importing module 'document_management_system'. Module loading document_management_system failed: file /tmp/tmppi18xj49/document_management_system/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_document_document' in field 'Model' No matching record found for external id 'model_document_document' in field 'Model' Missing required value for the field 'Model' (model_id) Missing required value for the field 'Model' (model_id)
Yes, but it is depend on where odoo setup.
its running inside a docker on unraid what do you need to know ive tried manually putting it in the plugin folder and going under debug mode and refreshing addons and saw it and it let me activate it but no document menu item displayed ive used the v17 before but v18 seems to have trouble
Ok, like you have successfully installed, right?
Hello,

You can import module which contains only data file as shown in screenshot.
Odoo Official: https://www.odoo.com/documentation/19.0/developer/tutorials/importable_modules.html#module-structure
Hope it is clear.