
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2757 fd906abe-77d9-0310-91a1-e0d9ade77398
14 lines
264 B
Text
14 lines
264 B
Text
==========================================
|
|
Commerce: Products, Customers, Orders, ...
|
|
==========================================
|
|
|
|
($Id$)
|
|
|
|
|
|
Products
|
|
========
|
|
|
|
Let's start with a Product:
|
|
|
|
>>> from cybertools.commerce.product import Product
|
|
>>> p1 = Product()
|