Re: [Tinyerp-users] TVA insertion error

2008-12-17 Thread forum-user
hi everybody am always trying to find out how to resolve this no such group error message so am searching for the code responsible of that def gen_next_ref#40;self, cr, uid, ids#41;#58; nbsp; nbsp;nbsp; nbsp;if len#40;ids#41; != 1#58; nbsp; nbsp;nbsp; nbsp;nbsp; nbsp;return True nbsp; nbsp;nbsp;

Re: [Tinyerp-users] Corporate Header address

2008-12-17 Thread forum-user
From menu Administration/Users/Company's Structure/Companies You can find Header/Footer Tab. You can change header footer from there. -- Regards, Husen Daudi, OpenERP=Easier, Adaptable, Affordable, Modular m2f --

Re: [Tinyerp-users] Days instead of hours

2008-12-17 Thread forum-user
Hello Raphaël, thanks for your answer. I will continue to search (and will dive into the code if needed). I will post the result of my search. If anybody has any other clues, it will be appreciate :) stef m2f --

Re: [Tinyerp-users] Server Actions -

2008-12-17 Thread forum-user
Does the Create Object Server Action have to be included in a workflow, too? I've tried your example in ServerAction.pdf but the action is not invoked. m2f -- http://www.openerp.com/forum/viewtopic.php?p=27829#27829 m2f

Re: [Tinyerp-users] Days instead of hours

2008-12-17 Thread forum-user
@stef one, some time ago I discussed the isse with Tiny.be guys and they said you could switch, but still is doesn't look straightforward for me (disclaimer, didn't invest too much time on that either). It was just before Fabien posted:

Re: [Tinyerp-users] Make picking via xmlrpc call

2008-12-17 Thread forum-user
The quantity is not on the picking but on the stock.move. A picking can have serveral moves and it is there where you need to specify product and quantity. In fact... you may insert just stock moves without the picking... Regards, Pedro m2f --

[Tinyerp-users] Make picking via xmlrpc call

2008-12-17 Thread forum-user
Hello, I am developing a module on my company software that integrates stock management with OpenERP Server via xmlrpc client. One of the the requirements is that the user never will see OpenERP. All the interaction with OpenERP must be made on our company software. Our company software is

Re: [Tinyerp-users] Days instead of hours

2008-12-17 Thread forum-user
In trunk: You can change the task's unit of measure on the company defnition. (in trunk only) For the others (timesheets, sales, ...) you can use unit of measure. Change the unit of measure of the product related to the employee. (already in employee) Open ERP is fully multiple unit of

Re: [Tinyerp-users] Unable to back up database

2008-12-17 Thread Stephane Wirtel
Mugoma Okomba wrote: Hi all. I am getting following error when I try to back up the database: Couldn't backup database I have tried both on Tiny 4.3.3 and OpenERP 5 rc1 but keep getting same error message! I would really appreciate any tips to resolve this. Thanks. Mugoma. What was the

[Tinyerp-users] Graph for processes

2008-12-17 Thread forum-user
Hi! Is it possible to print a graph of the enterprise processes like the ones that workflows have? m2f -- http://www.openerp.com/forum/viewtopic.php?p=27836#27836 m2f

[Tinyerp-users] launh the server on ubuntu with trunk version

2008-12-17 Thread forum-user
Hello, I have the last trunk version (with bzr pull) on ubuntu. When i launch the server in terminal, i get those messages : Traceback (most recent call last): File ./openerp-server.py, line 55, in module import netsvc File /home/bruno/openerp/server/bin/netsvc.py, line 215, in module

Re: [Tinyerp-users] launh the server on ubuntu with trunk version

2008-12-17 Thread Christophe Simonis
Le 17-déc.-08 à 23:57, forum-u...@tinyerp.org a écrit : Hello, I have the last trunk version (with bzr pull) on ubuntu. When i launch the server in terminal, i get those messages : Traceback (most recent call last): File ./openerp-server.py, line 55, in module import netsvc File

[Tinyerp-users] How to know which detail-records are selected

2008-12-17 Thread forum-user
Hi, I have a master-detail relationship (one2many). While the user edits a master record, he selects some detail-records and then clicks a button. Then some action is done based on the selected detail-records. While coding the action for the button, I am unable to know how to get which detail

Re: [Tinyerp-users] launh the server on ubuntu with trunk version

2008-12-17 Thread forum-user
It is exactly what the error message says. Trunk has been ported to now use psycopg2 instead of the older psycopg. Therefore, you have to install psycopg2. m2f -- http://www.openerp.com/forum/viewtopic.php?p=27852#27852 m2f

Re: [Tinyerp-users] Sales and Marketing modules crash openerp on windows 2003

2008-12-17 Thread forum-user
cjg wrote: ... I have installed tinyerp on a clean installation of windows 2003 server with all of the security updates for windows applied. After successfully using the all in one installer for the latest stable 4.x branch I went to install some modules so that we are able to evaluate