Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:23:00
Authors
Odoo Community Association (OCA), Dixmit, Invitu
Maintainers
Odoo Community Association (OCA), Dixmit, Invitu
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Add attachments to orders directly from your Pos Frontend.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
pos_order_attachment_filter_view pos.order Inherits point_of_sale.view_pos_order_filter
pos_order_form_view pos.order form Inherits point_of_sale.view_pos_pos_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • attachment_ids One2many → ir.attachment
    compute='_compute_attachment_ids' help="Attachment that don't come from message." string='Main_Attachments' args: 'ir.attachment'
  • doc_count Integer
    compute='_compute_attached_docs_count' store=True string='Number of documents attached'
Public methods (3)
  • attachment_tree_view(self)
  • create(self, vals_list)
    @api.model_create_multi
  • pos_attachments(self)