* Copyright (C) 2014      Philippe SAGOT	    <courrier@mon-dolibarr.fr>
  * 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
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 * or see http://www.gnu.org/
 
VERSION : 3.5.2-1
	- Compatible avec Dolibarr 3.5.2
VERSION : 3.5.2-1b
	- Ajout de la constante CREATE_ORDER_FROM_PROPALE pour autoriser ou non la cration d'une commande depuis le devis. Ainsi seule la clotre gnre la commande.
	
	 
OBJET : 
	Cette modification permet la cration possible ou impossible depuis la proposition commerciale d'une intervention et/ou d'un contrat.
		- Pour activer l'intervention depuis la propale, mettre en place la constante CREATE_INTERVENTION_FROM_PROPALE avec valeur  1
		- Pour activer le contrat depuis la propale, mettre en place la constante CREATE_CONTRACT_FROM_PROPALE avec valeur  1
	Cette modification permet la cration possible ou impossible depuis la commande d'une intervention et/ou d'un contrat.
		- Pour activer l'intervention depuis la commande, mettre en place la constante CREATE_INTERVENTION_FROM_ORDER avec valeur  1
		- Pour activer le contrat depuis la propale, mettre en place la constante CREATE_CONTRACT_FROM_ORDER avec valeur  1
	
 
INSTALLATION : 
   Il suffit de remplacer et/ou ajouter les fichiers contenus dans le HTDOCS de votre installation par ceux de la prsente archive.
 