Search 1.9 billion lines of Odoo code on GitHub

apps_product_creator

Author: Odoo Community Association (OCA), BizzAppDev
License: AGPL-3
Branch: 14.0
Repository: Change2improve/apps-store
Dependencies: github_connector_oca, github_connector_odoo, product, and website_sale
Languages: HTML (425, 25.9%), PO File (432, 26.3%), Python (463, 28.2%), XML (200, 12.2%), and reStructuredText (121, 7.4%)
Other branches: 10.0, 11.0, 12.0, and 13.0
Other repositories: Alex-Woo/apps-store, ERPLibre/apps-store, Gabinete-Digital/apps-store, Guobower/apps-store, LasLabs/oca-apps-store, MathBenTech/apps-store, MediaJockey/apps-store, Mefistous/apps-store, NeatNerdPrime/apps-store, Numigi/apps-store, OCA-MUK/apps-store, OCA/apps-store, RoelAdriaans/apps-store, SanteLibre/apps-store, StephanRozendaal/apps-store, Tecnativa/apps-store, Vauxoo/apps-store, VisiionSolucionesTecnologicas/apps-store, acsone/apps-store, anhvu-sg/apps-store, apetbiz/apps-store, bizzappdev/apps-store, daramousk/apps-store, espo-tony/apps-store, gurneyalex/apps-store, hurrinico/apps-store, lideritjnma/apps-store, lryain/misc-addons, oscarolar/apps-store, pscloud/apps-store, royaurelien/apps-store, sanube/apps-store, sendalpegat/apps-store, shiftctrl-io/apps-store, tafaRU/apps-store, tarteo/apps-store, and xwh123807/apps-store

<h1 class="title">Github product creator</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/apps-store/tree/14.0/apps_product_creator"><img alt="OCA/apps-store" src="https://img.shields.io/badge/github-OCA%2Fapps--store-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/249/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>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.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id7">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id8">Usage</a></li> <li><a class="reference internal" href="#changelog" id="id9">Changelog</a><ul> <li><a class="reference internal" href="#id1" id="id10">14.0.1.0.0 (2021-08-02)</a></li> <li><a class="reference internal" href="#id2" id="id11">13.0.1.0.0 (2020-07-10)</a></li> <li><a class="reference internal" href="#id3" id="id12">12.0.1.0.0 (2019-04-10)</a></li> <li><a class="reference internal" href="#id4" id="id13">11.0.1.1.2 (2018-10-02)</a></li> <li><a class="reference internal" href="#id5" id="id14">11.0.1.1.0 (2018-10-02)</a></li> </ul> </li> <li><a class="reference internal" href="#bug-tracker" id="id15">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id16">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id17">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id18">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id19">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id20">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id7">Configuration</a></h2> <p>There's an scheduled action that creates the product, disabled by default. For enabling it:</p> <ol class="arabic simple"> <li>Go to <em>Settings &gt; Technical &gt; Automation &gt; Scheduled Actions</em>.</li> <li>Locate &quot;Create/Update product variants for each module version&quot; and access its form.</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id8">Usage</a></h2> <p>To see the module working</p> <blockquote> <ul class="simple"> <li>Import some modules with <a class="reference external" href="https://odoo-community.org/shop/product/1024">github_connector</a></li> </ul> </blockquote> <ol class="arabic simple"> <li>Run manually the scheduled action mentioned on the configure section or wait until its execution.</li> <li>Go to <em>Website &gt; Products &gt; Products</em>.</li> <li>Click on Filters &gt; Add Custom Filter, and apply the filter &quot;Odoo Module&quot; &gt; &quot;is set&quot;.</li> <li>You will see the created products in the list.</li> </ol> <blockquote> Now you can see the products created.</blockquote> <a name="changelog"></a> <h2><a class="toc-backref" href="#id9">Changelog</a></h2> <a name="id1"></a> <h3><a class="toc-backref" href="#id10">14.0.1.0.0 (2021-08-02)</a></h3> <ul class="simple"> <li>Migration to 14.0</li> </ul> <a name="id2"></a> <h3><a class="toc-backref" href="#id11">13.0.1.0.0 (2020-07-10)</a></h3> <ul class="simple"> <li>Migration to 13.0</li> </ul> <a name="id3"></a> <h3><a class="toc-backref" href="#id12">12.0.1.0.0 (2019-04-10)</a></h3> <ul class="simple"> <li>Migration to 12.0</li> </ul> <a name="id4"></a> <h3><a class="toc-backref" href="#id13">11.0.1.1.2 (2018-10-02)</a></h3> <ul class="simple"> <li>Publish the modules automatically on the website</li> </ul> <a name="id5"></a> <h3><a class="toc-backref" href="#id14">11.0.1.1.0 (2018-10-02)</a></h3> <ul class="simple"> <li>[ADD] Added dependency on github_connector_oca to display development_status (<a class="reference external" href="https://github.com/OCA/apps-store/pull/19">#19</a>)</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id15">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/apps-store/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="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**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id16">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id17">Authors</a></h3> <ul class="simple"> <li>BizzAppDev</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id18">Contributors</a></h3> <ul class="simple"> <li>Alex Comba &lt;<a class="reference external" href="mailto:alex.comba&#64;agilebg.com">alex.comba&#64;agilebg.com</a>&gt;</li> <li>Antonio Esposito &lt;<a class="reference external" href="mailto:a.esposito&#64;onestein.nl">a.esposito&#64;onestein.nl</a>&gt;</li> <li>Eric Caudal &lt;<a class="reference external" href="mailto:eric.caudal&#64;elico-corp.com">eric.caudal&#64;elico-corp.com</a>&gt;</li> <li>François Honoré &lt;<a class="reference external" href="mailto:francois.honore&#64;acsone.eu">francois.honore&#64;acsone.eu</a>&gt;</li> <li>Nicola Malcontenti &lt;<a class="reference external" href="mailto:nicola.malcontenti&#64;agilebg.com">nicola.malcontenti&#64;agilebg.com</a>&gt;</li> <li>Roel Adriaans &lt;<a class="reference external" href="mailto:roel&#64;road-support.nl">roel&#64;road-support.nl</a>&gt;</li> <li>Ruchir Shukla &lt;<a class="reference external" href="mailto:ruchir&#64;bizzappdev.com">ruchir&#64;bizzappdev.com</a>&gt;</li> <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul> <li>Victor M.M. Torres</li> <li>Carlos Roca</li> <li>Alexandre D. Díaz</li> <li>Ernesto Tejeda</li> </ul> </li> </ul> <a name="other-credits"></a> <h3 class="with-subtitle"><a class="toc-backref" href="#id19">Other credits</a></h3> <h3 class="section-subtitle" id="images"><span class="section-subtitle">Images</span></h3> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id20">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/apps-store/tree/14.0/apps_product_creator">OCA/apps-store</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>