Odoo RST guidelines by Deviati Nur Istiqomah Nov 7, 2022 RST guidelines None [1] ** Use relative links for internal URLs None [2] ** If you need to reference an internal documentation page or a file that is not sitting in the same directory as your current ... Read more
Odoo Content guidelines by Deviati Nur Istiqomah Nov 7, 2022 Content guidelines None [1] ** To give the community the best documentation possible, we listed here a few guidelines, tips and tricks that will make your content shine at its brightest! While we enco... Read more
Odoo Documentation by Deviati Nur Istiqomah Nov 7, 2022 Documentation None [1] ** This introductory guide will help you acquire the tools and knowledge you need to write documentation, whether you plan to make a minor content change or document an applicat... Read more
Odoo Coding Guidelines by Deviati Nur Istiqomah Nov 7, 2022 Coding Guidelines None [1] ** This page introduces the Odoo Coding Guidelines. Those aim to improve the quality of Odoo Apps code. Indeed proper code improves readability, eases maintenance, helps deb... Read more
Odoo Internet of Things by Deviati Nur Istiqomah Nov 7, 2022 Internet of Things None [1] ** IoT Drivers allow any Odoo module to communicate in real-time with any device connected to the IoT Box. Communication with the IoT Box goes both ways, so the Odoo client... Read more
Odoo Extract API by Deviati Nur Istiqomah Nov 7, 2022 Extract API None [1] ** Odoo provides a service allowing you to automate the processing of your invoices. The service scans your document using an Optical Character Recognition (OCR) engine and then u... Read more
Odoo In-App Purchase by Deviati Nur Istiqomah Nov 7, 2022 In-App Purchase None [1] ** In-App Purchase (IAP) allows providers of ongoing services through Odoo apps to be compensated for ongoing service use rather than — and possibly instead of — a sole initia... Read more
Odoo External API by Deviati Nur Istiqomah Nov 7, 2022 External API None [1] ** Odoo is usually extended internally via modules, but many of its features and all of its data are also available from the outside for external analysis or integration with var... Read more
Odoo Translating Modules by Deviati Nur Istiqomah Nov 7, 2022 Translating Modules None [1] ** This section explains how to provide translation abilities to your module. Note If you want to contribute to the translation of Odoo itself, please refer to the Odoo W... Read more
Odoo Accounting localization by Deviati Nur Istiqomah Nov 7, 2022 Accounting localization None [1] ** Warning This tutorial requires knowledge about how to build a module in Odoo (see Building a Module [2] ). Installation procedure None [3] ** On installing the ... Read more
Odoo Multi-company Guidelines by Deviati Nur Istiqomah Nov 7, 2022 Multi-company Guidelines None [1] ** Warning This tutorial requires good knowledge of Odoo. Please refer to the basic tutorial [2] first if needed. As of version 13.0, a user can be logged in multi... Read more
Odoo Web Services by Deviati Nur Istiqomah Nov 7, 2022 Web Services None [1] ** The web-service module offer a common interface for all web-services : XML-RPC JSON-RPC Business objects can also be accessed via the distributed object mechanism. They can al... Read more