Metadata-Version: 2.1
Name: odoo-fast-report-mapper-equitania
Version: 0.0.2
Summary: A package to create FastReport entries in Odoo
Home-page: https://github.com/equitania/odoo-fast-report-mapper
Author: Lukas von Ehr - Equitania Software GmbH
Author-email: l.von.ehr@equitania.de
License: UNKNOWN
Description: # Odoo-fast-report-mapper
        ====================================================================================    
        This is a simple python library to create FastReport entries in an Odoo environment.  
        It is a helper tool for our Odoo modules. https://www.myodoo.de/myodoo-fast-report.  
        
        ## Installation
        
        ### odoo-fast-report-mapper requires:
        
        - Python (>= 3.6)
        - click (>= 7.1.2)
        - OdooRPC (>= 0.7.0)
        - PyYaml (>= 3.12)
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install odoo-fast-report-mapper.
        
        ```bash
        pip install odoo-fast-report-mapper
        ```
        
        ---
        
        ## Usage
        
        ```bash
        $ odoo-fr-mapper --help
        usage: odoo-fr-mapper [--help] [--server_path] [--report_path]
        ```
        ```bash
        Optional arguments:
          --server_path  Server configuration folder
          --report_path  Reports folder
          --help         Show this message and exit.
        ```
        ---
        
        ## Options
        >You can check out the full license [here](https://github.com/equitania/odoo-fast-report-mapper/blob/master/LICENSE.txt)
        
        This project is licensed under the terms of the **AGPLv3** license.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
