-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][IMP] resource_booking: pyproject.toml #144
base: 16.0
Are you sure you want to change the base?
[16.0][IMP] resource_booking: pyproject.toml #144
Conversation
This is not correct. The file goes inside a module folder, not on the root, and it's populated automatically by pre-commit when needed. |
But there is no such automation in 16.0, and I don't know how to set it up. |
Sorry, I meant to put it inside resource_booking. |
I don't get the goal of this, because it's perfectly fine working with the previous approach. Anyway, I don't use pip for Odoo and I don't like it. |
Have you tried uv as presented on the OCA days (see repo, slides and talk)? I think it is really cool. :)
× Failed to download and build
Problem solved |
Yeah, the umpteenth Python package manager... The question is that Odoo modules are not Python packages, and trying to make them to "appear" as if they are, only adds layers and layers and hacks, like the previous |
Try to install uv (e.g.
This is the easiest way I have ever seen to run a custom odoo project.
|
A Doodba copier template is easiest in my opinion and covering more cases (devel, prod and demo instances, Mailhog, debuggers...) |
Doodba is good also, although it takes more steps to get started. The documentation is fairly good about setup and development. But I was not able to move on to test and production. Besides improving that part of the documentation, I suggest you make a doodba demo on the next OCA days, with slides and a repo showing step by step what to do. I just found now that you had a talk in 2020. I should have seen that before. Anyway, repetition is good. Do you consider Doodba to be incompatible with installing Odoo as python modules? |
Yes, it's incompatible by some reasons. |
I see. I didn't plan to reply, but I am curious why Odoo python modules make a problem in Doodba? BTW: Thank you for all your open source contributions! ❤️ Doodba has many cool features integrated, and I would like to learn them eventually. |
The reasons are technical, and they can be in any moment bypassed/fixed. Don't think it's another kind of resistance. It's just that I don't remember right now which ones. |
No description provided.