I want to add a notebook in my new form view..
Hw it is possible
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to add a notebook in my new form view..
Hw it is possible
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
If we write anything about this page in .py file?
yes, you should define at least fileds you need in .py file
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...
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 :) ...
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up