Github product creator

apps_product_creator
REPOSITORY
REPOSITORYOCA/apps-store
GIT
GIThttps://github.com/OCA/apps-store.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/apps-store/tree/14.0/apps_product_creator
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BizzAppDev
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BizzAppDev
COMMITTERS
COMMITTERSPierre Verkest, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/apps-store
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/interface-git:
    - github_connector_oca
    - github_connector_odoo
    - github_connector
odoo/odoo:
    - base
    - web
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - website_sale
    - website
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - website_payment
    - website_mail
    - website_form
    - google_recaptcha
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pathspec
GitPython
PyGithub
pygount
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module xpath Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product xpath Inherits product.product_normal_form_view
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.

REPOSITORY
REPOSITORYOCA/apps-store
GIT
GIThttps://github.com/OCA/apps-store.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/apps-store/tree/13.0/apps_product_creator
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BizzAppDev
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BizzAppDev
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, João Marques, oca-travis, Weblate, OCA-git-bot, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/apps-store
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/interface-git:
    - github_connector_oca
    - github_connector_odoo
    - github_connector
odoo/odoo:
    - base
    - web
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - website_sale
    - website
    - web_editor
    - http_routing
    - portal
    - auth_signup
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - digest
    - resource
    - utm
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pathspec
GitPython
pygount
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module xpath Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product xpath Inherits product.product_normal_form_view
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 args: '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.

REPOSITORY
REPOSITORYOCA/apps-store
GIT
GIThttps://github.com/OCA/apps-store.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/apps-store/tree/12.0/apps_product_creator
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BizzAppDev
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BizzAppDev
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Victor Martin
WEBSITE
WEBSITEhttps://github.com/OCA/apps-store
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/interface-git:
    - github_connector_oca
    - github_connector_odoo
    - github_connector
odoo/odoo:
    - base
    - web
    - product
    - decimal_precision
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
    - website_sale
    - website
    - web_editor
    - http_routing
    - portal
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - digest
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES git
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module xpath Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product xpath Inherits product.product_normal_form_view
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)
    @api.multi
  • action_update_product(self)
    @api.multi
  • action_view_products(self)
    @api.multi
  • cron_create_product(self)
    @api.model
  • cron_update_product(self)
    @api.model
  • write(self, values)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (9)
  • app_author_ids Many2many → odoo.author
    column1='product_id' column2='author_id' comodel_name='odoo.author' multi='author' 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 args: '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)'
  • 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 (3)
  • image_module Binary
    readonly=True related='odoo_module_id.image' args: 'Icon Image'
  • 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.

REPOSITORY
REPOSITORYOCA/apps-store
GIT
GIThttps://github.com/OCA/apps-store.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/apps-store/tree/11.0/apps_product_creator
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BizzAppDev
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BizzAppDev
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, OCA-git-bot, tarteo, Eric @ Elico Corp, Divya Modi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/interface-git:
    - github_connector_oca
    - github_connector_odoo
    - github_connector
odoo/odoo:
    - base
    - web
    - product
    - decimal_precision
    - mail
    - base_setup
    - bus
    - web_tour
    - website_sale
    - website
    - web_editor
    - web_planner
    - http_routing
    - portal
    - sale_payment
    - payment
    - account
    - analytic
    - sale
    - sales_team
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES git
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module xpath Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product xpath Inherits product.product_normal_form_view
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)
    @api.multi
  • action_update_product(self)
    @api.multi
  • action_view_products(self)
    @api.multi
  • cron_create_product(self)
    @api.model
  • cron_update_product(self)
    @api.model
  • write(self, values)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (9)
  • app_author_ids Many2many → odoo.author
    column1='product_id' column2='author_id' comodel_name='odoo.author' multi='author' 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 args: '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)'
  • odoo_module_version_id Many2one → odoo.module.version
    args: 'odoo.module.version', 'Odoo Module'
Public methods (1)
  • create(self, values)
    @api.model

New fields (3)
  • image_module Binary
    readonly=True related='odoo_module_id.image' args: 'Icon Image'
  • 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.

REPOSITORY
REPOSITORYOCA/apps-store
GIT
GIThttps://github.com/OCA/apps-store.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/apps-store/tree/10.0/apps_product_creator
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSAlex Comba, OCA Transbot, hurrinico, Ruchir Shukla, oca-travis, OCA-git-bot, François Honoré, antonio, Divya Modi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/interface-git:
    - github_connector_odoo
    - github_connector
odoo/odoo:
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - base_setup
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES git
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
odoo_module_form_view odoo.module xpath Inherits github_connector_odoo.view_odoo_module_form
product_product_form_view product.product xpath Inherits product.product_normal_form_view
Models touched (3)

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 (4)
  • action_create_product(self)
    @api.multi
  • action_view_products(self)
    @api.multi
  • cron_create_product(self)
    @api.model
  • write(self, values)
    @api.multi

New fields (8)
  • app_author_ids Many2many → odoo.author
    column1='product_id' column2='author_id' comodel_name='odoo.author' multi='author' related='odoo_module_version_id.author_ids' relation='product_module_author_rel' store=True string='Authors'
  • app_description_rst_html Html
    readonly=True related='odoo_module_version_id.description_rst_html' store=True args: 'HTML of the RST Description'
  • 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)'
  • odoo_module_version_id Many2one → odoo.module.version
    args: 'odoo.module.version', 'Odoo Module'
Public methods (1)
  • create(self, values)
    @api.model

New fields (3)
  • image_module Binary
    readonly=True related='odoo_module_id.image' args: 'Icon Image'
  • 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.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/apps-store
PULL REQUEST
PULL REQUEST[18.0][MIG] apps_product_creator (#100)