precise label comment

This commit is contained in:
Philippe GRAND 2018-09-01 14:06:58 +02:00
parent b59d49d3b3
commit 7b47c79bc3
8 changed files with 18 additions and 18 deletions

View File

@ -48,7 +48,7 @@ class Localtax extends CommonObject
var $amount;
/**
* @var string proper name for given parameter
* @var string local tax
*/
public $label;

View File

@ -58,7 +58,7 @@ class PaymentSalary extends CommonObject
public $num_payment;
/**
* @var string proper name for given parameter
* @var string salary payments label
*/
public $label;

View File

@ -53,7 +53,7 @@ class Tva extends CommonObject
var $num_payment;
/**
* @var string proper name for given parameter
* @var string label
*/
public $label;

View File

@ -59,7 +59,7 @@ class Ccountry // extends CommonObject
var $code_iso;
/**
* @var string proper name for given parameter
* @var string Countries label
*/
public $label;

View File

@ -50,7 +50,7 @@ class Ctyperesource
public $code;
/**
* @var string proper name for given parameter
* @var string Type resource label
*/
public $label;
@ -486,7 +486,7 @@ class CtyperesourceLine
public $code;
/**
* @var string proper name for given parameter
* @var string Type resource line label
*/
public $label;

View File

@ -45,7 +45,7 @@ class Fiscalyear extends CommonObject
var $rowid;
/**
* @var string proper name for given parameter
* @var string fiscal year label
*/
public $label;

View File

@ -1399,7 +1399,7 @@ class ModelMail
public $id;
/**
* @var string proper name for given parameter
* @var string Model mail label
*/
public $label;

View File

@ -47,7 +47,7 @@ class Link extends CommonObject
public $url;
/**
* @var string proper name for given parameter
* @var string Links label
*/
public $label;