2
0
forked from Wavyzz/dolibarr

FIX Translation of column in list of invoice

This commit is contained in:
ldestailleur
2025-03-24 12:49:46 +01:00
parent 920c84a056
commit 911bfa2883
4 changed files with 9 additions and 11 deletions

View File

@@ -78,6 +78,7 @@ class MyObject extends CommonObject
* Note: Filter must be a Dolibarr Universal Filter syntax string. Example: "(t.ref:like:'SO-%') or (t.date_creation:<:'20160101') or (t.status:!=:0) or (t.nature:is:NULL)"
* 'length' the length of field. Example: 255, '24,8'
* 'label' the translation key.
* 'langfile' the key of the language file for translation.
* 'alias' the alias used into some old hard coded SQL requests
* 'picto' is code of a picto to show before value in forms
* 'enabled' is a condition when the field must be managed (Example: 1 or 'getDolGlobalInt("MY_SETUP_PARAM")' or 'isModEnabled("multicurrency")' ...)