| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/7.0/pricelist_configurator_by_bom |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Lorenzo Battistini, Alexandre Fayolle, Alex Comba, Rudolf Schnapka, Nicola Malcontenti, Nicola Malcontenti-Agile BG |
| WEBSITE | |
| WEBSITE | http://www.agilebg.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - process - web - decimal_precision - base_setup - web_kanban - sale - account_voucher - account - analytic - board - edi - email_template - mrp - procurement - stock - resource - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Introduction ------------ This module is a calculator that establishes the final product’s price based on different margins applied to the costs of the components of the bill of material. In OpenERP the product’s price is computed by the price list, every partner can have his price list and every price list item con be connected to a product. This module provides a configurator where the user selects the final product and the partner. The system propose the BOM with the costs of every component. The user can finally set the margin for every component and compute the final price. How To Use ---------- - In the configurator, fill the Product and Partner fields, the system will automatically load the bom (changeable) and the lines - Work on the several lines setting the margin you want to apply - Compute the final price and create (or update) the price list |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_product_pricelist_configurator_form |
product.pricelist.configurator.form | product.pricelist.configurator | form | New |
view_product_pricelist_configurator_line_form |
product.pricelist.configurator.line.form | product.pricelist.configurator.line | form | New |
view_product_pricelist_configurator_line_tree |
product.pricelist.configurator.line.tree | product.pricelist.configurator.line | tree | New |
view_product_pricelist_configurator_tree |
product.pricelist.configurator.tree | product.pricelist.configurator | tree | New |
No new fields.
Public methods (5)compute_final_price(self, cr, uid, ids, context=None)
create_pricelist_item(self, cr, uid, ids, context=None)
on_change_bom_id(self, cr, uid, ids, bom_id)
on_change_product_id(self, cr, uid, ids, product_id)
write_pricelist_item(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.