mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -34,11 +35,14 @@ class modProduit extends DolibarrModules
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->numero = 50 ;
|
||||
|
||||
$this->family = "products";
|
||||
$this->name = "Produit";
|
||||
$this->description = "Gestion des produits";
|
||||
$this->const_name = "MAIN_MODULE_PRODUIT";
|
||||
$this->const_config = MAIN_MODULE_PRODUIT;
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array();
|
||||
$this->requiredby = array("modStock","modService");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user