Odoo Developa / 0.0 / How can i start coding Odoo?
Bài đăng này đã không được cập nhật trong 6 năm
Hmmm...
If you don't know how to start, this is my way...
-
Python basic
- Hello world, Structural of module
- Syntax and Data type
- Class
- Lambda, Decorator, Regex, ...
-
Odoo basic
- Install & config
- Module
- Model
- View
- Inherit
- ORM method
- Controller
- Wizard
- Security
- Translate module
-
Javascript
- JavaScript basic
- JQuery
- BackboneJS (elective)
-
Odoo advance
- Widget/Snippet
- API/RPC
- XML
- JSON
- More views
- Graph
- Pivot
- Calendar
- Search
- Report
- SQL
- Qweb
- Some mixin
ir
module: cron, mail, config,...
-
Understand some modules: sales, purchase, inventory, accounting, website, e-commerce, ...
-
Other skill
- Git
- CI
- Testing
All rights reserved