Replies: 1 comment
-
Hi @oesup, For now, installing
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current:
Clone this repository into your Odoo addons directory:
git clone https://github.com/apexive/odoo-llm
If we run the above command in the addons directory, the folder odoo-llm is created, and within the subfolder, the llm-* modules are placed.
However, if we don't make any other changes in the Odoo settings, it will not work. I tried adding the directory in the odoo.conf file, but this also didn't work (though I need to test it again). What did work, however, was moving all the llm-* modules from the subdirectory of odoo-llm to the addons directory and only if we updated the list in Odoo App settings.
Beta Was this translation helpful? Give feedback.
All reactions