Installing the complete Accounting module #613
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 19 replies
-
Did you add the odoo/enterprise repository to addons.yaml? |
Beta Was this translation helpful? Give feedback.
-
With a copier template populated, you can do
|
Beta Was this translation helpful? Give feedback.
-
I like this suggestion for the fact that it can be run directly in wsl outside the container. Unfortunately, problems arise :( First, invoke install cannot be passed an exception list as with the -W parameter of the addons script. Currently I need to exclude de "pad" related modules as trying to install them generates a breaking error: During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): This error can be avoided by running:
Anyways, thanks to you guys, my current updated understanding is whatever command I use to install enterprise modules (addons script, invoke install, odoo-filter-addons), I need to modify the default repos.yaml for that to work. Am I on the right track? If yes, what modification do I need in the file and other related changes maybe? Thanks alot again. I'm sure this precious info will be useful to future Doodba noobs like me. Once my understanding is clear, I'll evaluate the possibility of creating a YT video to that effect :-) |
Beta Was this translation helpful? Give feedback.
in your repos.yaml you need to add the enterprise repository like this:
and provide credentials (oauth token in the url (bad idea), .netrc (only working in case you have a user access token or only one github url) or using ssh urls and keys)