Fix modulebuilder

This commit is contained in:
Laurent Destailleur 2020-01-25 19:30:12 +01:00
parent ee6952e66f
commit 6b30a6ad1f

View File

@ -73,6 +73,11 @@ class Contrat extends CommonObject
*/
public $ismultientitymanaged = 1;
/**
* @var int Does object support extrafields ? 0=No, 1=Yes
*/
public $isextrafieldmanaged = 1;
/**
* 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
* @var integer