Metadata-Version: 1.1
Name: collective.behavior.stock
Version: 0.5
Summary: Provides stock related behavior to dexterity content types.
Home-page: https://github.com/collective/collective.behavior.stock/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =========================
        collective.behavior.stock
        =========================
        
        collective.behavior.stock provides stock related behavior to dexterity content types.
        
        Currently tested with
        ---------------------
        
        * Plone-4.2.4 [taito]
        
        Behavior
        --------
        
        The behavior can be added through the web or directly through the file system to the dexterity content type xml file like::
        
          <property name="behaviors">
            ...
            <element value="collective.behavior.stock.interfaces.IStock" />
            ...
          </property>
        
        Change log
        ----------
        
        0.5 (2013-02-07)
        ================
        
        - Added method: stocks which returns catalog brains of stocks. [taito]
        
        0.4 (2013-02-04)
        ================
        
        - Update methods: sub_stock and add_stock to avoid ValueError. [taito]
        
        0.3 (2013-02-03)
        ================
        
        - Defined initial_stock. [taito]
        - Integrated Travis CI. [taito]
        
        0.2.1 (2012-09-24)
        ==================
        
        - Finnish translations updated. [taito]
        
        0.2 (2012-09-17)
        ================
        
        - Finnish translations added. [taito]
        
        0.1 (2012-09-01)
        ================
        
        - Initial release. [taito]
        
        Contributors
        ------------
        
        Author
        ======
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
