TIP: You can type at any time to perform a new search.
POS Pricelist
pos_pricelist · OCA/pos
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → product.pricelistdefault=<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_itemBooleanimplied_group='product.group_pricelist_item' args: 'Show pricelists to customers' -
group_sale_pricelistBooleanhelp='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_idMany2onehelp='The pricelist used if no customer is selected or if the customer has no Sale Pricelist configured.'string='Default Pricelist' -
use_pricelistBooleanhelp='Set shop-specific prices, seasonal discounts, etc.' args: 'Use pricelists'
-
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…