diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:21:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:21:18 +0700 |
| commit | 803e4f8b3cf9c1d6a43a354023edc1e065f4121e (patch) | |
| tree | b462ac26fd679c449f848dc8a2de7fc1b8fe3c5c /indoteknik_custom/views/coupon_program.xml | |
| parent | 37c91dd605b4ff1acc9941eed549164eb7de2089 (diff) | |
initial commit 2
Diffstat (limited to 'indoteknik_custom/views/coupon_program.xml')
| -rw-r--r-- | indoteknik_custom/views/coupon_program.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/indoteknik_custom/views/coupon_program.xml b/indoteknik_custom/views/coupon_program.xml new file mode 100644 index 00000000..e4ad0bd8 --- /dev/null +++ b/indoteknik_custom/views/coupon_program.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <record id="coupon_program_form_view_inherit" model="ir.ui.view"> + <field name="name">coupon.program.inherited</field> + <field name="model">coupon.program</field> + <field name="inherit_id" ref="coupon.coupon_program_view_promo_program_form"/> + <field name="arch" type="xml"> + <xpath expr="//form[1]/sheet[1]/div[1]" position="inside"> + <button name="toggle_active" type="object" class="oe_stat_button" icon="fa-archive" modifiers="{}" options="{}"> + <field name="active" widget="boolean_button" options="{'terminology': 'close'}" modifiers="{}"/> + </button> + </xpath> + <xpath expr="//field[@name='rule_date_to']" position="after"> + <field name="x_studio_field_Ifopn" width="80" widget="image"/> + <field name="x_studio_field_2Ul77" width="80" widget="image"/> + <field name="x_studio_image_promo" width="80" widget="image"/> + <field name="x_studio_banner_promo" width="80" widget="image"/> + </xpath> + <xpath expr="//form[1]/sheet[1]" position="inside"> + <field name="x_studio_field_xo3cl" string="Relasi Banner"/> + </xpath> + </field> + </record> +</odoo>
\ No newline at end of file |
