Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
958d7f1
[ADD] apps_download
Aug 31, 2018
1921a21
[FIX] apps_download: several fixes
bizzappdev Oct 2, 2018
ab35150
[MIG] apps_download: Migration to 12.0
Apr 22, 2019
735730e
Translated using Weblate (Portuguese (Brazil))
Nov 24, 2019
a475b26
Translated using Weblate (Spanish)
CarlesAntoli Jan 15, 2020
49b606a
Added translation using Weblate (Italian)
primes2h Jun 8, 2020
441cf15
Translated using Weblate (Italian)
primes2h Jun 8, 2020
3ed867c
[IMP] apps_download: black, isort, prettier
pedrobaeza Aug 5, 2020
07ebd5e
[MIG] apps_download: Migration to 13.0
Tardo Jul 29, 2020
fef330f
[FIX] apps_download: Check correct attribute
joao-p-marques Jun 7, 2021
9c9916f
[IMP] apps_download: better error message
joao-p-marques Jun 7, 2021
350f703
[FIX] apps_product_creator: Add dependent_product_ids
joao-p-marques Jun 8, 2021
75c79ec
[FIX] apps_download: Create ir.attachment correctly
joao-p-marques Jun 9, 2021
58003e9
[MIG] apps_download: Migration to 14.0
Aug 10, 2021
c3d1842
[UPD] Update apps_download.pot
oca-travis Aug 24, 2021
3630312
[UPD] README.rst
OCA-git-bot Sep 3, 2023
20146e0
Update translation files
weblate Oct 9, 2023
1dc3940
Translated using Weblate (Spanish)
Ivorra78 Jan 26, 2024
ebbefca
Translated using Weblate (Italian)
mymage Jan 20, 2025
5a9cfcd
[FIX] apps_download: zip generation
SirPyTech Sep 16, 2025
cb302d4
[BOT] post-merge updates
OCA-git-bot Sep 16, 2025
fd93285
[IMP] apps_download: pre-commit auto fixes
ntsirintanis Oct 31, 2025
95f5801
[18.0][MIG] apps_download: Migration to 18.0
ntsirintanis Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions apps_download/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
=============================
Product Download for Appstore
=============================

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

.. |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/licence-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/18.0/apps_download
: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-18-0/apps-store-18-0-apps_download
: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=18.0
:alt: Try me on Runboat

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

Providing facility for the maintain dependency of Module at level of
product and creating Zip file with all dependent modules.

**Table of contents**

.. contents::
:local:

Known issues / Roadmap
======================

- Creation of an error queue if the exception occurs while generating
zip file of the product

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_download%0Aversion:%2018.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
* AgentERP
* Elico Corp

Contributors
------------

- Ruchir Shukla <ruchir@bizzappdev.com>
- Georg Nottere <georg.notter@agenterp.com>
- Eric Caudal <eric.caudal@elico-corp.com>
- `Tecnativa <https://www.tecnativa.com>`__:

- Víctor M.M. Torres
- Alexandre D. Díaz
- Ernesto Tejeda

- `PyTech <https://www.pytech.it>`__:

- Simone Rubino <simone.rubino@pytech.it>
- Alessandro Uffreduzzi <alessandro.uffreduzzi@pytech.it>

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/18.0/apps_download>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions apps_download/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
22 changes: 22 additions & 0 deletions apps_download/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2017-2019 BizzAppDev
# Copyright 2017-2019 AgentERP
# Copyright 2017-2019 Elico Corp
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Product Download for Appstore",
"version": "18.0.1.0.0",
"author": "BizzAppDev, AgentERP, Elico Corp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/apps-store",
"license": "AGPL-3",
"category": "Sales",
"depends": [
"base",
"github_connector_odoo",
"apps_product_creator",
],
"summary": "Product Download for Appstore",
"data": ["views/product_template_view.xml", "data/cron_scheduler.xml"],
"installable": True,
"auto_install": False,
"application": False,
}
19 changes: 19 additions & 0 deletions apps_download/data/cron_scheduler.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2017-Today BizzAppDev - Ruchir Shukla <ruchir@bizzappdev.com>
Copyright 2017-Today AgentERP - Georg Notter <georg.notter@agenterp.com>
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="ir_cron_scheduler_generate_zip" model="ir.cron">
<field name="name">Generate ZIP files for all products</field>
<field name="model_id" ref="model_product_product" />
<field name="state">code</field>
<field name="code">model.generate_zip_file_batch()</field>
<field name="interval_number">1</field>
<field name="interval_type">days</field>
<field name="active" eval="False" />
<field name="nextcall">2025-10-31 12:00:00</field>
<field name="user_id" ref="base.user_root" />
</record>
</odoo>
75 changes: 75 additions & 0 deletions apps_download/i18n/apps_download.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * apps_download
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__display_name
msgid "Display Name"
msgstr ""

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid "Error: You cannot create recursive dependency."
msgstr ""

