:tocdepth: 1 .. _product_price_list: Price List ========== :Model Name: ``product.price_list`` :Base Module: :ref:`product_price_list_module` :Menu: :menuselection:`Product --> Price Lists` The *Price List*-model introduces the conception of ... .. _product_price_list_fields: Fields ------ .. _product_price_list_product_price_list_company: :guilabel:`Company`: :Internal Name: ``company`` :Attributes: :ref:`required` :Type: :ref:`field_type_many2one` :Relation Model: :ref:`company_company` The *Company*-field is used to store ... .. _product_price_list_product_price_list_lines: :guilabel:`Lines`: :Internal Name: ``lines`` :Type: :ref:`field_type_one2many` :Relation Model: :ref:`product_price_list_line` The *Lines*-field is used to store ... .. _product_price_list_product_price_list_name: :guilabel:`Name`: :Internal Name: ``name`` :Attributes: :ref:`required` :Type: :ref:`field_type_char` The *Name*-field is used to store ... Access ------ The manipulation of records in this model is controlled by :ref:`ir_model_access` entries. :ref:`res_user`\ s being member of :ref:`res_group` "Product Administration" have the following access permissions: :Read: allowed :Write: allowed :Create: allowed :Delete: allowed All other :ref:`res_user`\ s have these access permissions: :Read: allowed :Write: forbidden :Create: forbidden :Delete: forbidden .. _product_price_list_line: Price List Line =============== :Model Name: ``product.price_list.line`` :Base Module: :ref:`product_price_list_module` The *Price List Line*-model introduces the conception of ... .. _product_price_list_line_fields: Fields ------ .. _product_price_list_product_price_list_line_formula: :guilabel:`Formula`: :Internal Name: ``formula`` :Attributes: :ref:`required` :Type: :ref:`field_type_char` Python expression that will be evaluated with: - unit_price: the original unit_price .. _product_price_list_product_price_list_line_price_list: :guilabel:`Price List`: :Internal Name: ``price_list`` :Attributes: :ref:`required` :Type: :ref:`field_type_many2one` :Relation Model: :ref:`product_price_list` The *Price List*-field is used to store ... .. _product_price_list_product_price_list_line_product: :guilabel:`Product`: :Internal Name: ``product`` :Type: :ref:`field_type_many2one` :Relation Model: :ref:`product_product` The *Product*-field is used to store ... .. _product_price_list_product_price_list_line_quantity: :guilabel:`Quantity`: :Internal Name: ``quantity`` :Type: :ref:`field_type_float` The *Quantity*-field is used to store ... .. _product_price_list_product_price_list_line_sequence: :guilabel:`Sequence`: :Internal Name: ``sequence`` :Type: :ref:`field_type_integer` The position of the record order in a list. Access ------ The manipulation of records in this model is controlled by :ref:`ir_model_access` entries. :ref:`res_user`\ s being member of :ref:`res_group` "Product Administration" have the following access permissions: :Read: allowed :Write: allowed :Create: allowed :Delete: allowed All other :ref:`res_user`\ s have these access permissions: :Read: allowed :Write: forbidden :Create: forbidden :Delete: forbidden