English 中文(简体)
Integrating Drupal with OpenERP
原标题:
  • 时间:2010-02-05 15:15:50
  •  标签:
  • drupal
  • odoo

We have a requirement that we need to integrate OpenERP with Drupal.

I investigated but could not find any Drupal addon/module which will do the desired job.

I also investigated and found that OpenERP is based on client server architecture, where Server exposes XMl-RPC/SOAP based webservices and client uses these services for all business operations and all user actions.

More information can be found here.

As per from the document, all the business processing is done on the server.

So considering this design in mind, and considering that we can create custom modules in drupal which can perform xml-prc/soap operations, it seems we can integrate drupal with OpenERP.

Is this the only way, or i am missing something.

Any help would be highly appreciated.

最佳回答

for your information OpenERP doesn t support SOAP web services, so thats sure you need to develop drupal module using XML-RPC Web Services !

Here is an example provided by openerp_doc for PHP integration using xml-rpc web services

问题回答

I don t have any experience in integrating OpenERP with other applications but web services should be the way to go. May be you can benefit from studying how others did to link OpenERP with other solutions like Magento, Prestashop, ezPublish...

Lastly an other interesting solution appeared for OpenERP EAI, Terminatooor.

And by the way, seems like others are working on this too: http://openerp.netquatro.com/openerp_cms

Anyway, it would be great to have a Drupal integration module !

Hope it helps Bests





相关问题
Drupal Multi-language: Simple strings not translated

I m adding additional languages to a Drupal site that I m building. Getting the translation of content working is fairly easy using the Internationalisation module. Yet, simple things such as date ...

Setting up a WYSIWYG editor for Drupal site users [closed]

Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I m ...

Change size of user/password login box

I don t know how to change the size of the login username/password boxes on the drupal site that I m trying to build. I m stumbling through the theming, and don t know where to find the file that ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

Term for rotating header

I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...

Has anyone checked out Drupal 7? [closed]

Has anyone checked out a copy of Drupal 7 yet? What do people think? I m pretty excited about the PDO and all of the designers I work with a very excited about the new admin interface/structure. Do ...

热门标签