diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-23 11:50:20 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-23 11:50:20 +0700 |
| commit | dae4a3bf266ba4c19b1ba1d11c52ed9e19259b7c (patch) | |
| tree | 8858e0660aa004b582aedf6f437c0f455f8ad1ef /indoteknik_custom/views/promotion_program.xml | |
| parent | adbc9b985f1c5fb2b2f41f79c686b3a573003e62 (diff) | |
Update promotion program scheme
Diffstat (limited to 'indoteknik_custom/views/promotion_program.xml')
| -rw-r--r-- | indoteknik_custom/views/promotion_program.xml | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/indoteknik_custom/views/promotion_program.xml b/indoteknik_custom/views/promotion_program.xml deleted file mode 100644 index 5dff80e6..00000000 --- a/indoteknik_custom/views/promotion_program.xml +++ /dev/null @@ -1,73 +0,0 @@ -<odoo> - <record id="promotion_program_tree" model="ir.ui.view"> - <field name="name">Promotion Program Tree</field> - <field name="model">promotion.program</field> - <field name="arch" type="xml"> - <tree> - <field name="name" /> - <field name="start_time" /> - <field name="end_time" /> - <field name="applies_to" /> - </tree> - </field> - </record> - - <record id="promotion_program_form" model="ir.ui.view"> - <field name="name">Promotion Program Form</field> - <field name="model">promotion.program</field> - <field name="arch" type="xml"> - <form> - <sheet> - <group> - <group> - <field name="name" /> - <field name="keywords" widget="many2many_tags" /> - <field name="banner" widget="image" height="160" /> - </group> - <group> - <field name="start_time" /> - <field name="end_time" /> - <field name="applies_to" /> - </group> - </group> - <notebook> - <page string="Program Lines" name="program_lines"> - <field name="program_line" /> - </page> - <page string="Image Properties" name="image_properties"> - <group> - <group> - <field name="icon" widget="image" height="120" /> - <field name="icon_top" widget="image" height="80" /> - <field name="icon_bottom" widget="image" height="80" /> - </group> - </group> - </page> - </notebook> - </sheet> - </form> - </field> - </record> - - <record id="promotion_program_action" model="ir.actions.act_window"> - <field name="name">Promotion Program</field> - <field name="type">ir.actions.act_window</field> - <field name="res_model">promotion.program</field> - <field name="view_mode">tree,form</field> - </record> - - <menuitem - id="menu_promotion_program_parent" - name="Promotion Program" - parent="website.menu_website_configuration" - sequence="7" - /> - - <menuitem - id="menu_promotion_program" - name="Program" - parent="indoteknik_custom.menu_promotion_program_parent" - sequence="1" - action="promotion_program_action" - /> -</odoo>
\ No newline at end of file |
