Metadata-Version: 2.1
Name: odoo14-addon-apps_product_creator
Version: 14.0.1.1.0
Summary: Create a product variant (by version) for every module found in the Github repositories
Home-page: https://github.com/OCA/apps-store
Author: Odoo Community Association (OCA), BizzAppDev
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 14.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.6
Requires-Dist: odoo14-addon-github-connector-oca
Requires-Dist: odoo14-addon-github-connector-odoo
Requires-Dist: odoo<14.1dev,>=14.0a

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

======================
Github product creator
======================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:b9a9099b55ddd4ba9b83ea395d5f31598e2adcb75141b70cdf90c580e1f59b5d
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fapps--store-lightgray.png?logo=github
    :target: https://github.com/OCA/apps-store/tree/14.0/apps_product_creator
    :alt: OCA/apps-store
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/apps-store&target_branch=14.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module extends the functionality of the module Github connector to create a product for every module found.
A variant is also created for every version of the module.

**Table of contents**

.. contents::
   :local:

Configuration
=============

There's an scheduled action that creates the product, disabled by default. For enabling it:

#. Go to *Settings > Technical > Automation > Scheduled Actions*.
#. Locate "Create/Update product variants for each module version" and access its form.

Usage
=====

To see the module working

 * Import some modules with `github_connector <https://odoo-community.org/shop/product/1024>`_

#. Run manually the scheduled action mentioned on the configure section or wait until its execution.
#. Go to *Website > Products > Products*.
#. Click on Filters > Add Custom Filter, and apply the filter "Odoo Module" > "is set".
#. You will see the created products in the list.

 Now you can see the products created.

Changelog
=========

14.0.1.0.0 (2021-08-02)
~~~~~~~~~~~~~~~~~~~~~~~

* Migration to 14.0

13.0.1.0.0 (2020-07-10)
~~~~~~~~~~~~~~~~~~~~~~~

* Migration to 13.0

12.0.1.0.0 (2019-04-10)
~~~~~~~~~~~~~~~~~~~~~~~

* Migration to 12.0

11.0.1.1.2 (2018-10-02)
~~~~~~~~~~~~~~~~~~~~~~~

* Publish the modules automatically on the website

11.0.1.1.0 (2018-10-02)
~~~~~~~~~~~~~~~~~~~~~~~

* [ADD] Added dependency on github_connector_oca to display development_status
  (`#19 <https://github.com/OCA/apps-store/pull/19>`_)

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/apps-store/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/apps-store/issues/new?body=module:%20apps_product_creator%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* BizzAppDev

Contributors
~~~~~~~~~~~~

* Alex Comba <alex.comba@agilebg.com>
* Antonio Esposito <a.esposito@onestein.nl>
* Eric Caudal <eric.caudal@elico-corp.com>
* François Honoré <francois.honore@acsone.eu>
* Nicola Malcontenti <nicola.malcontenti@agilebg.com>
* Roel Adriaans <roel@road-support.nl>
* Ruchir Shukla <ruchir@bizzappdev.com>

* `Tecnativa <https://www.tecnativa.com>`_:

  * Victor M.M. Torres
  * Carlos Roca
  * Alexandre D. Díaz
  * Ernesto Tejeda

* `PyTech <https://www.pytech.it>`_:

  * Simone Rubino <simone.rubino@pytech.it>

Other credits
~~~~~~~~~~~~~

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/apps-store <https://github.com/OCA/apps-store/tree/14.0/apps_product_creator>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
