diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/coupon_program.xml | 3 | ||||
| -rwxr-xr-x | indoteknik_custom/views/x_banner_banner.xml | 2 | ||||
| -rwxr-xr-x | indoteknik_custom/views/x_banner_category.xml | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/indoteknik_custom/views/coupon_program.xml b/indoteknik_custom/views/coupon_program.xml index e4ad0bd8..54449777 100755 --- a/indoteknik_custom/views/coupon_program.xml +++ b/indoteknik_custom/views/coupon_program.xml @@ -16,9 +16,6 @@ <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 diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml index f48b20c4..a83ae5ab 100755 --- a/indoteknik_custom/views/x_banner_banner.xml +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -9,7 +9,6 @@ <field name="x_name"/> <field name="x_banner_category"/> <field name="x_relasi_manufacture"/> - <field name="x_studio_field_7ppSi"/> <field name="x_url_banner"/> <field name="x_status_banner"/> </tree> @@ -29,7 +28,6 @@ <field name="x_relasi_manufacture"/> <field name="x_url_banner"/> <field name="x_status_banner"/> - <field name="x_studio_field_7ppSi"/> </group> <group> <field name="x_banner_image" widget="image"/> diff --git a/indoteknik_custom/views/x_banner_category.xml b/indoteknik_custom/views/x_banner_category.xml index 0c2e053d..45ad7940 100755 --- a/indoteknik_custom/views/x_banner_category.xml +++ b/indoteknik_custom/views/x_banner_category.xml @@ -27,6 +27,11 @@ </group> <group></group> </group> + <notebook> + <page string="Banner"> + <field name="banner_ids"/> + </page> + </notebook> </sheet> </form> </field> |
