TIP: You can type at any time to perform a new search.
POS Partner Pricelist Load Background
pos_partner_pricelist_load_background · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Point of Sale
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 08:09:20
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, cyrilmanuel
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
get_pos_ui_partner_pricelist_background(self, pricelist_id, product_ids)Retrieve the pricelist details for the POS UI in the background. This method fetches the pricelist information for a given pricelist ID and a list of product IDs. It constructs the pricelist data including its items and handles base pricelists if applicable. Args: pricelist_id (int): The ID of the pricelist to retrieve. product_ids (list): A list of product IDs to include in the pricelist. Returns: list: A list containing the pricelist details and any base pricelists.