コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
3342 ビュー

I have a new form which is integrated with a customized button on sale order lines.

I have product_id and partner_id on my new form just as they are on sale.order.I want to automatically fill my form fields . But instead of inheriting one field it is inheriting the whole sale.view_order_form into my new form

Inheritence code is 

class ManufactureForm(models.Model):
_inherit = {"sale.order": "product_id"}
_name = 'manufacturing'
In my XML file

<record id="manufacturing_form_view" model="ir.ui.view">
<field name="name">Manufacturing Form View</field>
<field name="model">manufacturing</field>
<field name="inherit_id" ref="sale.view_order_form" />
<field name="arch" type="xml">

Please guide me thru it because m a beginner
アバター
破棄
著作者

Someone please reply

著作者 最善の回答

No i have already added a button in sale.order.line which opens a new form. Now i want that the product which i select in sale order will be fetched automatically into new form and user do not have to fill a field twice.

アバター
破棄
最善の回答

Hello ,

In your Question you define you want to add new button in sale order line  but in you're inherit sale order

so Change this on.


アバター
破棄
関連投稿 返信 ビュー 活動
2
8月 23
3216
3
4月 23
2326
3
12月 22
33844
1
11月 22
3294
2
3月 18
4788