Metadata-Version: 1.2
Name: trytond-product
Version: 5.2.1
Summary: Tryton module with products
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: bugs@tryton.org
License: GPL-3
Download-URL: http://downloads.tryton.org/5.2/
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://hg.tryton.org/modules/product
Description: Product Module
        ##############
        
        The Product module defines the following models: Category of Unit of
        Measure, Unit of Measure, Product Template, Product and Product
        Category.
        
        
        Category of Unit of Measure
        ***************************
        
        A Category of Unit of Measure is simply defined by a name.
        
        
        Unit of Measure
        ***************
        
        A Unit of Measure is defined by:
        
        - Name.
        - Symbol.
        - UOM category.
        - Rate and a Factor (the later is the inverse of the former).
        - Rounding Precision and Display Digits, used to round and display
          quantities expressed in the given UOM.
        - Active, allow to disable a UOM.
        
        
        Product category
        ****************
        
        The Product Category Model is just composed of a name. Product
        Categories are organised in a tree structure.
        
        
        Product Template and Product
        ****************************
        
        The product concept in Tryton is composed of two models: Product
        Template and Product.
        
        The Product Template model contains the following fields: 
        
        - Name.
        - Type, whose value can be *Goods*, *Assets*, *Service*.
        - Category.
        - List Price, the default sale price expressed in the List Price UOM.
          product.
        - List Price UOM.
        - Cost Price, the cost for one unit of this product expressed in the
          Cost Price UOM.
        - Cost Price UOM.
        - Cost Price Method, which can be *Fixed* or *Average*. Defines how
          the cost price should be updated. *Fixed* means that the cost price
          stay unchanged. *Average* means that the cost price is the average
          cost of all the items that are in stock.
        - Default UOM. The default UOM for this product. Used for example to
          express stock levels.
        - Active, allow to disable a product.
        
        
        The Product model extend the Product Template with two fields: Code
        and Description.
        
        Configuration
        *************
        
        The product module uses the section `product` to retrieve some parameters:
        
        - `price_decimal`: defines the number of decimal with which the unit prices are
          stored. The default value is `4`.
        
        .. warning::
            It can not be lowered once a database is created.
        ..
        
Keywords: tryton product
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: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Turkish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.5
