Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009301Openbravo ERPA. Platformpublic2009-06-02 18:022009-06-08 00:00
psarobe 
gmauleon 
immediatemajorhave not tried
closedfixed 
5
pi 
2.50MP2 
Core
No
0009301: Has no sense some Read Only Logic fields in product window
In the product window after selecting the product type "Expense type" some fields become not editable. These fields should remain editable. The fields should be remain editable in any product type. These fields are defined in Steps to reproduce
1. Go to Product window
2. Create a product. Product type item
3. Change the product type to Expense type
The following fields should remain editable:

-Search key
-Name
-Description
-Product category
-UOM
-Tax category
Change the Read Only Logic in each column definition:

From: @ProductType@='R'| @ProductType@='E'|@ProductType@='O'


To: @ProductType@='R'|@ProductType@='O'
No tags attached.
has duplicate defect 0009477 closed rafaroda Products become read only when you choose product type = Expense type 
Issue History
2009-06-02 18:02psarobeNew Issue
2009-06-02 18:02psarobeAssigned To => alostale
2009-06-02 18:02psarobeStatusnew => scheduled
2009-06-02 18:02psarobefix_in_branch => pi
2009-06-03 08:29rafarodaAssigned Toalostale => rafaroda
2009-06-03 08:32rafarodaAssigned Torafaroda => gmauleon
2009-06-03 14:31gmauleonfix_in_branchpi =>
2009-06-03 14:31gmauleonSteps to Reproduce Updated
2009-06-03 17:08hgbotCheckin
2009-06-03 17:08hgbotNote Added: 0016924
2009-06-03 17:08hgbotStatusscheduled => resolved
2009-06-03 17:08hgbotResolutionopen => fixed
2009-06-03 17:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d94bb99d47776324da03603bcb4ed6a23e126dc6 [^]
2009-06-04 19:52psarobeStatusresolved => new
2009-06-04 19:52psarobeResolutionfixed => open
2009-06-04 19:53psarobeStatusnew => scheduled
2009-06-04 19:53psarobeNote Added: 0016961
2009-06-04 19:53psarobefix_in_branch => pi
2009-06-05 09:46gmauleonNote Added: 0016997
2009-06-05 10:05psarobefix_in_branchpi =>
2009-06-05 10:05psarobeDescription Updated
2009-06-05 11:36hgbotCheckin
2009-06-05 11:36hgbotNote Added: 0017010
2009-06-05 11:36hgbotStatusscheduled => resolved
2009-06-05 11:36hgbotResolutionopen => fixed
2009-06-05 11:36hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/d94bb99d47776324da03603bcb4ed6a23e126dc6 [^] => http://code.openbravo.com/erp/devel/pi/rev/0d78ebecd30335c0ac9ffbd8c45b8fc8554b0522 [^]
2009-06-06 20:47psarobeStatusresolved => closed
2009-06-06 20:47psarobeFixed in Version => 2.50MP2
2009-06-08 00:00anonymoussf_bug_id0 => 2802645
2009-06-22 10:04rafarodaRelationship addedhas duplicate 0009477

Notes
(0016924)
hgbot   
2009-06-03 17:08   
Repository: erp/devel/pi
Changeset: d94bb99d47776324da03603bcb4ed6a23e126dc6
Author: Gorka Mauleon <gorka.mauleon <at> openbravo.com>
Date: Wed Jun 03 17:07:36 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d94bb99d47776324da03603bcb4ed6a23e126dc6 [^]

fixes bug 0009301: Has no sense some Read Only Logic fields in product window

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0016961)
psarobe   
2009-06-04 19:53   
Gorka,

We have to remove all the read only logic in all those fields
(0016997)
gmauleon   
2009-06-05 09:46   
Pablo

The issue description says "selecting the product type "Expense type" some fields become not editable" So i deactivate the read only logic only in this case. So please change the description of the issue

Regards
(0017010)
hgbot   
2009-06-05 11:36   
Repository: erp/devel/pi
Changeset: 0d78ebecd30335c0ac9ffbd8c45b8fc8554b0522
Author: Gorka Mauleon <gorka.mauleon <at> openbravo.com>
Date: Fri Jun 05 11:35:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0d78ebecd30335c0ac9ffbd8c45b8fc8554b0522 [^]

fixes bug 0009301: Has no sense some Read Only Logic fields in product window

---
M src-db/database/sourcedata/AD_COLUMN.xml
---