documentation
documentation copied to clipboard
Odoo documentation sources
I was following this tutorial: https://www.odoo.com/documentation/19.0/developer/tutorials/server_framework_101/02_newapp.html I spent hours trying to make my module appear in Odoo. I finally managed to do it, but a few points in the documentation...
17.0: Clarifies *Multiple* field definition, defining replenishment quantities to be defined in fixed multiples. ## Changelog - Odoo selects the smallest multiple that exceeds the defined Max quantity - *Multiple*...
18.0: Adjust logic of *Multiple* field in reordering rules to prevent overstocking by ensuring replenishment quantities never exceed the defined maximum ## Changelog - Odoo now selects the largest multiple...
Adding this because we are about to release a new marketplace: Tiktok. this documentation aim to guide users on how to best start sycnronizing their shops in Odoo task-3690836
Adding a new marketplace to serve clients in APAC to help them get their orders in odoo and handle the delivery process. task-3478992
Odoo 19 requires minimal of python 3.10.12 because it uses a variable named _WHATWG_C0_CONTROL_OR_SPACE that was introduced in version 3.10.12. Please check [release notes](https://docs.python.org/release/3.10.12/whatsnew/changelog.html), more specifically [Pull request gh-102153](https://github.com/python/cpython/pull/102508). Running...
Docs task: https://www.odoo.com/mail/view?model=project.task&res_id=4882474&access_token=6d6b342b-72de-48c0-a5e7-842222976069 Adding content for Subcontracting lead times and subcontracting portal.
Fixed typo: fonction => function
would be nice to backport the right fixes to the right version, but it's nice already to have it fixed for 19 :eyes: _Originally posted by @Feyensv in https://github.com/odoo/documentation/issues/14294#issuecomment-3219778176_