#. module: apps_download
#: model:ir.actions.server,name:apps_download.ir_cron_scheduler_generate_zip_ir_actions_server
#: model:ir.cron,cron_name:apps_download.ir_cron_scheduler_generate_zip
#: model:ir.cron,name:apps_download.ir_cron_scheduler_generate_zip
msgid "Generate ZIP files for all products"
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Get all Dependencies"
msgstr ""

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__id
msgid "ID"
msgstr ""

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__module_path
msgid "Local Path"
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Module Dependencies"
msgstr ""

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid ""
"Module code not downloaded yet. Please initialize the code in the associated"
" Github Repository Branch by downloading the source code."
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Modules Dependencies"
msgstr ""

#. module: apps_download
#: model:ir.model,name:apps_download.model_product_product
msgid "Product"
msgstr ""
83 changes: 83 additions & 0 deletions apps_download/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * apps_download
#
# Translators:
# enjolras <yo@miguelrevilla.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 01:37+0000\n"
"PO-Revision-Date: 2024-01-26 16:33+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid "Error: You cannot create recursive dependency."
msgstr "Error: No se puede crear una dependencia recursiva."

#. module: apps_download
#: model:ir.actions.server,name:apps_download.ir_cron_scheduler_generate_zip_ir_actions_server
#: model:ir.cron,cron_name:apps_download.ir_cron_scheduler_generate_zip
#: model:ir.cron,name:apps_download.ir_cron_scheduler_generate_zip
msgid "Generate ZIP files for all products"
msgstr "Generar archivos ZIP para todos los productos"

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Get all Dependencies"
msgstr "Obtener todas las Dependencias"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__id
msgid "ID"
msgstr "ID"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__module_path
msgid "Local Path"
msgstr "Ruta local"

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Module Dependencies"
msgstr "Dependencia del Módulo"

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid ""
"Module code not downloaded yet. Please initialize the code in the associated "
"Github Repository Branch by downloading the source code."
msgstr ""
"El código del módulo aún no se ha descargado. Por favor, inicialice el "
"código en la Rama Repositorio Github asociada descargando el código fuente."

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
msgid "Modules Dependencies"
msgstr "Módulos Dependencias"

#. module: apps_download
#: model:ir.model,name:apps_download.model_product_product
msgid "Product"
msgstr "Producto"
83 changes: 83 additions & 0 deletions apps_download/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * apps_download
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-08 01:39+0000\n"
"PO-Revision-Date: 2018-02-08 01:39+0000\n"
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2018\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__display_name
msgid "Display Name"
msgstr ""

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid "Error: You cannot create recursive dependency."
msgstr "Erreur : Vous ne pouvez pas créer de dépendance récursive."

#. module: apps_download
#: model:ir.actions.server,name:apps_download.ir_cron_scheduler_generate_zip_ir_actions_server
#: model:ir.cron,cron_name:apps_download.ir_cron_scheduler_generate_zip
#: model:ir.cron,name:apps_download.ir_cron_scheduler_generate_zip
msgid "Generate ZIP files for all products"
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
#, fuzzy
msgid "Get all Dependencies"
msgstr "Récupérer tous les dépendances"

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__id
msgid "ID"
msgstr ""

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. module: apps_download
#: model:ir.model.fields,field_description:apps_download.field_product_product__module_path
msgid "Local Path"
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
#, fuzzy
msgid "Module Dependencies"
msgstr "Dépendances du module"

#. module: apps_download
#: code:addons/apps_download/models/product_product.py:0
#, python-format
msgid ""
"Module code not downloaded yet. Please initialize the code in the associated "
"Github Repository Branch by downloading the source code."
msgstr ""

#. module: apps_download
#: model_terms:ir.ui.view,arch_db:apps_download.view_product_product_view_dependent_form
#, fuzzy
msgid "Modules Dependencies"
msgstr "Dépendances des modules"

#. module: apps_download
#: model:ir.model,name:apps_download.model_product_product
msgid "Product"
msgstr "Produit"
Loading
Loading