documentation VS doodba

Compare documentation vs doodba and see what are their differences.

doodba

Base image for making the creation of customized Odoo environments a piece of cake (by Tecnativa)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
documentation doodba
2 3
636 397
2.5% 1.3%
9.7 7.4
about 8 hours ago about 1 month ago
reStructuredText Python
Creative Commons Attribution Share Alike 4.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

documentation

Posts with mentions or reviews of documentation. We have used some of these posts to build our list of alternatives and similar projects.
  • How do I get access to the developer courses?
    1 project | /r/Odoo | 20 Nov 2022
    Also, if you are interested in the javascript framework, there is a new tutorial coming up. You can read the pull request here: https://github.com/odoo/documentation/pull/2845 It is however targeted at developer with some odoo experience. It should probably takes at least a week of work.
  • Logging in on Source Install
    1 project | /r/Odoo | 2 Aug 2022
    I hope it helps. if it does not, or if something else is not clear in the documentation, please create a new issue, and we'll fix the problem :)

doodba

Posts with mentions or reviews of doodba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Odoo Community connection to Postgres DB Issues in Kubernetes Deployment
    4 projects | /r/Odoo | 11 Jul 2023
    When we started the Odoo official container was a bag of shit. We standardised on https://github.com/tecnativa/doodba as a base instead. It's bundled with a whole bunch of tools that are helpful, but it's really opinionated on workflow, and may not work for you. There are a number of partners who have similar variations (camptocamp for example have https://github.com/camptocamp/docker-odoo-project) which add more and more tools which are useful overtime.
  • Can I set odoo master password by environment variable?
    1 project | /r/Odoo | 30 Mar 2023
    Check out Doodba - https://github.com/Tecnativa/doodba - which supports stuff like this.
  • Ask HN: Which NoCode platforms are fine?
    8 projects | news.ycombinator.com | 25 Oct 2021
    You are missing stuff.

    In development mode with inotify you get python hot code reloading. In development mode the XML (with a handful of exceptions regarding menus, and ir.actions) will be read from disk on reload.

    At work we use Dockerized Odoo based on a [Doodba](https://github.com/Tecnativa/doodba). We use [click-odoo](https://github.com/acsone/click-odoo) to manage module upgrades (amongst other things). Dev workflow is largely managed through [invoke](https://www.pyinvoke.org/) tasks.

    I do wish there was hot code reloading for the views (xml), but realistically if you’re making an app of any complexity the views in the backend are the small part and likely not where you are spending the majority of your time.

    Website stuff is absolutely 100% stuck in the past at the moment, imho.