Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003370Openbravo ERPE. Translationpublic2007-07-26 18:032008-12-17 11:09
villind 
rmorley 
normalminoralways
acknowledgedopen 
5
 
 
Core
No
0003370: Action/Process buttons are visible when creating a new entry
By default Action/Process buttons are visible also for the new records, except those cannot be used. The default should be the vise versa or they should save the record first.

No tags attached.
blocks feature request 0000586pi acknowledged iciordia State transitions for documents and buttons 
Issue History
2008-07-01 19:36pjuvaraStatusnew => acknowledged
2008-07-01 19:36pjuvaraRelationship addedblocks 0000586
2008-11-16 07:44pjuvaraAssigned Toalostale => pjuvara
2008-12-17 11:09pjuvaraAssigned Topjuvara => rmorley

Notes
(0006959)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:44)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1761387 [^]
(0003900)
roklenardic   
2007-07-26 18:42   
(edited on: 2008-06-12 09:26)
Logged In: YES
user_id=1626799
Originator: NO

A simple workaround for this is to add the following to Display Logic of a field inside the application dictionary. For example, take Project (Service) window and the Set Project Type Button. To hide that button for new entries (before they are saved) add this code to the Display logic of the button field:
 & (@C_PROJECT_ID@!0)

You can figure out analogue solutions for other windows, just take the primary id of that tab's table and check for difference from zero.