TIP: You can type at any time to perform a new search.
Sale Stock Picking Note
sale_stock_picking_note · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Camille Morand
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_delivery_document_customer_note |
report_delivery_document_customer_note | ir.ui.view | qweb | Inherits stock.report_delivery_document |
view_order_form |
sale.order | form | Inherits sale.view_order_form | |
view_partner_form_inherit_partner_picking_note |
Partner Picking Note | res.partner | form | Inherits base.view_partner_form |
view_picking_form |
stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
picking_customer_noteTexthelp='The notes will be added to the sales order and pickings and will be printed on the delivery slip.'string='Picking Customer Comments' -
picking_noteHtmlhelp='The notes will be added to the sales order and pickings but will not be printed on the delivery slip.'string='Picking Internal Note'
No public methods.
New fields (2)
-
picking_customer_noteTextcompute='_compute_picking_notes'readonly=Falsestore=Truestring='Picking Customer Comments' -
picking_noteHtmlcompute='_compute_picking_notes'readonly=Falsestore=Truestring='Picking Internal Note'
No public methods.
New fields (2)
-
customer_noteTextcompute='_compute_picking_notes'readonly=Falsestore=Truestring='Customer Comments' -
noteHtmlcompute='_compute_picking_notes'readonly=Falsestore=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…