add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:07:54 +01:00
parent 99a41604b8
commit b029febff1
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,9 @@ class Entrepot extends CommonObject
*/
public $table_element='entrepot';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='stock';
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe

View File

@ -45,6 +45,9 @@ class Productlot extends CommonObject
*/
public $table_element = 'product_lot';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto='barcode';
/**