anozimada / idempiere-themepack

GNU General Public License v2.0
3 stars 5 forks source link

Theme Pack Themes should be Table instead of List Reference #2

Closed hengsin closed 2 years ago

hengsin commented 2 years ago

It would be a lot more flexible to use table instead of List Reference for "Theme Pack Themes" entries. Would make it a lot easier for other bundle/plugin to add new theme too, the plugin just needs to add new record to the "Theme Pack Themes" table (Perhaps there's one or 2 more field needed for such flexbility but with Table, it will be straightforward to add whatever field necessary).

anozimada commented 2 years ago

Can't the other bundle/plugin just create a new AD_Ref_List record under the "Theme Pack Themes" instead? Currently I only use it to store the name of the themes so I thought using List Reference is enough and keep it simple. Also what fields do you need in that new table?