Janeesh A's picture

Check Writing in OpenERP

 

Users can manage their check writing process by installing the account_check_writing module. The module provides users a variety of check writing capabilities:

 

  • Ability to make supplier payments with checks
  • Support printing checks in three formats: Top voucher check, middle voucher check, and bottom voucher check
  • Printing an Individual Check
  • Printing multiple checks in batch

Setup Of Check Writing

Install the account_check_writing module.

phen375's picture

Your style is so unique

Your style is so unique compared to other folks I have read stuff from. Thanks for posting when you have the opportunity, Guess I will just bookmark this page.

phen375 reviews's picture

Hi there it's me, I am also

Hi there it's me, I am also visiting this website on a regular basis, this web page is truly pleasant and the visitors are genuinely sharing fastidious thoughts.

Chandhu Viswanath's picture

Accounting Vouchers in Employee Payslip - OpenERP 6.1

    When it comes to OpenERP 6.1 the pay roll management has witnessed  remarkable changes in  it's way of functioning as compared to it's earlier versions. The absence of  "Pay Salary" button, "Accounting Vouchers" and a lot more. Among them, the absence of "Accounting Vouchers" has created a lot of confusion to the existing users. Here i am trying to explain the changes happened with voucher creation

book keeping adelaide's picture

This is the only time I've

This is the only time I've been to your site. Thank you for sharing more information.

pierrecogitae's picture

Another important missing

Another important missing point: how do you read the import wizard from the web interface?

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 :)

Girish Joshi's picture

Hi, Can anyhelp help in

Hi, Can anyhelp help in Importing Products from CSV in Version 6.1 ? I am not able to import New Product from the List of CSV in 6.1 Version. Also, many2one relationship is set to weird when Updating records via csv in 6.1

Vishnu Devaraj'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

 

Nellie's picture

Wonderful goods from you,

Wonderful goods from you, man. I've understand your stuff previous to and you're just too magnificent. I really like what you have acquired here, certainly like what you are stating and the way in which you say it. You make it entertaining and you still take care of to keep it smart. I cant wait to read much more from you. This is actually a tremendous site.

netvienna's picture

Hello, I tried to install,

Hello, I tried to install, but it says mail_gateway is necessary, but I cannot find this for 6.1 ?
Any hint
Br
Oliver

Mira's picture

Hi Vishnu, I just

Hi Vishnu,

I just installed your module and it's great but I don't seem to manage to use the "Import Email addresses" function from Members tab. No matter what I use I get an error and the most frustrating part is that it doesn't show me the error it just appears a message letting me know that there's an error. Please let me know if this is a bug or I'm doing something wrong.

Stay At Home's picture

Thаnks foг your peгѕonal

Thаnks foг your peгѕonal marvelous posting! Ι definitely enjoyеd reading it, you саn be a great author.I ωill be ѕure to bookmaгk your blog and will often come back at some point. I ωant to encourage cοntinue your great job, have a niсe mоrning!

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 Devaraj'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 

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:

Titus's picture

I have followed the steps to

I have followed the steps to have openERP on my machine. When I run opeerp-server.py I get this output:

[2013-04-17 15:09:27,352][?] INFO:server:OpenERP version - 6.0.4
[2013-04-17 15:09:27,352][?] INFO:server:addons_path - C:\OpenERP\Server\bin\addons
[2013-04-17 15:09:27,352][?] INFO:server:database hostname - localhost
[2013-04-17 15:09:27,352][?] INFO:server:database port - 5432
[2013-04-17 15:09:27,352][?] INFO:server:database user - Titus
[2013-04-17 15:09:27,352][?] INFO:server:initialising distributed objects services
[2013-04-17 15:09:27,634][?] INFO:web-services:starting HTTP service at 0.0.0.0 port 8069
[2013-04-17 15:09:27,635][?] INFO:web-services:starting HTTPS service at 0.0.0.0 port 8071
[2013-04-17 15:09:27,635][?] INFO:web-services:Registered XML-RPC over HTTP
[2013-04-17 15:09:27,638][?] INFO:web-services:starting NET-RPC service at 0.0.0.0 port 8070
[2013-04-17 15:09:27,638][?] INFO:server:Starting 3 services
[2013-04-17 15:09:27,640][?] INFO:server:OpenERP server is running, waiting for connections...

When I run the openerpclient I get errors as follows

