Commit 97564647 authored by Sebastien Robin's avatar Sebastien Robin

it should be folder because we want sub-objects


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1955 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21347827
...@@ -29,13 +29,13 @@ ...@@ -29,13 +29,13 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Base import Base from Products.ERP5Type.Document.Folder import Folder
from Products.ERP5.Document.Coordinate import Coordinate from Products.ERP5.Document.Coordinate import Coordinate
import string import string
class BankAccount(Coordinate, Base): class BankAccount(Coordinate, Folder):
""" """
A bank account number holds a collection of numbers A bank account number holds a collection of numbers
and codes (ex. SWIFT, RIB, etc.) which may be used to and codes (ex. SWIFT, RIB, etc.) which may be used to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment