Pricelist Configurator By Bom

pricelist_configurator_by_bom
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/7.0/pricelist_configurator_by_bom
VERSION
VERSION 0.1
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSLorenzo Battistini, Alexandre Fayolle, Alex Comba, Rudolf Schnapka, Nicola Malcontenti, Nicola Malcontenti-Agile BG
WEBSITE
WEBSITEhttp://www.agilebg.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (0)

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)

New fields (0)

No new fields.

Public methods (0)

No public methods.