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 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 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_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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…