Stock Picking Partner Note

stock_picking_partner_note
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_picking_partner_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
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
Allow to record a message for the person in charge of order preparation
at the level of the customer, then have it as a note on the picking
transfer. This reuses the existing note field on the picking and will make it read-only.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits stock.res_config_settings_view_form
view_partner_form_inherit res.partner.form.inherit res.partner xpath Inherits base.view_partner_form
view_picking_type_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_stock_picking_note_form stock.picking.note.form stock.picking.note form New
view_stock_picking_note_type_form stock.picking.note.type.form stock.picking.note.type form New
view_stock_picking_note_type_tree stock.picking.note.type.tree stock.picking.note.type list New
Models touched (7)

New fields (1)
  • check_note_already_in_use Boolean
    default=False string='Check picking note already in use'
Public methods (0)

No public methods.

New fields (1)
  • check_note_already_in_use Boolean
    help='Prevent the update or deletion of a note that is already in use by more than one contact.' readonly=False related='company_id.check_note_already_in_use'
Public methods (0)

No public methods.

New fields (1)
  • stock_picking_note_ids Many2many → stock.picking.note
    comodel_name='stock.picking.note' string='Picking Notes'
Public methods (0)

No public methods.

New fields (1)
  • note Html
    compute='_compute_note' store=True
Public methods (0)

No public methods.

New fields (4)
  • active Boolean
    default=True
  • name Text
    required=True
  • note_type_id Many2one → stock.picking.note.type
    required=True args: 'stock.picking.note.type'
  • sequence Integer
    related='note_type_id.sequence' store=True
Public methods (2)
  • check_note_already_in_use(self)
    @api.ondelete(at_uninstall=False)
  • write(self, vals)

New fields (2)
  • name Char
    required=True
  • sequence Integer
Public methods (0)

No public methods.

New fields (1)
  • partner_note_type_ids Many2many → stock.picking.note.type
    help='Type of note with customer preferences on how his products are prepared for delivery.' args: 'stock.picking.note.type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/17.0/stock_picking_partner_note
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, andrea
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
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
Allow to record a message for the person in charge of order preparation
at the level of the customer, then have it as a note on the picking
transfer. This reuses the existing note field on the picking and will make it read-only.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits stock.res_config_settings_view_form
view_partner_form_inherit res.partner.form.inherit res.partner xpath Inherits base.view_partner_form
view_picking_type_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_stock_picking_note_form stock.picking.note.form stock.picking.note form New
view_stock_picking_note_type_form stock.picking.note.type.form stock.picking.note.type form New
view_stock_picking_note_type_tree stock.picking.note.type.tree stock.picking.note.type tree New
Models touched (7)

New fields (1)
  • check_note_already_in_use Boolean
    default=False string='Check picking note already in use'
Public methods (0)

No public methods.

New fields (1)
  • check_note_already_in_use Boolean
    help='Prevent the update or deletion of a note that is already in use by more than one contact.' readonly=False related='company_id.check_note_already_in_use'
Public methods (0)

No public methods.

New fields (1)
  • stock_picking_note_ids Many2many → stock.picking.note
    comodel_name='stock.picking.note' string='Picking Notes'
Public methods (0)

No public methods.

New fields (1)
  • note Html
    compute='_compute_note' store=True
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • name Text
    required=True
  • note_type_id Many2one → stock.picking.note.type
    required=True args: 'stock.picking.note.type'
Public methods (2)
  • check_note_already_in_use(self)
    @api.ondelete(at_uninstall=False)
  • write(self, vals)

New fields (2)
  • name Char
    required=True
  • sequence Integer
Public methods (0)

No public methods.

New fields (1)
  • partner_note_type_ids Many2many → stock.picking.note.type
    help='Type of note with customer preferences on how his products are prepared for delivery.' args: 'stock.picking.note.type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_partner_note
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Telmo Santos, JuMiSanAr
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
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 (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits stock.res_config_settings_view_form
view_partner_form_inherit res.partner.form.inherit res.partner xpath Inherits base.view_partner_form
view_picking_type_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_stock_picking_note_form stock.picking.note.form stock.picking.note form New
view_stock_picking_note_type_form stock.picking.note.type.form stock.picking.note.type form New
view_stock_picking_note_type_tree stock.picking.note.type.tree stock.picking.note.type tree New
Models touched (7)

New fields (1)
  • check_note_already_in_use Boolean
    default=False string='Check picking note already in use'
Public methods (0)

No public methods.

New fields (1)
  • check_note_already_in_use Boolean
    help='That must be activated if you want to prevent the update or deletion of a note that is already in use by multiple contacts.' readonly=False related='company_id.check_note_already_in_use'
Public methods (0)

No public methods.

New fields (1)
  • stock_picking_note_ids Many2many → stock.picking.note
    comodel_name='stock.picking.note' string='Picking Notes'
Public methods (0)

No public methods.

New fields (1)
  • note Html
    compute='_compute_note' store=True
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • name Text
    required=True
  • note_type_id Many2one → stock.picking.note.type
    required=True args: 'stock.picking.note.type'
Public methods (2)
  • check_note_already_in_use(self)
    @api.ondelete(at_uninstall=False)
  • write(self, vals)

New fields (2)
  • name Char
    required=True
  • sequence Integer
Public methods (0)

No public methods.

New fields (1)
  • partner_note_type_ids Many2many → stock.picking.note.type
    help='Type of note with customer preferences on how his products are prepared for delivery.' args: 'stock.picking.note.type'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_picking_partner_note
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, JuMiSanAr
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
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 (5)
XML IDNameModelTypeStatus
view_partner_form_inherit res.partner.form.inherit res.partner xpath Inherits base.view_partner_form
view_picking_type_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_stock_picking_note_form stock.picking.note.form stock.picking.note form New
view_stock_picking_note_type_form stock.picking.note.type.form stock.picking.note.type form New
view_stock_picking_note_type_tree stock.picking.note.type.tree stock.picking.note.type tree New
Models touched (5)

New fields (1)
  • stock_picking_note_ids Many2many → stock.picking.note
    comodel_name='stock.picking.note' string='Picking Notes'
Public methods (0)

No public methods.

New fields (1)
  • note Text
    compute='_compute_note' store=True
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • name Text
    required=True
  • note_type_id Many2one → stock.picking.note.type
    required=True args: 'stock.picking.note.type'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True
  • sequence Integer
Public methods (0)

No public methods.

New fields (1)
  • partner_note_type_ids Many2many → stock.picking.note.type
    help='Type of note with customer preferences on how his products are prepared for delivery.' args: 'stock.picking.note.type'
Public methods (0)

No public methods.