Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.35 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.odoomrp.com
Last tracking update
2026-08-07 07:03:04
Authors
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team
Maintainers
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team
Committers
eLBati, Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_invoice_comments_form account.invoice.comments.form account.invoice form Inherits account.invoice_form
res_partner_comments_form res.partner.comments.form res.partner form Inherits base.view_partner_form
sale_order_comments_form sale.order.comments.form sale.order form Inherits sale.view_order_form
stock_picking_comments_form stock.picking.comments.form stock.picking form Inherits stock.view_picking_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • sale_comment Text
    string='Internal comments'
Public methods (1)
  • onchange_partner_id(self, type, partner_id, date_invoice=False, payment_term=False, partner_bank_id=False, company_id=False)
    @api.multi

New fields (5)
  • invoice_comment Text
    string='Comments for invoices'
  • picking_comment Text
    string='Comments for pickings'
  • picking_propagated_comment Text
    string='Propagated comments for pickings'
  • sale_comment Text
    string='Comments for sale orders'
  • sale_propagated_comment Text
    string='Propagated comments for sale orders'
Public methods (0)

No public methods.

New fields (2)
  • comment Text
    string='Internal comments'
  • propagated_comment Text
    string='Propagated internal comments'
Public methods (1)
  • onchange_partner_id(self, partner_id)
    @api.multi

New fields (2)
  • sale_comment Text
    string='Internal comments'
  • sale_propagated_comment Text
    string='Propagated internal comments'
Public methods (2)
  • create(self, values)
    @api.returns('self', <expr>)@api.model
  • onchange_partner_id(self)
    @api.one@api.onchange('partner_id')