product.pricelist.item :: Pricelist Rule

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • applied_on [requiredselection]: Apply On

  • base [requiredselection]: Based on

  • base_pricelist_id [many2one: product.pricelist]: Other Pricelist

  • categ_id [many2one: product.category]: Category

  • company_id [readonlymany2one: res.company]: Company

  • compute_price [requiredselection]: Compute Price

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • currency_id [readonlymany2one: res.currency]: Currency

  • date_end [datetime]: End Date

  • date_start [datetime]: Start Date

  • display_applied_on [requiredselection]: Display Applied On

  • display_name [readonlychar]: Display Name

  • fixed_price [float]: Fixed Price

  • id [readonlyinteger]: ID

  • min_quantity [float]: Min. Quantity

  • name [readonlychar]: Name

  • percent_price [float]: Percentage Price

  • price [readonlychar]: Price

  • price_discount [float]: Price Discount

  • price_markup [float]: Markup

  • price_max_margin [float]: Max. Price Margin

  • price_min_margin [float]: Min. Price Margin

  • price_round [float]: Price Rounding

  • price_surcharge [float]: Extra Fee

  • pricelist_id [requiredmany2one: product.pricelist]: Pricelist

  • product_id [many2one: product.product]: Variant

  • product_tmpl_id [many2one: product.template]: Product

  • product_uom [readonlychar]: Unit of Measure Name

  • product_variant_count [readonlyinteger]: # Product Variants

  • rule_tip [readonlychar]: Rule Tip

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by