Price List

Model Name:product.price_list
Base Module:Product Price List
Menu:Product ‣ Price Lists

The Price List-model introduces the conception of ...

Fields

Company:
Internal Name:company
Attributes:Required
Type:Many-To-One
Relation Model:Company

The Company-field is used to store ...

Lines:
Internal Name:lines
Type:One-To-Many
Relation Model:Price List Line

The Lines-field is used to store ...

Name:
Internal Name:name
Attributes:Required
Type:Single Line Text

The Name-field is used to store ...

Access

The manipulation of records in this model is controlled by Model access entries. Users being member of Group “Product Administration” have the following access permissions:

Read:allowed
Write:allowed
Create:allowed
Delete:allowed

All other Users have these access permissions:

Read:allowed
Write:forbidden
Create:forbidden
Delete:forbidden

Price List Line

Model Name:product.price_list.line
Base Module:Product Price List

The Price List Line-model introduces the conception of ...

Fields

Formula:
Internal Name:formula
Attributes:Required
Type:Single Line Text

Python expression that will be evaluated with: - unit_price: the original unit_price

Price List:
Internal Name:price_list
Attributes:Required
Type:Many-To-One
Relation Model:Price List

The Price List-field is used to store ...

Product:
Internal Name:product
Type:Many-To-One
Relation Model:Product

The Product-field is used to store ...

Quantity:
Internal Name:quantity
Type:Float Number

The Quantity-field is used to store ...

Sequence:
Internal Name:sequence
Type:Integer Number

The position of the record order in a list.

Access

The manipulation of records in this model is controlled by Model access entries. Users being member of Group “Product Administration” have the following access permissions:

Read:allowed
Write:allowed
Create:allowed
Delete:allowed

All other Users have these access permissions:

Read:allowed
Write:forbidden
Create:forbidden
Delete:forbidden

Table Of Contents

Previous topic

Product Price List

Next topic

Project

This Page