Repository
OCA/apps-store · module folder · Try on Runboat
Module version
1.1.0
Category
Connector
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/apps-store
Last tracking update
2026-08-07 07:47:48
Authors
Odoo Community Association (OCA), BizzAppDev
Maintainers
Odoo Community Association (OCA), BizzAppDev
Committers
Pierre Verkest, Ernesto Tejeda, Simone Rubino, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
pathspec, GitPython, PyGithub, pygount
System dependencies
None
Required by
apps_download, oca_all, website_apps_store, website_oca_integrator
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module form Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product form Inherits product.product_normal_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • product_qty Integer
    compute='_compute_product_qty' store=True args: '# of Products'
  • product_template_id Many2one → product.template
    args: 'product.template', 'Product Template'
Public methods (6)
  • action_create_product(self)
  • action_update_product(self)
  • action_view_products(self)
  • cron_create_product(self)
    @api.model
  • cron_update_product(self)
    @api.model
  • write(self, values)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (10)
  • app_author_ids Many2many → odoo.author
    column1='product_id' column2='author_id' comodel_name='odoo.author' ondelete='cascade' related='odoo_module_version_id.author_ids' relation='product_module_author_rel' store=True string='Authors'
  • app_description_rst_html Html
    compute='_compute_app_description_rst_html' readonly=True store=True args: 'HTML of the RST Description'
  • app_development_status Selection
    readonly=True related='odoo_module_version_id.development_status' store=True string='Module maturity'
  • app_github_url Char
    readonly=True related='odoo_module_version_id.github_url' store=True args: 'Github URL'
  • app_license_id Many2one → odoo.license
    comodel_name='odoo.license' readonly=True related='odoo_module_version_id.license_id' store=True string='License'
  • app_summary Char
    readonly=True related='odoo_module_version_id.summary' store=True args: 'Summary (Manifest)'
  • app_version Char
    readonly=True related='odoo_module_version_id.version' store=True args: 'Version (Manifest)'
  • app_website Char
    readonly=True related='odoo_module_version_id.website' store=True args: 'Website (Manifest)'
  • dependent_product_ids Many2many → product.product
    string='Dependent Products' args: 'product.product', 'product_product_dependent_rel', 'src_id', 'dest_id'
  • odoo_module_version_id Many2one → odoo.module.version
    args: 'odoo.module.version', 'Odoo Module Version'
Public methods (1)
  • create(self, values)
    @api.model

New fields (2)
  • odoo_module_id Many2one → odoo.module
    readonly=True args: 'odoo.module', 'Odoo Module'
  • technical_name Char
    related='odoo_module_id.technical_name' store=True args: 'Technical Name'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
293 days ago
Last activity
293 days ago
Repository
OCA/apps-store
Pull request
[18.0][MIG] apps_product_creator (#100)