From 4033204bc61fed6a825ce9eb09d168265981201b Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 25 Apr 2008 11:30:53 +0000 Subject: [PATCH] Associate Reference propertysheet to Account. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20812 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/Document/Account.py b/product/ERP5/Document/Account.py index c01f83fd65..affad7a343 100644 --- a/product/ERP5/Document/Account.py +++ b/product/ERP5/Document/Account.py @@ -81,5 +81,6 @@ class Account(XMLObject): , PropertySheet.DublinCore , PropertySheet.Account , PropertySheet.Arrow + , PropertySheet.Reference ) -- 2.30.9