TIP: You can type at any time to perform a new search.
Compute product sales price from a pricelist
product_list_price_from_pricelist · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 08:42:54
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Lopez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module enables the automatic computation of a product's sale price based on the configuration of a pricelist.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_config_settings_form |
view.res.config.settings.form | res.config.settings | form | Inherits sale.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
base_pricelist_compute_price_idMany2one → product.pricelisthelp='Pricelist used to calculate the price of all products'string='Recomputing pricelist' args: 'product.pricelist'
No public methods.
New fields (2)
-
base_pricelist_compute_price_idMany2one → product.pricelistreadonly=Falserelated='company_id.base_pricelist_compute_price_id' args: 'product.pricelist' -
main_company_compute_price_idMany2one → res.companyconfig_parameter='main_company_compute_price_id'readonly=Falsestring='Main company for compute sale price' args: 'res.company'
-
action_update_product_price_from_pricelist(self)
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 220 days ago
- Last activity
- 220 days ago
- Repository
- OCA/product-attribute
- Pull request
- [19.0][MIG] product_list_price_from_pricelist: Migration to 19.0 (#2185)