products.PriceRule : Price rule

PriceRule(id, seqno, product)

name

type

verbose name

id

BigAutoField

ID

seqno

IntegerField

No.

product

ForeignKey to Product

Product

move_buttons

VirtualField

Move

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: products.PriceRules : Price rules

Referenced from

Database fields

Internal name

Verbose name

Help text

id

ID

seqno

No.

The sequence number of this rule. Lino loops over price rules in this order and returns the first one that applies.

product

Product

The product to use for getting the price when this rule applies.

move_buttons

Move

Displays buttons for certain actions on this row:

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

List of actions that change the workflow state of this object.

overview

None