From 6b3d78480f5c3b85b33941dd6882a2583f88ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 17 Jun 2008 15:13:15 +0000 Subject: [PATCH] generate payment_condition_source_payment_value and payment_condition_destination_payment_value accessors git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21658 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/TradeCondition.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/product/ERP5/PropertySheet/TradeCondition.py b/product/ERP5/PropertySheet/TradeCondition.py index 0b2cd0b7c8..fa4ecd4c28 100644 --- a/product/ERP5/PropertySheet/TradeCondition.py +++ b/product/ERP5/PropertySheet/TradeCondition.py @@ -57,8 +57,11 @@ class TradeCondition: 'payment_term', 'payment_additional_term', 'payment_end_of_month', 'payment_date', 'quantity', 'efficiency', - 'source_payment', 'source_payment_title', - 'destination_payment', + 'source_payment', + 'source_payment_value', + 'source_payment_title', + 'destination_payment', + 'destination_payment_value', 'destination_payment_title', ), 'mode' : 'w' }, -- 2.30.9