Is there anyway to have a one2many open in the main window instead of the popup?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
6526
ビュー
Hello,
You can edit/overwrite the view to add editable="top"
or editable="bottom"
on your one2many field.
You can have a look at the invoice view to find an example.
As far as I know you can not switch to form view without a pop-up
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
10月 24
|
68878 | ||
|
2
12月 23
|
25446 | ||
|
1
10月 21
|
9380 | ||
|
1
3月 15
|
6583 | ||
|
3
12月 23
|
21269 |
I have edited the question. The meaning was not really clear. Let me now if it is not correct.