-
Is there any plan to make doodba and other assocaited images compatible with other platforms like arm etc.
And meanwhile putting a note in the doc to specify this point. I have had hard time to impl…
-
Whenever `invoke img-pull` is run in a new project, docker uses cached images. But when running `invoke img-build --pull` it downloads the `tecnativa/doodba:${ODOO_VERSION}-onbuild` everytime!
How …
-
Not sure what you can do to be honest, maybe versioning of some kind for copier, but changing env vars and vscode configs while not respecting a pinned version using prior values is going to cause pro…
-
I selected to use external db which is already installed on host. But getting below error. Should I manually create db of same name?
odoo@ubuntu20:~/doodba$ invoke img-pull img-build --pull git-agg…
-
Impacted versions: Odoo 14.0-20210308 (Community Edition)
Steps to reproduce: browse to any module, like Apps
Current behavior: Page is totally broken.
```
Error:
Traceback:
Error: Inva…
-
Hello @yelizariev :wave:
It seems you added a test using this repo back there in https://github.com/Tecnativa/doodba/pull/261, and how I'm adding support for Odoo 14.0 in https://github.com/Tecnat…
-
Hi!
In several tests that I have done with doobda in v14 the website editor gives an error when trying to load:
`Traceback:
Error: Wysiwyg is undefined
willStart/
-
After any of the invoke commands that recreates the file, it is named `doodba.scaffolding-13.code-workspace`.
-
Look at how `self` looks in VSCode without the plugin:
![2020-10-21_10-02](https://user-images.githubusercontent.com/973709/96698533-86558480-138d-11eb-90ca-611a7f3617e8.png)
With it:
![2020-…
-
Hello
How is the correct way to scaffold a module with doodba with copier?
Odoo scaffold is:
./odoo-bin scaffold your_module_name addons/
¿How can I achieve this?
Thank you