SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
OpenERP 6.1, 7 and beyond

                  Fr´d´ric van der Essen
                    e e
                        Ruben Real


                         June 1, 2012




Fr´d´ric van der Essen Ruben Real
  e e                               OpenERP 6.1, 7 and beyond
OpenERP...



      ERP Open Source l´
                       ıder!!!
      + 1000 descargas al dia
      500 leads X dia
      Creada por Fabien Pinckaers 2005
      190 Empleados (X3 2011)
      460 Partners en 97 paises (X4 2011)
      Centro de Operaciones en Belgica, oficinas en SF (USA)
      India, Luxemburgo y Singapur




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
OpenERP...




         Fr´d´ric van der Essen Ruben Real
           e e                               OpenERP 6.1, 7 and beyond
Hablemos de Espa˜a
                n




      890 descargas desde el 1ro de mayo 2,34%
      21906 visitas en todo el territorio espanol
      2960 Leads en el 2012
      16 Partners




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Hablemos de Espa˜a
                n




         Fr´d´ric van der Essen Ruben Real
           e e                               OpenERP 6.1, 7 and beyond
Hablemos de Espa˜a
                n




         Fr´d´ric van der Essen Ruben Real
           e e                               OpenERP 6.1, 7 and beyond
Good Morning Spain !




   Good Morning Spain !




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Topics of today




      Last year goals, this year’s realisations
      Version 6.1, The biggest developments
      Version 7, a sneak peek
      Point-of-Sale live demo
      Developer Workshop




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Last year goals, this year’s realisations




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Schedules




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Relation between community and OpenERP S.A.




         Fr´d´ric van der Essen Ruben Real
           e e                               OpenERP 6.1, 7 and beyond
Vertical or Horizontal




       OpenERP S.A : Horizontal features
       Community: Vertical features




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Resum´
     e




  We do not develop for end-users, we do it for the community, and
  the community develops for the end-users




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Version 6.1, Biggest Developments




          Fr´d´ric van der Essen Ruben Real
            e e                               OpenERP 6.1, 7 and beyond
Usability




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Usability : Before




   The software is not too complicated, the user lacks trainging ...




             Fr´d´ric van der Essen Ruben Real
               e e                               OpenERP 6.1, 7 and beyond
Usability : Now




      If the user needs training, the software is too complicated
      Small businesses
      Usability issues are bugs.
      Usability is now one of the main focus of the Dev Team




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Usability: How do we do it ?




      Aline, our usability expert working full time on it
      Online User testing




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Usability: The changes




      No configuration
      auto completion
      Status progress bar
      Screen simplification




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Sharing




      Share your documents with one click
      Embed content in your website
      New Email module
      New mobile interface




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Mobile Interface




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Point-Of-Sale




      wait for the demo :)




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
New Web Architecture




          Fr´d´ric van der Essen Ruben Real
            e e                               OpenERP 6.1, 7 and beyond
Web Client : Before




      The Web Browser asks for a page
      The OpenERP Server computes the html page
      The OpenERP Server sends the html page
      The Web Browser receives the page
      The Web Browser shows the page




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Web Client : Before




      Slow because of the data transfer
      Slow because the server is overwhelmed
      ...




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Web Client : Now




      The OpenERP Server sends a JavaScript Application to the
      Browser
      The browser does everything.
      Network communication only when needed.




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Web Client : A Picture




          Fr´d´ric van der Essen Ruben Real
            e e                               OpenERP 6.1, 7 and beyond
Web Client : Now




      a LOT faster
      a LOT easier to develop
      access to all HTML5 Technologies




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Web Client : The JavaScript Application




      Built on latest technologies :
          jQuery
          Underscore
          Raphaeljs
          WebDB
          Backbone
      All modules are web modules
      New Debugging tools




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Runbot




     http://runbot.openerp.com
     Monitors each commit
     Builds a test server
     Run the test suite on it
     Make it available to the public




          Fr´d´ric van der Essen Ruben Real
            e e                               OpenERP 6.1, 7 and beyond
Multi-CPU




     Multithreading is impossible in python
     Multi-Process with GUnicorn




            Fr´d´ric van der Essen Ruben Real
              e e                               OpenERP 6.1, 7 and beyond
Version 7 Sneak peek




          Fr´d´ric van der Essen Ruben Real
            e e                               OpenERP 6.1, 7 and beyond
