2
0
forked from Wavyzz/dolibarr

WIP Can add tooltips on extrafields

This commit is contained in:
Laurent Destailleur
2018-06-28 19:13:23 +02:00
parent f5ea130562
commit 60c62895bf
4 changed files with 25 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ create table llx_extrafields
param text, -- extra parameters to define possible values of field
list varchar(255) DEFAULT '1', -- visibility of field. 0=Never visible, 1=Visible on list and forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing
langs varchar(64), -- example: fileofmymodule@mymodule
help text, -- to store help tooltip
fk_user_author integer, -- user making creation
fk_user_modif integer, -- user making last change
datec datetime, -- date de creation