Skip to Content
Menu
This question has been flagged
1 Reply
6714 Views

I want to add a notebook in my new form view..

Hw it is possible

 

Avatar
Discard
Best Answer

define view in xml .. 
add
<notebook>
   <page string="PAGE STRING">
     .. .something on page
  </page>
</notbook>
more:
documentation for v8

documentation for v7 and older

 

hope it helps

Avatar
Discard

If we write anything about this page in .py file?

yes, you should define at least fileds you need in .py file

Author

The fields only...? Actually i want the notebook for adding team(Like in Project}

that would be many2many field... define it in your .py, and show it in view...

Author

I tried it,But it shows the following error.. AssertionError: Did not expect element notebook there, line 838

in order to give advice someone should see your code ... we are not wizzards or foreseers :) ...