From d02329398940c15bc6a416b84114dc9863e74b4d Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Thu, 30 Jun 2005 21:59:51 +0000
Subject: [PATCH] Add advantage property to support additional amount of money
 on Pay Sheet (thanks to Mayoro)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3382 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/PaySheet.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/PropertySheet/PaySheet.py b/product/ERP5/PropertySheet/PaySheet.py
index 254c3d15d4..553bdf08cb 100755
--- a/product/ERP5/PropertySheet/PaySheet.py
+++ b/product/ERP5/PropertySheet/PaySheet.py
@@ -40,6 +40,10 @@ class PaySheet:
             'description' : '',
             'type'        : 'date',
             'mode'        : 'w' },
+        {   'id'          : 'advantage',
+            'description' : '',
+            'type'        : 'float',
+            'mode'        : 'w' },
     )
 
     _categories = ( 'source', 'destination',
-- 
2.30.9