Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.behavior.vat

How to install collective.behavior.vat

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.behavior.vat
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3
0.4Never BuiltWhy not?
0.3 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.3
0.4Never BuiltWhy not?
0.3 Available View build log
Linux (32-bit)
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Linux (64-bit)
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
 
License
BSD
Lastest release
version 0.4 on Apr 4th, 2013

collective.behavior.vat provides VAT related behavior to dexterity content types.

Currently tested with

  • Plone-4.2.5 and Python-2.7.x [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.vat.interfaces.IVAT" />
  ...
</property>
  • VAT value can be preset through registry.

Changelog

0.4 (2013-03-26)
  • Integrated Travis CI. [taito]
  • Tested with Plone-4.2.5. [taito]
  • Refactored and changed names. [taito]
0.3 (2012-11-04)
  • Added test for acquisition. [taito]
  • Tested with Plone-4.2.2. [taito]
0.2 (2012-09-17)
  • Finnish translations added. [taito]
0.1 (2012-09-01)
  • Initial release. [taito]

Installation

You may list collective.behavior.vat to buildout.cfg or setup.py in your own package.

zc.buildout and the plone.recipe.zope2instance

Use zc.buildout and the plone.recipe.zope2instance recipe by adding collective.behavior.vat to the list of egg:

[buildout]
...
eggs =
    ...
    collective.behavior.vat
Dependency to your own package

You may also list to install_requires to setup.py within your package.

Credits

Subscribe to package updates

Last updated Apr 4th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.