| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/sale_gelato |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Sales/Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Thibault Delavallée, Xavier ALT, Toufik Ben Jaa, Julien Castiaux, Tiffany Chang (tic), Thomas Becquevort (thbe), Dylan Kiss (dyki), Anita (anko), Mohammad Abdulmoneim (abdu), anko-odoo, Krzysztof Magusiak (krma), Mahdi Alijani (malj), defl |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - http_routing - auth_signup - digest - resource - payment - utm - delivery - payment_custom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
delivery_carrier_form |
Delivery Carrier Form | delivery.carrier | button | Inherits delivery.view_delivery_carrier_form |
product_document_form |
Product Document Form | product.document | form | New |
product_product_easy_form |
Product Product Easy Form | product.product | group | Inherits product.product_variant_easy_edit_view |
product_product_normal_form |
Product Product Normal Form | product.product | group | Inherits product.product_normal_form_view |
product_template_form |
Product Template Form | product.template | xpath | Inherits product.product_template_only_form_view |
res_config_settings_form |
Res Config Settings Form | res.config.settings | div | Inherits sale.res_config_settings_view_form |
delivery_type
Selection
ondelete={'gelato': 'cascade'}
selection_add=[('gelato', 'Gelato')]
gelato_shipping_service_type
Selection
default='normal'
required=True
selection=[('normal', 'Standard Delivery'), ('express', 'Express Delivery')]
string='Gelato Shipping Service Type'
available_carriers(self, partner, source)
gelato_rate_shipment(self, order)
is_gelato
Boolean
readonly=True
No public methods.
gelato_product_uid
Char
name='Gelato Product UID'
readonly=True
No public methods.
gelato_image_ids
One2many → product.document
comodel_name='product.document'
domain=[('is_gelato', '=', True)]
inverse_name='res_id'
readonly=True
string='Gelato Print Images'
gelato_missing_images
Boolean
compute='_compute_gelato_missing_images'
string='Missing Print Images'
gelato_product_uid
Char
compute='_compute_gelato_product_uid'
inverse='_inverse_gelato_product_uid'
readonly=True
string='Gelato Product UID'
gelato_template_ref
Char
help='Synchronize to fetch variants from Gelato'
string='Gelato Template Reference'
action_sync_gelato_template_info(self)
gelato_api_key
Char
groups='base.group_system'
string='Gelato API Key'
gelato_webhook_secret
Char
groups='base.group_system'
string='Gelato Webhook Secret'
No public methods.
gelato_api_key
Char
readonly=False
related='company_id.gelato_api_key'
gelato_webhook_secret
Char
readonly=False
related='company_id.gelato_webhook_secret'
No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)action_confirm(self)
action_open_delivery_wizard(self)
No new fields.
Public methods (2)create(self, vals_list)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/18.0/sale_gelato |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Sales/Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Xavier ALT, Toufik Ben Jaa, Tiffany Chang (tic), Thomas Becquevort (thbe), Dylan Kiss (dyki), Anita (anko), anko-odoo |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:25:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
delivery_carrier_form |
Delivery Carrier Form | delivery.carrier | button | Inherits delivery.view_delivery_carrier_form |
product_document_form |
Product Document Form | product.document | form | New |
product_product_easy_form |
Product Product Easy Form | product.product | group | Inherits product.product_variant_easy_edit_view |
product_product_normal_form |
Product Product Normal Form | product.product | group | Inherits product.product_normal_form_view |
product_template_form |
Product Template Form | product.template | xpath | Inherits product.product_template_only_form_view |
res_config_settings_form |
Res Config Settings Form | res.config.settings | setting | Inherits sale.res_config_settings_view_form |
delivery_type
Selection
ondelete={'gelato': 'cascade'}
selection_add=[('gelato', 'Gelato')]
gelato_shipping_service_type
Selection
default='normal'
required=True
selection=[('normal', 'Standard Delivery'), ('express', 'Express Delivery')]
string='Gelato Shipping Service Type'
available_carriers(self, partner, order)
gelato_rate_shipment(self, order)
is_gelato
Boolean
readonly=True
No public methods.
gelato_product_uid
Char
name='Gelato Product UID'
readonly=True
No public methods.
gelato_image_ids
One2many → product.document
comodel_name='product.document'
domain=[('is_gelato', '=', True)]
inverse_name='res_id'
readonly=True
string='Gelato Print Images'
gelato_missing_images
Boolean
compute='_compute_gelato_missing_images'
string='Missing Print Images'
gelato_product_uid
Char
compute='_compute_gelato_product_uid'
inverse='_inverse_gelato_product_uid'
readonly=True
string='Gelato Product UID'
gelato_template_ref
Char
help='Synchronize to fetch variants from Gelato'
string='Gelato Template Reference'
action_sync_gelato_template_info(self)
gelato_api_key
Char
groups='base.group_system'
string='Gelato API Key'
gelato_webhook_secret
Char
groups='base.group_system'
string='Gelato Webhook Secret'
No public methods.
gelato_api_key
Char
readonly=False
related='company_id.gelato_api_key'
gelato_webhook_secret
Char
readonly=False
related='company_id.gelato_webhook_secret'
module_sale_gelato
Boolean
No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)action_confirm(self)
action_open_delivery_wizard(self)
No new fields.
Public methods (2)create(self, vals_list)
write(self, vals)