vishnu's picture

OpenERP - Importing and Exporting Data in CSV Format

Anonymous's picture

This is great tutorial but

This is great tutorial but it's missing one thing: how to add predefined export as a scheduler job. I know where scheduler is, but I have no idea what should i put into 'Action to trigger' object/function. Any help is welcome :)

vishnu's picture

OpenERP Mass Mail Module ( zb_mass_mail )

      'Mass Mail' is an OpenERP module developed by Zesty Beanz, which addresses the email marketing concerns in a business. The module allows users to flexibly handle  mass emailing. The major features of the module are as follows

 

Anonymous's picture

Sorry for the stupid question

Sorry for the stupid question but I am novice for Python and OpenERP.
How can xlrd and xlutils be installed on Windows. OpenERP is installed with all-in-one installer. There is no python installation on the server. I see only python25.dll in /OpenERP6.01/Server directory.

latest gadgets reviews's picture

when the next update will

when the next update will come out? Don't forget, software has to be up-to-date all the time, or ppl wont use it anymore.

Anonymous's picture

I'm newby for mass mailing in

I'm newby for mass mailing in OpenERP.

Untill now, I'm using "Phplist". I have a html template on it. How to use the some template in OpenERP email template?

Also, May you show me, step by step, how to send an mass mail to members? I'm confused, because of compaign functionnalities?

vishnu's picture

Once the mass mail module is

Once the mass mail module is installed, you will get the menu  "“Mass Mailing > Mass Mail Templates” . Create a new record. Here you can paste the html code and later choose the record as your template.

Anonymous's picture

Nice to very useful info for

Nice to very useful info for me.Because i'm new in blogging and i'm need good tutorial like your post.

nike121's picture

I used to be more than happy

I used to be more than happy to seek out this internet-site.I wanted to thanks in your time for this glorious read!! I positively enjoying each little bit of it and I have you bookmarked to check out new stuff you weblog post 

behnzim barosh's picture

Great to know about that

Great to know about that partners with e-mail ids or just some email ids so far best written article

behnzim barosh's picture

great so far best thing is

great so far best thing is developed by Zesty Beanz, which addresses the email marketing any way great article written 

sampak's picture

I really like your way of

I really like your way of expressing the opinions and sharing the information. It is good to move as chance bring new things in life, paves the way for advancement, etc. 

alex's picture

Hi Vishnu, I am testing in

Hi Vishnu,

I am testing in your module which can fit my needs. I have two questions :
* I cannot see the "unsubscribe" link in the received mails. How can I correct that ?
* Is there a way to attach files in a template (in order to received it with the mail)?

Thanks for your help.

fahad's picture

OpenERP development environment in Windows using Eclipse.

 In this blog we will go through some steps required in setting up OpenERP for customization under eclipse in windows.
Before going into the details, let me remind every one that Linux distros preferably ubuntu is the best platform to do developments in OpenERP. This may be useful to only those insit development to be done in Windows.

Versions Used:

romar's picture

Hi Fahad, I have a question.

Hi Fahad,

I have a question. After setting up the development environment on Windows, do I still need to have a Linux environment to build the libraries? I found this here (http://doc.openerp.com/v6.0/developer/8_24_build/index.html), but I am pretty sure I am misunderstanding something.

Thanks in advance for your help!

fahad's picture

Hi Romar, Links contains

Hi Romar,

Links contains guide how to build exe of openerp server. that is we can build the exe from source code of openerp server which can be customized as per our need.Openerp provides exe for download of the stable version. we can create the exe of development version from the link above.

Regards,
fahad

Mirco's picture

Hi Fahad, i followed your

Hi Fahad,
i followed your tutorial and all seems went well..
But i have issues on import any class / package related to openerp, like import osv.
To create a new openerp module , in server project i create a new pyDev package located in bin.addons.name_of_module.is this the right way?
Can you please help me?
Thanks

Muhammad Fahim's picture

AA - Jazakallah. A wonderful,

AA - Jazakallah. A wonderful, informative and detailed document amazing. I did not yet started to check the development environment either in Windows or Linux but planing to do so in near future. I have a question about you comment can you please give more detail why the Ubunto is a better platform then Windows either it is functionally or technically or it is a personal choice. It is very important because I am deciding to develop and to chose the platform.

Onece again awesome.

Regards,

MFA

fahad's picture

Hi, This link might help you

Hi,

This link might help you in clearing out the points. 

http://www.openerp.com/forum/topic13195.html

 

Regards,
fahad

Muhammad Fahim's picture

Hi, Thanks, so most of the

Hi,

Thanks, so most of the production deployment is on Linux rather than Windows.

Regards,
MFA

Newbie :('s picture

Could you write an Ubuntu

Could you write an Ubuntu Development Enviorment much similar to the one above.
With baby steps for mewbie like me? I been trying to figure it out for sometime.There isn't much info for me to grasp on.

IT would be very much appreciated!

Thanking you very much!
Newbie!

HAI Pham's picture

That's great However I think

That's great
However I think you should put the full name of configuration file in step 9 (openerp-server.conf)
And the zip file in step 3 is dead, please update
Regards,

fahad's picture

Hi HAI Pham, Thanks for the

Hi HAI Pham,

Thanks for the comment posted. I have updated the link please check it now, it will be working.
Sorry for the trouble.

 

Regards,

Fahad
 

Asim's picture

Unfortunately i an unable to

Unfortunately i an unable to create database, i follow all the steps as documented on this page with same versions for postgres, python and openerp server.

After start openerp-server.py and openerp-web.py from Eclipse and when start to create database received below error

[2012-02-08 13:37:04,530][template1] INFO:web-services:CREATE DATABASE: demodb
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[01]: CREATE DATABASE
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[02]: Traceback (most recent call last):
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[03]: File "C:\OpenERP\openerp-server\bin\service\web_services.py", line 95, in __call__
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[04]: tools.init_db(cr)
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[05]: File "C:\OpenERP\openerp-server\bin\tools\misc.py", line 79, in init_db
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[06]: for i in addons.get_modules():
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[07]: File "C:\OpenERP\openerp-server\bin\addons\__init__.py", line 306, in get_modules
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[08]: plist.extend(listdir(ad))
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[09]: File "C:\OpenERP\openerp-server\bin\addons\__init__.py", line 302, in listdir
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[10]: return map(clean, filter(is_really_module, os.listdir(dir)))
[2012-02-08 13:37:08,405][demodb] ERROR:web-services:[11]: WindowsError: [Error 2] The system cannot find the path specified: u'C:\\OpenERP\\openerp-server\\addons\\*.*'

and for loging page database name in dropdown list is appears like "x64656d6f" where as in pgadminIII interface database is created with actual "demodb" name.

Regards,
Asim