summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/promotion_program_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/promotion_program_line.xml')
-rw-r--r--indoteknik_custom/views/promotion_program_line.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/indoteknik_custom/views/promotion_program_line.xml b/indoteknik_custom/views/promotion_program_line.xml
index e15bb0d7..5963d0dd 100644
--- a/indoteknik_custom/views/promotion_program_line.xml
+++ b/indoteknik_custom/views/promotion_program_line.xml
@@ -58,10 +58,23 @@
<page
string="Line Free Item"
name="line_free_items"
- attrs="{'invisible': [('promotion_type', '=', 'specific_product')]}"
+ attrs="{'invisible': [('promotion_type', '=', 'special_price')]}"
>
<field name="line_free_item" />
</page>
+ <page
+ string="Order Line"
+ name="order_line"
+ >
+ <field name="order_line_ids" readonly="1">
+ <tree>
+ <field name="order_id" />
+ <field name="name" />
+ <field name="product_id" />
+ <field name="product_uom_qty" />
+ </tree>
+ </field>
+ </page>
</notebook>
</sheet>
</form>