Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6536 มุมมอง


I am a beginner in odoo 8. I want to use the template (template id = "Variants") that is in the website_sale module in the form view of "Order lines" that has an external_id (ref="sale.view_order_form"). so I made inheritance like this:

<record id="multiple_variante_sale_order_form" model="ir.ui.view">
         <field name="name">sale.order.form</field>
         <field name="model">sale.order</field>
         <field name="inherit_id" ref="sale.view_order_form"/>
         <field name="arch" type="xml">
            <xpath expr="//notebook/page/field/form/group/group/field[@name='product_id']" position="after">
                 -- here I want to call the template of the wesite_sale <template id="Variants" > --
            </xpath>
         </field>

Can I do this? if yes, how can I do this?

อวตาร
ละทิ้ง

Hello any one have to solution or give some hint to inherit template in form view i want to use import button or functionality at the sale order line for importing data from sale order line

คำตอบที่ดีที่สุด

Yes i think you can do that

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 21
5319
0
มิ.ย. 23
1817
0
ก.ค. 21
2028
0
เม.ย. 21
1735
1
ต.ค. 15
4794