collective.behavior.vat

Adds VAT field to dexterity content type.


License
BSD-3-Clause
Install
pip install collective.behavior.vat==0.5

Documentation

collective.behavior.vat

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

Currently tested with

  • Plone-4.3.2 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.