Where’s 6.2 ?




      Usability
      New GUI
      New version number
      Documentation.
      Few changes on the server side




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Thu’s new Core API




      http://thu.openerp.com/open-days-2012/core-api-draft.html
      The core python API is in the process of being greatly
      simplified
      But kept backward compatible
      Go see Thu’s presentation
      go to the expert mailing list to give feedback




           Fr´d´ric van der Essen Ruben Real
             e e                               OpenERP 6.1, 7 and beyond
Changes for version 7




   well... let’s see together !




              Fr´d´ric van der Essen Ruben Real
                e e                               OpenERP 6.1, 7 and beyond

Más contenido relacionado

Similar a Jornadas2

PHP 7.2 Vs PHP 5.6 – Facts you must know
PHP 7.2 Vs PHP 5.6 – Facts you must knowPHP 7.2 Vs PHP 5.6 – Facts you must know
PHP 7.2 Vs PHP 5.6 – Facts you must knowGreenApexTechnolabs
 
Enterprise PHP (php|works 2008)
Enterprise PHP (php|works 2008)Enterprise PHP (php|works 2008)
Enterprise PHP (php|works 2008)Ivo Jansch
 
Enterprise PHP Development - ZendCon 2008
Enterprise PHP Development - ZendCon 2008Enterprise PHP Development - ZendCon 2008
Enterprise PHP Development - ZendCon 2008Ivo Jansch
 
OpenERP Vision Fabien Pinckaers
OpenERP Vision Fabien PinckaersOpenERP Vision Fabien Pinckaers
OpenERP Vision Fabien PinckaersNico Tristan
 
PHP in the Real World
PHP in the Real WorldPHP in the Real World
PHP in the Real WorldIvo Jansch
 
Realising the true value of DevOps
Realising the true value of DevOpsRealising the true value of DevOps
Realising the true value of DevOpstlevey
 
OpenERP - 2012 OpenERP Strategy
OpenERP - 2012 OpenERP StrategyOpenERP - 2012 OpenERP Strategy
OpenERP - 2012 OpenERP StrategyOdoo
 
What is headless drupal?
What is headless drupal?What is headless drupal?
What is headless drupal?ValueCoders
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Ivo Jansch
 
Advanced PHP: Design Patterns - Dennis-Jan Broerse
Advanced PHP: Design Patterns - Dennis-Jan BroerseAdvanced PHP: Design Patterns - Dennis-Jan Broerse
Advanced PHP: Design Patterns - Dennis-Jan Broersedpc
 
PHP7+: The Whys and the Hows
PHP7+: The Whys and the HowsPHP7+: The Whys and the Hows
PHP7+: The Whys and the HowsAyesh Karunaratne
 
Php development and upcoming trends in 2017
Php development and upcoming trends in 2017Php development and upcoming trends in 2017
Php development and upcoming trends in 2017Andolasoft Inc
 
