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

Hello guys, so i will post some photos because it's more easier to me explain what im trying to do. I have a button and i want to automatically create a notebook page when i click in that button. So, this is my button:


And when i click in that button, automatically create another notebook page like this:


Appreciate your time guys!

อวตาร
ละทิ้ง

1. create button

<button name="calling_function" type="object" string="change_notebook_visibility"/>

2. In current model add this function

Add Boolean:
is_notebook_hidden = field.Boolean(default=True)

And add function:
def change_notebook_visibility():
self.is_notebook_hidden = False

3. Add to notebook xml
<notebook attrs="{'invisible': [('is_notebook_hidden', '=', False)]}">

ผู้เขียน

Doesn't work....

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

Maybe you can have Example notebook hidden by default and when you click "Send Email" button, set  "Example" notebook visibility to True.

อวตาร
ละทิ้ง
ผู้เขียน

And how can i do that?

Related Posts ตอบกลับ มุมมอง กิจกรรม
set one page(Tab) as default in notebook แก้ไขแล้ว
3
ก.ย. 24
15844
3
มี.ค. 16
4445
0
ก.พ. 16
4148
0
ก.พ. 23
1635
3
พ.ย. 21
12262