Thursday, July 16, 2009

Hello,

Today, Open ERP and his CEO (Fabien Pinckaers) is in front page of the magazine "Trends Tendances", with a 4 page article. (number of the 2009-07-16).

Thursday, June 4, 2009

Meet us at Euro Python - Birmingham, UK

This year, the world's biggest Python event, Euro Python, will be organised in Birmingham (UK), the 28th of June, up to the 4th of July. Fabien Pinckaers, Open ERP's founder and CEO will do two conferences: one on Open Object, one on Open ERP. these conferences are scheduled for the 30th of June and the 1st of July.

The complete time table is available on the Euro Python website:
We will attend Euro Python for these two days. We hope to meet you in UK to discuss Open ERP issues. If you want to organize a meeting with Fabien Pinckaers during this period, contact cde AT openerp.com

Wednesday, June 3, 2009

API Changes Tracking

Hello

We just opened a new blog to track all changes in Open ERP that may break brackward compatibility. This blog is used to track all API changes made on Open ERP. The subject must be "module, object, method", like: 'sale, sale.order, _product_id_change'. The content of the blog entry should summarize the modification. Each blog entry should be tagged by the version of Open ERP you made the change on "5.0.1". Don't tag 'trunk', but the latest stable version. to record a change, send an email to: openerp DOT team DOT code AT blogger DOT com.

You can check it here: http://openerp-code.blogspot.com/

Sunday, May 31, 2009

Manufacturing Capacity Planning

Here is a one minute screencast that shows the Gantt chart features of Open ERP and how we use it to manage the manufacturing planning. Enjoy the power of the Open ERP user interface. That's a good proof we can do smart applications with web interfaces today.

You must install the mrp_operations module to do this.

video

The screencast has two parts.

Part 1: Work Orders Planning

We compute a manufacturing order (a PC2) that has 4 work orders related. Two of these 4 work orders can be launched in parallel and the others must be serialized. We use the gantt chart to planify the operations. Open ERP is smart enough to:
  • Serialize some operations, recomputing dependencies
  • Adapt length of work orders according to day/time (because workcenters are configured to work from monday to friday, 8 hours a day)
  • Synchronize work orders and manufacturing orders.
Part 2: Manufacturing Orders Planning

The phase 2 show the production of a PC0, that has two others manufacturing operations in make to order (PC2 and CPU_GEN). It shows the different dependencies between the orders and how Open ERP computes automatically length, durations and partsdependencies. Of course, work orders on the different work centers synchronize automatically with manufacturing orders.

If you are interrested by logistic or manufacturing processes, I suggest you to have a look at the new Open ERP book.

Sunday, May 10, 2009

Open ERP teams - Organisation of the community.

I am getting more and more emails from contributors or communities that organized themselves to do some contributions, discussion groups or translations on Open ERP.

I will summarize here how we propose to work to easily collaborate and consolidate efforts. If you have a group of people, I suggest to create a team on launchpad, or join an existing one. Don't forget to subscribe your team to the openerp-community team.

Then you should do all your contributions as modules, in the community or addons-extra branch, instead of doing a dedicated branch. We have now 213 active branches on launchpad, with some containing more than 200 modules. It's quite difficult to manage, have a look at contributions and consolidate efforts.

Please also avoid to create projects. Projects are dedicated to very big projects (kde clients, web clients, ...). It's better to create groups and join your efforts in the community branches. Your modules will have more visibility. Our daily generated documentation on modules, since a few days, also reports on community branches. You can check and download our 500 modules there.

Do branch only if:
  • you want to modify core or modules where you don't have access rights. Then do a request for mergal.
  • you want to experiment some devs before commiting them to "public" branches.
Our policy is to give commiters rights based on meritocracy. Every one can commit on the community branch. Once you have contributed 2 good modules on community branch, you can request to join the commiter team that have write access on addons-extra modules.

For details about the community organisation, read our community slidecast on OpenERP.tv.

Tuesday, April 28, 2009

Open Object Introduction


One of the biggest advantage of Open ERP is that it is built on a very powerful architecture, the Open Object platform. It allows you to customize your applications in a few hours without development or to develop new features very quickly. We just released a small explanation of the











You can get more information and see OpenObject in action on OpenERP.tv.

Friday, April 17, 2009

Designing Applications in a Few Minutes with Open Object

We just released a new screencast that shows how to quickly design complete applications with Open Object, the Open ERP's framework. In 17 minutes, we develop a complete school management applications, including:
  • Management of teachers and students,
  • Management of courses, classes and sessions,
  • The classes availabilities and courses planning,
  • The document management system for training material,
  • Selling and invoicing courses through sales orders,
  • Statistics about courses.

Check this video to discover the power of Open Object to customize existing applications, or build new ones.
















You can get more screencasts on OpenERP.tv.