Professional PHP: an open-source alternative for enterprise development [Kort...
Professional PHP: an open-source alternative for enterprise development [Kort...Professional PHP: an open-source alternative for enterprise development [Kort...
Professional PHP: an open-source alternative for enterprise development [Kort...Combell NV
 
The DevOps Pay Raise: Quantifying Your Value to Move Up the Ladder
The DevOps Pay Raise: Quantifying Your Value to Move Up the LadderThe DevOps Pay Raise: Quantifying Your Value to Move Up the Ladder
The DevOps Pay Raise: Quantifying Your Value to Move Up the Laddertlevey
 
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...PHP on Windows Training Program - New Horizons Computer Learning Center Singa...
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...Enterprise PHP Center
 
Webfest 2011 Learning PHP on Windows by Franky Espehana
Webfest 2011 Learning PHP on Windows by Franky EspehanaWebfest 2011 Learning PHP on Windows by Franky Espehana
Webfest 2011 Learning PHP on Windows by Franky EspehanaSpiffy
 
Php Development Best Practices
Php Development Best PracticesPhp Development Best Practices
Php Development Best Practicesphandungtienvn
 

Similar a Jornadas2 (20)

PHP 7.2 Vs PHP 5.6 – Facts you must know
PHP 7.2 Vs PHP 5.6 – Facts you must knowPHP 7.2 Vs PHP 5.6 – Facts you must know
PHP 7.2 Vs PHP 5.6 – Facts you must know
 
Enterprise PHP (php|works 2008)
Enterprise PHP (php|works 2008)Enterprise PHP (php|works 2008)
Enterprise PHP (php|works 2008)
 
Enterprise PHP Development - ZendCon 2008
Enterprise PHP Development - ZendCon 2008Enterprise PHP Development - ZendCon 2008
Enterprise PHP Development - ZendCon 2008
 
Openerp Rise Web
Openerp Rise WebOpenerp Rise Web
Openerp Rise Web
 
OpenERP Vision Fabien Pinckaers
OpenERP Vision Fabien PinckaersOpenERP Vision Fabien Pinckaers
OpenERP Vision Fabien Pinckaers
 
PHP in the Real World
PHP in the Real WorldPHP in the Real World
PHP in the Real World
 
Realising the true value of DevOps
Realising the true value of DevOpsRealising the true value of DevOps
Realising the true value of DevOps
 
OpenERP - 2012 OpenERP Strategy
OpenERP - 2012 OpenERP StrategyOpenERP - 2012 OpenERP Strategy
OpenERP - 2012 OpenERP Strategy
 
What is headless drupal?
What is headless drupal?What is headless drupal?
What is headless drupal?
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)
 
Advanced PHP: Design Patterns - Dennis-Jan Broerse
Advanced PHP: Design Patterns - Dennis-Jan BroerseAdvanced PHP: Design Patterns - Dennis-Jan Broerse
Advanced PHP: Design Patterns - Dennis-Jan Broerse
 
PHP7+: The Whys and the Hows
PHP7+: The Whys and the HowsPHP7+: The Whys and the Hows
PHP7+: The Whys and the Hows
 
Php development and upcoming trends in 2017
Php development and upcoming trends in 2017Php development and upcoming trends in 2017
Php development and upcoming trends in 2017
 
Php myths
Php mythsPhp myths
Php myths
 
Professional PHP: an open-source alternative for enterprise development [Kort...
Professional PHP: an open-source alternative for enterprise development [Kort...Professional PHP: an open-source alternative for enterprise development [Kort...
Professional PHP: an open-source alternative for enterprise development [Kort...
 
The DevOps Pay Raise: Quantifying Your Value to Move Up the Ladder
The DevOps Pay Raise: Quantifying Your Value to Move Up the LadderThe DevOps Pay Raise: Quantifying Your Value to Move Up the Ladder
The DevOps Pay Raise: Quantifying Your Value to Move Up the Ladder
 
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...PHP on Windows Training Program - New Horizons Computer Learning Center Singa...
PHP on Windows Training Program - New Horizons Computer Learning Center Singa...
 
Webfest 2011 Learning PHP on Windows by Franky Espehana
Webfest 2011 Learning PHP on Windows by Franky EspehanaWebfest 2011 Learning PHP on Windows by Franky Espehana
Webfest 2011 Learning PHP on Windows by Franky Espehana
 
Php Development Best Practices
Php Development Best PracticesPhp Development Best Practices
Php Development Best Practices
 
Hhvm vs php
Hhvm vs phpHhvm vs php
Hhvm vs php
 

Más de Avanzosc, S.L.

Openerp project cost_simulator
Openerp project cost_simulatorOpenerp project cost_simulator
Openerp project cost_simulatorAvanzosc, S.L.
 
Domatix.jornadas openerp .2012.mrw
Domatix.jornadas openerp .2012.mrwDomatix.jornadas openerp .2012.mrw
Domatix.jornadas openerp .2012.mrwAvanzosc, S.L.
 
Vertical universidades openerp
Vertical universidades openerpVertical universidades openerp
Vertical universidades openerpAvanzosc, S.L.
 
Presentacion nueva granja-castellano
Presentacion nueva granja-castellanoPresentacion nueva granja-castellano
Presentacion nueva granja-castellanoAvanzosc, S.L.
 
Eficent jornadas open erp 2012 - gestión de proyectos con openerp v1.0
Eficent   jornadas open erp 2012 - gestión de proyectos con openerp v1.0Eficent   jornadas open erp 2012 - gestión de proyectos con openerp v1.0
Eficent jornadas open erp 2012 - gestión de proyectos con openerp v1.0Avanzosc, S.L.
 
OpenERP preventive maintenance case of use
OpenERP preventive maintenance case of useOpenERP preventive maintenance case of use
OpenERP preventive maintenance case of useAvanzosc, S.L.
 

Más de Avanzosc, S.L. (10)

Implantar OpenERP
Implantar OpenERPImplantar OpenERP
Implantar OpenERP
 
Cursosopenerp
CursosopenerpCursosopenerp
Cursosopenerp
 
Openerp project cost_simulator
Openerp project cost_simulatorOpenerp project cost_simulator
Openerp project cost_simulator
 
Soluntec
SoluntecSoluntec
Soluntec
 
Domatix.jornadas openerp .2012.mrw
Domatix.jornadas openerp .2012.mrwDomatix.jornadas openerp .2012.mrw
Domatix.jornadas openerp .2012.mrw
 
Vertical universidades openerp
Vertical universidades openerpVertical universidades openerp
Vertical universidades openerp
 
Presentacion nueva granja-castellano
Presentacion nueva granja-castellanoPresentacion nueva granja-castellano
Presentacion nueva granja-castellano
 
Aspectos legales
Aspectos legalesAspectos legales
Aspectos legales
 
Eficent jornadas open erp 2012 - gestión de proyectos con openerp v1.0
Eficent   jornadas open erp 2012 - gestión de proyectos con openerp v1.0Eficent   jornadas open erp 2012 - gestión de proyectos con openerp v1.0
Eficent jornadas open erp 2012 - gestión de proyectos con openerp v1.0
 
OpenERP preventive maintenance case of use
OpenERP preventive maintenance case of useOpenERP preventive maintenance case of use
OpenERP preventive maintenance case of use
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

Jornadas2

  • 1. OpenERP 6.1, 7 and beyond Fr´d´ric van der Essen e e Ruben Real June 1, 2012 Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 2. OpenERP... ERP Open Source l´ ıder!!! + 1000 descargas al dia 500 leads X dia Creada por Fabien Pinckaers 2005 190 Empleados (X3 2011) 460 Partners en 97 paises (X4 2011) Centro de Operaciones en Belgica, oficinas en SF (USA) India, Luxemburgo y Singapur Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 3. OpenERP... Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 4. Hablemos de Espa˜a n 890 descargas desde el 1ro de mayo 2,34% 21906 visitas en todo el territorio espanol 2960 Leads en el 2012 16 Partners Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 5. Hablemos de Espa˜a n Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 6. Hablemos de Espa˜a n Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 7. Good Morning Spain ! Good Morning Spain ! Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 8. Topics of today Last year goals, this year’s realisations Version 6.1, The biggest developments Version 7, a sneak peek Point-of-Sale live demo Developer Workshop Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 9. Last year goals, this year’s realisations Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 10. Schedules Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 11. Relation between community and OpenERP S.A. Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 12. Vertical or Horizontal OpenERP S.A : Horizontal features Community: Vertical features Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 13. Resum´ e We do not develop for end-users, we do it for the community, and the community develops for the end-users Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 14. Version 6.1, Biggest Developments Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 15. Usability Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 16. Usability : Before The software is not too complicated, the user lacks trainging ... Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 17. Usability : Now If the user needs training, the software is too complicated Small businesses Usability issues are bugs. Usability is now one of the main focus of the Dev Team Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 18. Usability: How do we do it ? Aline, our usability expert working full time on it Online User testing Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 19. Usability: The changes No configuration auto completion Status progress bar Screen simplification Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 20. Sharing Share your documents with one click Embed content in your website New Email module New mobile interface Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 21. Mobile Interface Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 22. Point-Of-Sale wait for the demo :) Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 23. New Web Architecture Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 24. Web Client : Before The Web Browser asks for a page The OpenERP Server computes the html page The OpenERP Server sends the html page The Web Browser receives the page The Web Browser shows the page Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 25. Web Client : Before Slow because of the data transfer Slow because the server is overwhelmed ... Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 26. Web Client : Now The OpenERP Server sends a JavaScript Application to the Browser The browser does everything. Network communication only when needed. Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 27. Web Client : A Picture Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 28. Web Client : Now a LOT faster a LOT easier to develop access to all HTML5 Technologies Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 29. Web Client : The JavaScript Application Built on latest technologies : jQuery Underscore Raphaeljs WebDB Backbone All modules are web modules New Debugging tools Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 30. Runbot http://runbot.openerp.com Monitors each commit Builds a test server Run the test suite on it Make it available to the public Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 31. Multi-CPU Multithreading is impossible in python Multi-Process with GUnicorn Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 32. Version 7 Sneak peek Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 33. Where’s 6.2 ? Usability New GUI New version number Documentation. Few changes on the server side Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 34. Thu’s new Core API http://thu.openerp.com/open-days-2012/core-api-draft.html The core python API is in the process of being greatly simplified But kept backward compatible Go see Thu’s presentation go to the expert mailing list to give feedback Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond
  • 35. Changes for version 7 well... let’s see together ! Fr´d´ric van der Essen Ruben Real e e OpenERP 6.1, 7 and beyond