You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are updating manually the json file. But will be good that after update the main project oca_dependencies will automatic refresh this file.
Maybe, generate this file inside the container is better solution, this way we can use odoo-instance for whatever project we want.
When creating the json configuration file we need to also take into account the oca_dependencies files inside the dependencies repositories: this is required to ensure the complete update and function of the new databases generate via odoo-instance
# let us generate json with the current dependencies
$ pip install branchesv
# let us extract data from all the requirements.txt
$ pip reqgen
The text was updated successfully, but these errors were encountered:
Currently we are updating manually the json file. But will be good that after update the main project oca_dependencies will automatic refresh this file.
Maybe, generate this file inside the container is better solution, this way we can use odoo-instance for whatever project we want.
When creating the json configuration file we need to also take into account the oca_dependencies files inside the dependencies repositories: this is required to ensure the complete update and function of the new databases generate via odoo-instance
The text was updated successfully, but these errors were encountered: