SlideShare a Scribd company logo
OpenERP (technisch)
Inhoud
   • Architectuur
   • Python
   • PostgreSQL
   • Module development
   • Demo
   • Vragen?
Architectuur
Python

  •   Guido van Rossum
  •   Monty Python
  •   Scripttaal
  •   Multiplatform
  •   Google
  •   Kenmerken
      – Indentatie
      – Duck-typing
                         4
Python




         5
PostgreSQL

  •   Opensource
  •   Mutliplatform
  •   Version 6.0 in January 1997
  •   Relationele database




                                    6
Module development

  OpenERP
  •Rapid Application Development (RAD)
  framework in Python
  •Based on OpenObject
     – Object Relationship Mapping (ORM) support
     – Model-View-Controller (MVC) interfaces




                                                   7
Module development

  • Modular development
     – Feature containers
     – Duidelijke MVC patronen
  • Module bevat:
     – Business objects (Python classes)
     – Data (XML,CSV,...)
     – Wizards (Interactieve forms)
     – Reports (RML  XML format)

                                           8
Module development

  • Server/bin/addons
  • Addons
     – ‘Module_naam’
         • Demo
         • I18n
         • Report
         • Security
         • View
         • Wizard
         • Workflow
         • __init__.py
         • __openerp__.py
         • ‘naam’.py


                            9
Module development




                     10
Module development
                ORM Field Types




                                  11
Module development




                     12
Module development




                     13
Module development
                     XML View




                                14
Demo




       15
Vragen?




          16

More Related Content

DOC
Google web toolkit gwt training
PPTX
Advanced php code igniter framework
PDF
Drupal 8 introduction
PPTX
Characterizing Mechanisms Of Clay Gouge Formation
PDF
Angel de vicente
PDF
Social Media Rock Star-2- Presentation
PPTX
Sencha Touch - Introduction
PDF
Kdg open erp DynApps
Google web toolkit gwt training
Advanced php code igniter framework
Drupal 8 introduction
Characterizing Mechanisms Of Clay Gouge Formation
Angel de vicente
Social Media Rock Star-2- Presentation
Sencha Touch - Introduction
Kdg open erp DynApps

Similar to Kdg technisch (20)

PDF
Bentobox exercise
PPTX
AMF Flash and .NET
PDF
A Complete Guide to Python Web Development
PDF
Web frameworks
PDF
Open Source RAD with OpenERP 7.0
PDF
OpenERP Technical Memento V0.7.3
PDF
OpenERP Technical Memento
PDF
Django introduction @ UGent
PPTX
Web technologies lesson 1
PPT
6 3 tier architecture php
PPT
VFP & Ajax
PPT
Ruby on rails
PDF
Bentobox model for understanding technology stacks
PDF
Ruby on rails vs asp.net mvc
PPTX
Sahil_18118_IOT-ppt.pptx
PDF
Developer’s intro to the alfresco platform
PDF
遇見 Ruby on Rails
PPTX
wptoolbox.pptx
PDF
Hosting as a Framework
PPT
Ro R(2)
Bentobox exercise
AMF Flash and .NET
A Complete Guide to Python Web Development
Web frameworks
Open Source RAD with OpenERP 7.0
OpenERP Technical Memento V0.7.3
OpenERP Technical Memento
Django introduction @ UGent
Web technologies lesson 1
6 3 tier architecture php
VFP & Ajax
Ruby on rails
Bentobox model for understanding technology stacks
Ruby on rails vs asp.net mvc
Sahil_18118_IOT-ppt.pptx
Developer’s intro to the alfresco platform
遇見 Ruby on Rails
wptoolbox.pptx
Hosting as a Framework
Ro R(2)
Ad

More from ABC-GROEP.BE (20)

PPTX
Technische sessie: Intro to CQRS
PDF
Customer Case Microsoft Partnership
PDF
ITMoov 2012 - MarathonMan Stefaan Engels
PDF
ITmoov 2012 - Enterprise Social Networking
PDF
ITMoov 2012 - Data governance en data quality
PDF
ITmoov 2012 - Het OpenERP business model
PDF
ITmoov 2012 - Introductie ABC-Groep
PDF
ITmoov 2012 - De Business Intelligence achter de pensioenhervorming
PDF
ITmoov 2012 - De Ondernemerstriathlon
PDF
ITmoov 2012 - Rogerthat multiple choice messaging platform
PPT
DynApps - Case IOK Afvalbeheer
PDF
Forum Event KA-TI: OpenERP at a glance
PPT
Forum Event KA-TI: Open source ook voor bedrijfskritische applicaties
PDF
ABC-Groep in Antwerpen Manager
PDF
Customer Case Oracle - VMM
PDF
Customer Case SharePoint - Qualiphar
PDF
Customer Case Oracle - Bibnet
PPTX
IT Methodologies
PPTX
CMIS Introduction
PPT
Presentatie OpenERP (DynApps)
Technische sessie: Intro to CQRS
Customer Case Microsoft Partnership
ITMoov 2012 - MarathonMan Stefaan Engels
ITmoov 2012 - Enterprise Social Networking
ITMoov 2012 - Data governance en data quality
ITmoov 2012 - Het OpenERP business model
ITmoov 2012 - Introductie ABC-Groep
ITmoov 2012 - De Business Intelligence achter de pensioenhervorming
ITmoov 2012 - De Ondernemerstriathlon
ITmoov 2012 - Rogerthat multiple choice messaging platform
DynApps - Case IOK Afvalbeheer
Forum Event KA-TI: OpenERP at a glance
Forum Event KA-TI: Open source ook voor bedrijfskritische applicaties
ABC-Groep in Antwerpen Manager
Customer Case Oracle - VMM
Customer Case SharePoint - Qualiphar
Customer Case Oracle - Bibnet
IT Methodologies
CMIS Introduction
Presentatie OpenERP (DynApps)
Ad

Kdg technisch

  • 2. Inhoud • Architectuur • Python • PostgreSQL • Module development • Demo • Vragen?
  • 4. Python • Guido van Rossum • Monty Python • Scripttaal • Multiplatform • Google • Kenmerken – Indentatie – Duck-typing 4
  • 5. Python 5
  • 6. PostgreSQL • Opensource • Mutliplatform • Version 6.0 in January 1997 • Relationele database 6
  • 7. Module development OpenERP •Rapid Application Development (RAD) framework in Python •Based on OpenObject – Object Relationship Mapping (ORM) support – Model-View-Controller (MVC) interfaces 7
  • 8. Module development • Modular development – Feature containers – Duidelijke MVC patronen • Module bevat: – Business objects (Python classes) – Data (XML,CSV,...) – Wizards (Interactieve forms) – Reports (RML  XML format) 8
  • 9. Module development • Server/bin/addons • Addons – ‘Module_naam’ • Demo • I18n • Report • Security • View • Wizard • Workflow • __init__.py • __openerp__.py • ‘naam’.py 9
  • 11. Module development ORM Field Types 11
  • 14. Module development XML View 14
  • 15. Demo 15
  • 16. Vragen? 16