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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
6752
瀏覽次數
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
|
69280 | ||
|
2
12月 23
|
25748 | ||
|
1
10月 21
|
9609 | ||
|
1
3月 15
|
6747 | ||
|
3
12月 23
|
21571 |
I have edited the question. The meaning was not really clear. Let me now if it is not correct.