Metadata-Version: 1.2
Name: odoo-addon-somconnexio-application
Version: 16.0.1.0.0.3
Summary: Som Connexio's application with customely developed odoo addons as dependencies that fulfill the cooperative requirements.
Home-page: https://coopdevs.org
Author: Som Connexió SCCL, Coopdevs Treball SCCL,
License: AGPL-3
Description: #########################
         SomConnexio Application
        #########################
        
        .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
           :alt: Beta
           :target: https://odoo-community.org/page/development-status
        
        .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
           :alt: License: AGPL-3
           :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
        
        |badge1| |badge2|
        
        Som Connexio's application with customely developed odoo addons as
        dependencies used to fulfill the cooperative requirements.
        
        **Table of contents**
        
        .. contents::
           :local:
        
        ******************
         Available addons
        ******************
        
        .. csv-table:: Available addons
           :header: "addon", "version", "summary"
           :widths: 10 10 30
        
           "`base_rest_somconnexio <base_rest_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió base REST module"
           "`contract_api_somconnexio <contract_api_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Contract API module"
           "`contract_group_somconnexio <contract_group_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Contract Group module"
           "`cooperator_api_somconnexio <cooperator_api_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Cooperator API module"
           "`cooperator_somconnexio <cooperator_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Cooperator module"
           "`correos_somconnexio <correos_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Correos module"
           "`crm_lead_api_somconnexio <crm_lead_api_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió CRM Lead API module"
           "`delivery_somconnexio <delivery_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Delivery module"
           "`hr_assistance_somconnexio <hr_assistance_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió HR Assistance module"
           "`invoice_somconnexio <invoice_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Invoice module"
           "`marginalized_groups_somconnexio <marginalized_groups_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Marginalized Groups module"
           "`oficinavirtual_somconnexio <oficinavirtual_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Oficina Virtual API module"
           "`opencell_somconnexio <opencell_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Opencell module"
           "`otrs_somconnexio <otrs_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió OTRS module"
           "`res_partner_api_somconnexio <res_partner_api_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Partner API module"
           "`somconnexio <somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Base module"
           "`switchboard_somconnexio <switchboard_somconnexio/>`_", 16.0.1.0.0, "Odoo Som Connexió Switchboard module"
        
        ***************
         Configuration
        ***************
        
        **Development**
        
        Mount the development folder with odoo somconnexio git repository
        (containing all developed modules) into a local container under the
        following path:
        
        .. code::
        
           /opt/odoo_modules/odoo-somconnexio/
        
        Then, make sure this path is included in the `addons_path` from the odoo
        conf file ("/etc/odoo/odoo.conf"):
        
        .. code::
        
           ; Custom Modules
           addons_path = /opt/odoo_modules, /opt/odoo_modules/odoo-somconnexio, /opt/odoo/addons
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
