Sale Stock Picking Note

sale_stock_picking_note
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/19.0/sale_stock_picking_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Camille Morand
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends sales order to include both a external (customer)
and internal picking note that will be transferred to the picking.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form sale.order group Inherits sale.view_order_form
view_partner_form_inherit_partner_picking_note Partner Picking Note res.partner xpath Inherits base.view_partner_form
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    help='The notes will be added to the sales order and pickings and will be printed on the delivery slip.' string='Picking Customer Comments'
  • picking_note Html
    help='The notes will be added to the sales order and pickings but will not be printed on the delivery slip.' string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • picking_customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Picking Customer Comments'
  • picking_note Html
    compute='_compute_picking_notes' readonly=False store=True string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Customer Comments'
  • note Html
    compute='_compute_picking_notes' readonly=False store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_stock_picking_note
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSLois Rilo, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - 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
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends sales order to include both a external (customer)
and internal picking note that will be transferred to the picking.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_partner_form_inherit_partner_picking_note Partner Picking Note res.partner xpath Inherits base.view_partner_form
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    help='The notes will be added to the sales order andpickings and will be printed on the delivery slip.' string='Picking Customer Comments'
  • picking_note Html
    help='The notes will be added to the sales order andpickings but will not be printed on the delivery slip.' string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • picking_customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Picking Customer Comments'
  • picking_note Html
    compute='_compute_picking_notes' readonly=False store=True string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Customer Comments'
  • note Html
    compute='_compute_picking_notes' readonly=False store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/17.0/sale_stock_picking_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Deriman-Alonso
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends sales order to include both a external (customer)
and internal picking note that will be transferred to the picking.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_partner_form_inherit_partner_picking_note Partner Picking Note res.partner xpath Inherits base.view_partner_form
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    help='The notes will be added to the sales order andpickings and will be printed on the delivery slip.' string='Picking Customer Comments'
  • picking_note Html
    help='The notes will be added to the sales order andpickings but will not be printed on the delivery slip.' string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • picking_customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Picking Customer Comments'
  • picking_note Html
    compute='_compute_picking_notes' readonly=False store=True string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Customer Comments'
  • note Html
    compute='_compute_picking_notes' readonly=False store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_stock_picking_note
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Emilio Pascual, ilyas caluwe
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_partner_form_inherit_partner_picking_note Partner Picking Note res.partner xpath Inherits base.view_partner_form
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    help='The notes will be added to the sales order and pickings and will be printed on the delivery slip.' string='Picking Customer Comments'
  • picking_note Html
    help='The notes will be added to the sales order and pickings but will not be printed on the delivery slip.' string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • picking_customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Picking Customer Comments'
  • picking_note Html
    compute='_compute_picking_notes' readonly=False store=True string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (2)
  • customer_note Text
    compute='_compute_picking_notes' readonly=False store=True string='Customer Comments'
  • note Html
    compute='_compute_picking_notes' readonly=False store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_stock_picking_note
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSsergio-teruel, Weblate, OCA-git-bot, oca-ci, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    string='Picking Customer Comments'
  • picking_note Html
    string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • customer_note Text
    string='Customer Comments'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_stock_picking_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, Weblate, OCA-git-bot, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    string='Picking Customer Comments'
  • picking_note Text
    string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • customer_note Text
    string='Customer Comments'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_stock_picking_note
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Víctor Martínez, João Marques, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_delivery_document_customer_note report_delivery_document_customer_note ir.ui.view qweb Inherits stock.report_delivery_document
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (3)

New fields (2)
  • picking_customer_note Text
    string='Picking Customer Comments'
  • picking_note Text
    string='Picking Internal Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • customer_note Text
    string='Customer Comments'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_stock_picking_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Sudhir Arya
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
Models touched (2)

New fields (1)
  • picking_note Text
    string='Picking Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/11.0/sale_stock_picking_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSAlex Comba, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (2)

New fields (1)
  • picking_note Text
    string='Picking Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/10.0/sale_stock_picking_note
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSLois Rilo, OCA Transbot, oca-travis, OCA-git-bot, François Honoré
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order group Inherits sale_stock.view_order_form_inherit_sale_stock
Models touched (2)

New fields (1)
  • picking_note Text
    string='Picking Note'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.