How to make a new page that can let user create, edit, delete record
i made a tree view and form but there is no create button on my page, how can I put it on my page?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to make a new page that can let user create, edit, delete record
i made a tree view and form but there is no create button on my page, how can I put it on my page?
Hello,
Please check in xml.
<form string="My Form" create="false" edit="false">
If you given create and edit parameter as false please remove it and check.
Thanks
To make a page,
1.You make a xml file for the view
2.A .py file for tables & columns
3.Link it through menus(in xml)
Hope it helps...
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
page means website page...