Tryton 1.4 is available

2009-10-26 Thread ced
Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. This new series comes up with new modules,

Tryton 1.6 series is out

2010-05-28 Thread ced
Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as main database engine. It is the core base of a complete business solution providing modularity, scalability and security. This new release comes with the suppo

vatnumber 0.6 is out

2010-05-30 Thread ced
vatnumber is a Python module to validate VAT numbers. It can validate VAT formats for 35 countries and can use the European VIES [1] service. http://pypi.python.org/pypi/vatnumber/0.6 The changelog for this release: * Add generic check_vat method * Replace SOAPpy by suds * Add GB validation for

relatorio 0.5.5 released

2010-07-20 Thread ced
Relatorio is a project to easily create reports in a variety of formats (openoffice text, PDF, XHTML) from python objects. A new minor release of relatorio has been published. It only fixes the namespace in opendocument manifest which is required for OpenOffice 3.2. relatorio is available on PyPI

First release of Proteus

2011-01-03 Thread ced
Proteus is a Python library to access Tryton [1] server. (Tryton is a three-tiers high-level general purpose application platform) It can be used through XML-RPC or by using trytond as module and provides an Active Record pattern enabling you to interact pythonically with your Tryton server. Its

vatnumber 0.8 is out

2011-01-18 Thread ced
vatnumber is a Python module to validate VAT numbers. It can validate VAT formats for 35 countries and can use the European VIES [1] service. http://pypi.python.org/pypi/vatnumber/0.8 The changelog for this release: * Add GB validation for the "9755" checksum introduced in November 2009 [1] ht