TIP: You can type at any time to perform a new search.
Github product creator
apps_product_creator · OCA/apps-store
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_qtyIntegercompute='_compute_product_qty'store=True args: '# of Products' -
product_template_idMany2one → product.templateargs: 'product.template', 'Product Template'
-
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_idsMany2many → odoo.authorcolumn1='product_id'column2='author_id'comodel_name='odoo.author'ondelete='cascade'related='odoo_module_version_id.author_ids'relation='product_module_author_rel'store=Truestring='Authors' -
app_description_rst_htmlHtmlcompute='_compute_app_description_rst_html'readonly=Truestore=True args: 'HTML of the RST Description' -
app_development_statusSelectionreadonly=Truerelated='odoo_module_version_id.development_status'store=Truestring='Module maturity' -
app_github_urlCharreadonly=Truerelated='odoo_module_version_id.github_url'store=True args: 'Github URL' -
app_license_idMany2one → odoo.licensecomodel_name='odoo.license'readonly=Truerelated='odoo_module_version_id.license_id'store=Truestring='License' -
app_summaryCharreadonly=Truerelated='odoo_module_version_id.summary'store=True args: 'Summary (Manifest)' -
app_versionCharreadonly=Truerelated='odoo_module_version_id.version'store=True args: 'Version (Manifest)' -
app_websiteCharreadonly=Truerelated='odoo_module_version_id.website'store=True args: 'Website (Manifest)' -
dependent_product_idsMany2many → product.productstring='Dependent Products' args: 'product.product', 'product_product_dependent_rel', 'src_id', 'dest_id' -
odoo_module_version_idMany2one → odoo.module.versionargs: 'odoo.module.version', 'Odoo Module Version'
-
create(self, values)@api.model
New fields (2)
-
odoo_module_idMany2one → odoo.modulereadonly=True args: 'odoo.module', 'Odoo Module' -
technical_nameCharrelated='odoo_module_id.technical_name'store=True args: 'Technical Name'
No public methods.
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 294 days ago
- Last activity
- 294 days ago
- Repository
- OCA/apps-store
- Pull request
- [18.0][MIG] apps_product_creator (#100)