Odoo Building a Website by Deviati Nur Istiqomah Nov 7, 2022 Building a Website None [1] ** Warning This guide assumes basic knowledge of Python [2] This guide assumes an installed Odoo [3] Creating a basic module None [4] ** In Odoo, tasks are performed b... Read more
Odoo Theme Tutorial by Deviati Nur Istiqomah Nov 7, 2022 Theme Tutorial None [1] ** Warning This tutorial provides a great overview of what you can do creating an Odoo theme. It is however incomplete. We are currently working on a new detailed theme tutori... Read more
Odoo Payment by Deviati Nur Istiqomah Nov 7, 2022 Payment None [1] ** Payment Provider [2] Payment Token [3] Payment Transaction [4] [1] https://www.odoo.com/documentation/16.0/developer/reference/standard_modules/payment.html#payment [2] /blog/d... Read more
Odoo Accounting by Deviati Nur Istiqomah Nov 7, 2022 Accounting None [1] ** Account Tag [2] Account [3] Chart Template [4] Fiscal Position [5] Account Group [6] Report [7] Report Line [8] Taxes [9] Tax Repartitions [10] [1] https://www.odoo.co... Read more
Odoo UI Icons by Deviati Nur Istiqomah Nov 7, 2022 Odoo UI Icons None [1] ** [1] https://www.odoo.com/documentation/16.0/developer/reference/frontend/icons_library.html#odoo-ui-icons... Read more
Odoo Editor by Deviati Nur Istiqomah Nov 7, 2022 Odoo Editor None [1] ** Odoo Editor is Odoo’s own rich text editor. Its sources can be found in the odoo-editor directory [2] . Powerbox None [3] ** The Powerbox is a piece of user interface that co... Read more
Odoo QWeb Templates by Deviati Nur Istiqomah Nov 7, 2022 QWeb Templates None [1] ** QWeb is the primary templating [2] engine used by Odoo 2 [3] . It is an XML templating engine 1 [4] and used mostly to generate HTML [5] fragments and pages. Template d... Read more
Odoo Mobile JavaScript by Deviati Nur Istiqomah Nov 7, 2022 Mobile JavaScript None [1] ** Introduction None [2] ** In Odoo 10.0 we released a mobile app which allows you to access all Odoo apps (even your customized modules). The application is a combination... Read more
Odoo Javascript Reference by Deviati Nur Istiqomah Nov 7, 2022 Javascript Reference None [1] ** This document presents the Odoo Javascript framework. This framework is not a large application in term of lines of code, but it is quite generic, because it is basica... Read more
OdooJavascript Cheatsheet by Deviati Nur Istiqomah Nov 7, 2022 Javascript Cheatsheet None [1] ** There are many ways to solve a problem in JavaScript, and in Odoo. However, the Odoo framework was designed to be extensible (this is a pretty big constraint), and so... Read more
Odoo Patching code by Deviati Nur Istiqomah Nov 7, 2022 Patching code None [1] ** Sometimes, we need to customize the way the UI works. Many common needs are covered by some supported API. For example, all registries are good extension points: the field re... Read more
Odoo Hooks by Deviati Nur Istiqomah Nov 7, 2022 Hooks None [1] ** Owl hooks [2] are a way to factorize code, even if it depends on some component lifecycle. Most hooks provided by Owl are related to the lifecycle of a component, but some of them (... Read more