Re: [Tinyerp-users] workflow

2010-02-02 Thread Albert Cervera i Areny
A Dimarts, 2 de febrer de 2010, forum-u...@tinyerp.org va escriure: > Does anyone know if it's possible to add a state to an existing workflow > via a new module? > > I would like to add a state called "credit_limit_exception" where if the > partner is over the credit limit, a sale order will go

[Tinyerp-users] workflow

2010-02-02 Thread forum-user
Does anyone know if it's possible to add a state to an existing workflow via a new module? I would like to add a state called "credit_limit_exception" where if the partner is over the credit limit, a sale order will go from draft to this exception if they try to confirm it. I know there are w

Re: [Tinyerp-users] workflow diagram

2009-03-18 Thread forum-user
you will get customize workflow option if there is a workflow available on that object. try to check on sale order form, invoice form etc... OpenERP=Easier, Adaptable, Affordable, Modular m2f -- http://www.openobject.com/foru

Re: [Tinyerp-users] workflow diagram

2009-03-18 Thread forum-user
but the problem is that i don't have that option. When i go to customise i can "customise object" "manage views" and "manage objects" but i can't customise workflow. any idea? m2f -- http://www.openobject.com/forum/viewtopic.php?p=33481#33481 --

Re: [Tinyerp-users] workflow diagram

2009-03-18 Thread forum-user
you can check workflow using customization> workflow functionality in web client. OpenERP=Easier, Adaptable, Affordable, Modular m2f -- http://www.openobject.com/forum/viewtopic.php?p=33473#33473 m2f ---

[Tinyerp-users] workflow diagram

2009-03-18 Thread forum-user
Hello! I am new with openerp and i have a question. I want to see the workflow diagram but i can't, in the web client i don't have the option. If i want to show the diagram with the windows client with the menu conector i get an error (the ps2pdf.bat cannot be found) do I have to install that p

[Tinyerp-users] Workflow: transition conditions

2008-06-25 Thread forum-user
I have been trying to get a transition condition working in a workflow without success. The condition looks like this:  res_company.num_signers==2 But it always produces a traceback: Wed, 25 Jun 2008 21:30:58 ERROR:web-services:Exception in call: Traceback (most recent call last):   File "/usr

[Tinyerp-users] Workflow override / clear transitions and flow_start

2008-02-09 Thread forum-user
Hello all, According to developer's book and 'Upgrading an existing workflow from a different module' article, i modified sales workflow. It's doing well but I still have two question : - How do you change flow_start activity ? I have overridden sale.act_draft, but as it accepts to change the

Re: [Tinyerp-users] WorkFlow Plugin Broken?

2007-03-29 Thread manuel
Thanks. After i had installed a new server (SME, which doesn't include ghostscript by default) this didn't work anymore and I had no conclusion why because I had followed every dependancy. ___ Tinyerp-users mailing list http://tiny.be/mailman/list

Re: [Tinyerp-users] WorkFlow Plugin Broken?

2007-03-28 Thread James Troup
I edited the install section of the Wiki to indicate this. ___ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users

Re: [Tinyerp-users] WorkFlow Plugin Broken?

2007-03-28 Thread James Troup
I am running Debian Sarge. Must we install GhostScript ? It is not listed as a dependancy Cédric Krier wrote: On 28/03/07 08:34 +0930, James Troup wrote: Hi, I'm running 4.0.3 It seems that the WorkFlow plugin might be broken? I generate sales order, check WorkFlow and I get "No Report". I

[Tinyerp-users] WorkFlow Plugin Broken?

2007-03-27 Thread James Troup
Hi, I'm running 4.0.3 It seems that the WorkFlow plugin might be broken? I generate sales order, check WorkFlow and I get "No Report". I turn it into an invoice, check WorkFlow and I get "No Report". Also If I go to the picking list, I cannot find the invoice that I generated. Ideas?