TIP: You can type at any time to perform a new search.
Comments for sale documents (order, picking and invoice)
sale_comment_propagation · OCA/sale-workflow
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_commentTextstring='Internal comments'
-
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_commentTextstring='Comments for invoices' -
picking_commentTextstring='Comments for pickings' -
picking_propagated_commentTextstring='Propagated comments for pickings' -
sale_commentTextstring='Comments for sale orders' -
sale_propagated_commentTextstring='Propagated comments for sale orders'
No public methods.
New fields (2)
-
commentTextstring='Internal comments' -
propagated_commentTextstring='Propagated internal comments'
-
onchange_partner_id(self, partner_id)@api.multi
New fields (2)
-
sale_commentTextstring='Internal comments' -
sale_propagated_commentTextstring='Propagated internal comments'
-
create(self, values)@api.returns('self', <expr>)@api.model -
onchange_partner_id(self)@api.one@api.onchange('partner_id')