From e2d0c78a4fee1868c3417c16ec186e76d9c8c051 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 7 Jan 2004 13:45:33 +0000
Subject: [PATCH] *** empty log message ***

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@171 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../PropertySheet/PresentAuCatalogue.py       | 41 +++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100755 product/Coramy/PropertySheet/PresentAuCatalogue.py

diff --git a/product/Coramy/PropertySheet/PresentAuCatalogue.py b/product/Coramy/PropertySheet/PresentAuCatalogue.py
new file mode 100755
index 0000000000..1bb8809874
--- /dev/null
+++ b/product/Coramy/PropertySheet/PresentAuCatalogue.py
@@ -0,0 +1,41 @@
+##############################################################################
+#
+# Copyright (c) 2002 Coramy SAS and Contributors. All Rights Reserved.
+#	Romain Courteaud <Romain_Courteaud@coramy.com>
+
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# 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 2
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
+
+class PresentAuCatalogue:
+  """
+  	Generic property
+  """
+
+  _properties = (
+        {   'id'          : 'present_au_catalogue',
+            'description' : 'Présent au catalogue',
+            'type'        : 'boolean',
+            'mode'        : 'w' },
+      )
+
-- 
2.30.9