| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/14.0/pos_sale_order_load |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo SA, KMEE, Cetmix |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo SA, KMEE, Cetmix |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Iryna Vyshnevska, oca-ci, Carolina Fernandez, dessanhemrayev, yartsev |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - pos_sale - point_of_sale - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - sale_management - sale - sales_team - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
message_body |
message_body | ir.ui.view | qweb | Inherits stock.message_body |
pos_config_view_form_pos_sale_order_load |
pos.config.form.pos.sale.order.load | pos.config | div | Inherits pos_sale.pos_config_view_form_pos_sale |
view_order_form_inherit_pos_sale_order_load |
sale.order.form.pos.sale.order.load | sale.order | xpath | Inherits sale.view_order_form |
view_pos_order_form_inherit_pos_sale_order_load |
pos.order.form.pos.sale.order.load | pos.order | xpath | Inherits point_of_sale.view_pos_pos_form |
pos_config_ids
One2many → pos.config
string='Point of Sales'
args: 'pos.config', 'crm_team_id'
pos_order_amount_total
Float
compute='_compute_pos_order_amount_total'
string='Session Sale Amount'
pos_sessions_open_count
Integer
compute='_compute_pos_sessions_open_count'
string='Open POS Sessions'
No public methods.
down_payment_product_id
Many2one → product.product
help='This product will be used as down payment on a sale order.'
string='Down Payment Product'
args: 'product.product'
load_products_to_pos
Boolean
help='If set missing products will be loaded to pos without separate confirmation'
No public methods.
sale_order_count
Integer
compute='_compute_count_sale_order'
groups='sales_team.group_sale_salesman'
readonly=True
string='Sale Order Count'
action_view_sale_order(self)
create_from_ui(self, orders, draft=False)
down_payment_details
Text
string='Down Payment Details'
sale_order_line_id
Many2one → sale.order.line
string='Source Sale Order Line'
args: 'sale.order.line'
sale_order_origin_id
Many2one → sale.order
string='Linked Sale Order'
args: 'sale.order'
No public methods.
crm_team_id
Many2one → crm.team
readonly=True
related='config_id.crm_team_id'
string='Sales Team'
args: 'crm.team'
No public methods.
pos_crm_team_id
Many2one
readonly=False
related='pos_config_id.crm_team_id'
string='Sales Team (PoS)'
pos_down_payment_product_id
Many2one
readonly=False
related='pos_config_id.down_payment_product_id'
No public methods.
pos_order_count
Integer
compute='_compute_count_pos_order'
groups='point_of_sale.group_pos_user'
readonly=True
string='Pos Order Count'
pos_order_line_ids
One2many → pos.order.line
groups='point_of_sale.group_pos_user'
readonly=True
string='Order lines Transfered to Point of Sale'
args: 'pos.order.line', 'sale_order_origin_id'
action_view_pos_order(self)
pos_order_line_ids
One2many → pos.order.line
groups='point_of_sale.group_pos_user'
readonly=True
string='Order lines Transfered to Point of Sale'
args: 'pos.order.line', 'sale_order_line_id'
read_converted(self)
unlink(self)
No new fields.
Public methods (0)No public methods.