Metadata-Version: 1.2
Name: trytond_account_es
Version: 5.0.4
Summary: Tryton with Spanish chart of accounts
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker@tryton.org
License: GPL-3
Download-URL: http://downloads.tryton.org/5.0/
Description: trytond_account_es
        ==================
        
        The account_es module of the Tryton application platform.
        
        The module generates the chart of accounts for the normal and pyme charts.
        The XML files for each variant are generated from the same original XML file
        thanks to the create_variant.xsl XSLT script. The script will produce on the
        standard output the desired XML file. The XSLT script can be launched with the
        following commands::
        
            xsltproc --stringparam chart <chart> create_chart.xsl account.xml
            xsltproc --stringparam chart <chart> create_chart.xsl tax.xml
        
        where ``chart`` is `normal` or `pyme`
        
        Installing
        ----------
        
        See INSTALL
        
        Support
        -------
        
        If you encounter any problems with Tryton, please don't hesitate to ask
        questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
        
          http://bugs.tryton.org/
          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 Tryton web site:
        
          http://www.tryton.org/
        
Keywords: tryton account chart spanish
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.4
