diff options
Diffstat (limited to 'vit_efaktur/view/product.xml')
| -rw-r--r-- | vit_efaktur/view/product.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vit_efaktur/view/product.xml b/vit_efaktur/view/product.xml new file mode 100644 index 0000000..e7435a1 --- /dev/null +++ b/vit_efaktur/view/product.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + <!-- Inherit Form View to Modify it --> + <record id="product_efaktur" model="ir.ui.view"> + <field name="name">product.template_efaktur</field> + <field name="model">product.template</field> + <field name="inherit_id" ref="product.product_template_form_view"/> + <field name="arch" type="xml"> + + <notebook position="inside"> + <page string="E-Faktur"> + <group> + <group> + <field name="is_efaktur_exported"/> + </group> + <group> + <field name="date_efaktur_exported"/> + </group> + </group> + </page> + </notebook> + </field> + </record> + + + </data> +</odoo> + |
