Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011535Openbravo ERP00. Application dictionarypublic2009-11-29 22:592010-03-10 18:28
fgredruello 
alostale 
urgentminoralways
closedduplicate 
30Ubuntu 9.04
2.50MP8 
 
Core
No
0011535: Translation can not be added to Field Category in Application Dictionary
Translation can not be added to Field Category in Application Dictionary.

Add a field category group to a field in a window. Before compilation, the field category group show null in the window.

Default language of OB is set to Spanish.


Thanks and sorry, my english is poor...
- Application Dictionary
- Field Category
- Select one
- Translation tab
- New record
- Field Language is disabled for select another language. (Default = English)
Change Language field attributes to enable edit = yes.
No tags attached.
duplicate of defect 0011246 closed alostale Translation for new fieldgroup in a module with baseLanguage != en_US do not work 
Issue History
2009-11-29 22:59fgredruelloNew Issue
2009-11-29 22:59fgredruelloAssigned To => rafaroda
2009-12-01 01:30fgredruelloNote Added: 0022265
2009-12-29 23:48fgredruelloNote Added: 0023148
2010-02-11 18:32rafarodaAssigned Torafaroda => alostale
2010-02-15 12:58alostalePrioritynormal => urgent
2010-02-15 12:58alostaleStatusnew => scheduled
2010-02-16 09:01alostaleRelationship addedduplicate of 0011246
2010-02-16 09:01alostaleNote Added: 0024382
2010-02-16 09:01alostaleStatusscheduled => closed
2010-02-16 09:01alostaleResolutionopen => duplicate
2010-02-17 00:00anonymoussf_bug_id0 =>
2010-03-10 18:28anonymoussf_bug_id => 2967947

Notes
(0022265)
fgredruello   
2009-12-01 01:30   
This issue sounds like https://issues.openbravo.com/view.php?id=11246. [^]

I have seen in 2.50 MP9 release notes, this issue solved. I'll try to update 2.50 MP9 and I try again.

Thanks.
(0023148)
fgredruello   
2009-12-29 23:48   
Problems installing a module with Field Category columns.

SQL Command failed with: ERROR: inserción o actualización en la tabla «ad_field» viola la llave foránea «adfieldgroup_adfield»
Detail: La llave (ad_fieldgroup_id)=(241CCCEB31D1460CA5FC9DE863D86D8F) no está presente en la tabla «ad_fieldgroup».
-- END
ALTER TABLE AD_FIELD
ADD CONSTRAINT ADFIELDGROUP_ADFIELD FOREIGN KEY (AD_FIELDGROUP_ID) REFERENCES AD_FIELDGROUP (AD_FIELDGROUP_ID)
SQL Command failed with: ERROR: inserción o actualización en la tabla «ad_column» viola la llave foránea «ad_reference_columnvalue»
Detail: La llave (ad_reference_value_id)=(B8AE827D486044028652B029EE438AE5) no está presente en la tabla «ad_reference».
-- END
ALTER TABLE AD_COLUMN
ADD CONSTRAINT AD_REFERENCE_COLUMNVALUE FOREIGN KEY (AD_REFERENCE_VALUE_ID) REFERENCES AD_REFERENCE (AD_REFERENCE_ID)
Executed 173 SQL command(s) with 2 error(s)
Executed 128 SQL command(s) with 0 error(s)
Executed 458 SQL command(s) with 0 error(s)
(0024382)
alostale   
2010-02-16 09:01   
The error you mention in your last note seems to be related to some modules not completely exported.