+ All Categories
Home > Documents > Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md...

Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md...

Date post: 20-Mar-2020
Category:
Upload: others
View: 32 times
Download: 0 times
Share this document with a friend
19
Chapter 1: Getting Started with Odoo Development
Transcript
Page 1: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 1: Getting Started with OdooDevelopment

Page 2: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 3: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 4: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 5: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 6: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 2: Building Your First OdooApplication

Page 7: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 8: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 3: Inheritance – Extending ExistingApplications

Page 9: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 4: Module Data

Page 10: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 11: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 12: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 5: Models – Structuring theApplication Data

Page 13: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 6: Views – Designing the UserInterface

Page 14: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 7: ORM Application Logic –Supporting Business Processes

Page 15: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 8: Writing Tests and DebuggingYour Code

Page 16: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 9: QWeb and Kanban Views

Page 17: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014
Page 18: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 10: Creating QWeb Reports

Page 19: Chapter 1: Getting Started with Odoo Development · openerp setup .gitignore CONTRIBUTING.md LICENSE MANIFEST.in odoo. py 18 items List Details Layout Date modified 01/10/2014 01/10/2014

Chapter 12: External API – Integrating withOther Systems


Recommended