Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.5
Category
Point Of Sale
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 07:17:47
Authors
Odoo SA, Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo SA, Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, GitHub, Sylvain LE GAL, Jairo Llopis, sbejaoui, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
oca.decorators
System dependencies
None
Required by
l10n_es_pos
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
view_pos_config_form pos.config.form.view pos.config form Inherits point_of_sale.view_pos_config_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (5)
  • available_pricelist_ids Many2many → product.pricelist
    default=<expr> help='Make several pricelists available in the Point of Sale. You can also apply a pricelist to specific customers from their contact form (in Sales tab). To be valid, this pricelist must be listed here as an available pricelist. Otherwise the default pricelist will apply.' string='Available Pricelists' args: 'product.pricelist'
  • group_pricelist_item Boolean
    implied_group='product.group_pricelist_item' args: 'Show pricelists to customers'
  • group_sale_pricelist Boolean
    help='Allows to manage different prices based on rules per category of customers. Example: 10% for retailers, promotion of 5 EUR on this product, etc.' implied_group='product.group_sale_pricelist' args: 'Use pricelists to adapt your price per customers'
  • pricelist_id Many2one
    help='The pricelist used if no customer is selected or if the customer has no Sale Pricelist configured.' string='Default Pricelist'
  • use_pricelist Boolean
    help='Set shop-specific prices, seasonal discounts, etc.' args: 'Use pricelists'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create_from_ui(self, partner)
    @api.model

Loading…

Loading…