Ivan, thanks for your clear explanation.
Does it make sense to add an additional column (AD_Module_Log.AD_Module_Name) so it is possible to identify uninstalled modules? Of course AD_Module_Log.AD_Module_ID should not be shown in Log tab... Ismael -----Mensaje original----- De: Iván Perdomo [mailto:[email protected]] Enviado el: viernes, 11 de diciembre de 2009 10:17 Para: Rok Lenardic CC: openbravo-development Asunto: Re: [Openbravo-development] Change in Openbravo 2.50 public API Hi Rok, This change has nothing to do with combotabledata or anything like that. As you may know part of our public API are the generated classes based on the application dictionary metadata. If you change the metadata the generated class will change. In this case, the ADModuleLog entity had a reference to the ADModule one, but ADModuleLog is a log table. When you uninstall a module (also is stored here) you end up with a reference pointing to a non existent record. See issue 11705 [1]. I changed the reference of the AD_Module_ID column in this table, and removed isParent flag, and this action triggered a change in the generated class ADModuleLog. I hope that this clarifies the API change. [1] https://issues.openbravo.com/view.php?id=11705 Best Regards, Iván On Fri, 11 Dec 2009 09:59:09 +0100 Rok Lenardic <[email protected]> wrote: > does that mean that the UUID of the reference needs to be passed to > the combotabledata constructor or some kind of search key? (as > opposed to the name that was used previously)? > Rok > > 2009/12/10 Iván Perdomo <[email protected]> > > > > > Hi all, > > > > There has been an Openbravo 2.50 public API change. > > For more information visit change number: 10.2 > > > > http://wiki.openbravo.com/wiki/ERP/2.50/API_changes > > > > > > Best Regards, > > > > -- > > Iván Perdomo > > > > > > ------------------------------------------------------------------------------ > > Return on Information: > > Google Enterprise Search pays you back > > Get the facts. > > http://p.sf.net/sfu/google-dev2dev > > _______________________________________________ > > Openbravo-development mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/openbravo-development > > -- Iván Perdomo ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