Traceback (most recent call last):
File "C:\OpenERP\Client\bin\openerp-client.py", line 62, in
import gtk
File "C:\Python25\Lib\site-packages\gtk-2.0\gtk\__init__.py", line 38, in
import gobject as _gobject
File "C:\Python25\Lib\site-packages\gtk-2.0\gobject\__init__.py", line 30, in
from gobject.constants import *
File "C:\Python25\Lib\site-packages\gtk-2.0\gobject\constants.py", line 22, in
from _gobject import type_from_name
ImportError: DLL load failed: The specified module could not be found.

Kindly help

pfe2013's picture

hi, I want to install

hi, I want to install Openerp-server (6.0.3) on windows with source. i have already download all python packages; but when I execute

Code: python setup.py install

I have this error:

File "C:\serveur\openerp-server-6.0.3\setup.py", line 269, in
z = zipfile.ZipFile(zipfile_path, 'a')
File "C:\Python25\lib\zipfile.py", line 339, in __init__
self.fp = open(file, modeDict[mode])
IOError: [Errno 2] No such file or directory: 'dist\\library.zip'

PFE's picture

Hi After setting up the

Hi
After setting up the development environment on Windows,
when I come to execute openerp-server.py:
error:

[2013-03-04 11:10:10,776][?] INFO:server:OpenERP version - 6.0.3
[2013-03-04 11:10:10,776][?] INFO:server:addons_path - C:\openerp-server-6.0.3\bin\addons
[2013-03-04 11:10:10,776][?] INFO:server:database hostname - localhost
[2013-03-04 11:10:10,776][?] INFO:server:database port - 5432
[2013-03-04 11:10:10,776][?] INFO:server:database user - Hamdi
[2013-03-04 11:10:10,776][?] INFO:server:initialising distributed objects services
Traceback (most recent call last):
File "C:\openerp-server-6.0.3\bin\openerp-server.py", line 94, in
import report
File "C:\openerp-server-6.0.3\bin\report\__init__.py", line 22, in
import interface
File "C:\openerp-server-6.0.3\bin\report\interface.py", line 32, in
import render
File "C:\openerp-server-6.0.3\bin\report\render\__init__.py", line 22, in
from simple import simple
File "C:\openerp-server-6.0.3\bin\report\render\simple.py", line 27, in
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table
ImportError: No module named reportlab.platypus

thanks

pfe2013's picture

hi, I want to install

hi, I want to install Openerp-server (6.0.3) on windows with source. i have already download all python packages; but when I execute
Code: python setup.py install

I have this error: Code:

Traceback (most recent call last):
File "C:\serveur\openerp-server-6.0.3\setup.py", line 269, in
z = zipfile.ZipFile(zipfile_path, 'a')
File "C:\Python25\lib\zipfile.py", line 339, in __init__
self.fp = open(file, modeDict[mode])
IOError: [Errno 2] No such file or directory: 'dist\\library.zip'

thanks

Rami's picture

Hi Fahad, Thanks for the

Hi Fahad,

Thanks for the great article .. I need your help to get the server and the client running without eclipse on windows.
What would be the command to do that.

Thanks,
Rami

fahad's picture

Hi Rami, 1)Use commanfd line

Hi Rami,

1)Use commanfd line and cd to directory of the server.
2)Openerp Server could be started using python openerp-server.py

 

Anonymous's picture

I follow the steps, when i

I follow the steps, when i lunch a debug i have a problems :
I dont understand why i have this problem :'( :
Traceback (most recent call last):
File "C:\Users\slim.slim-PC\Desktop\eclipse\plugins\org.python.pydev_2.6.0.2012062818\pysrc\pydevd.py", line 1392, in
debugger.run(setup['file'], None, None)
File "C:\Users\slim.slim-PC\Desktop\eclipse\plugins\org.python.pydev_2.6.0.2012062818\pysrc\pydevd.py", line 1085, in run
pydev_imports.execfile(file, globals, locals) #execute the script
File "C:\OpenErp\openerp-server-6.0.3\bin\openerp-server.py", line 112, in
service.http_server.init_servers()
File "C:\OpenErp\openerp-server-6.0.3\bin\service\http_server.py", line 233, in init_servers
int(tools.config.get('xmlrpc_port', 8069)))
ValueError: invalid literal for int() with base 10: '8069 (change port here if already allinone setup has been installed,say 8059)'

help me please :'(

fahad's picture

Please remove the round

Please remove the round brackets and their contents, which was meant only for understanding.

anonymous's picture

i want to change modul

i want to change modul res.partner but openerp takes no chnges.
example : add fields.

i work in windows xp.

fahad's picture

After adding the fields.

After adding the fields. Please restart the openerp-server and if not still been updated.Please schedule upgrade the module.