Go to file
Carlos G?lvez 717614336f Migrate to py3 2019-04-26 09:49:31 +02:00
proteus_startup Migrate to py3 2019-04-26 09:49:31 +02:00
CHANGELOG Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
COPYRIGHT Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
INSTALL Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
LICENSE Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
MANIFEST.in Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
README Organize as python package and add several methods 2015-08-07 23:16:11 +02:00
setup.py fix unicode error, and init_database funcion 2015-08-21 19:29:27 +02:00

README

proteus_startup
===============

A library with functions to get and/or create Tryton model instances.
It is developed to be used in Behave scenarios

Installing
----------

See INSTALL

Example of usage
----------------

	>>> from proteus import config as pconfig
    >>> config = pconfig.set_trytond()
    >>> config.pool.test = True
	>>> from proteus_startup import company
    >>> company = company.create_company(party, euro_curr)

Support
-------

If you encounter any problems with this module, please don't hesitate to ask
questions on the NaN·tic bug tracker, mailing list,
wiki or IRC channel:

*  http://doc.tryton-erp.es/
*  http://bitbucket.org/nantic/proteus_startup
*  http://groups.tryton.org/
*  http://wiki.tryton.org/
*  irc://irc.freenode.net/tryton

License
-------

See LICENSE

Copyright
---------

See COPYRIGHT


For more information please visit the NaN·tic web site:

  http://www.nan-tic.com/