Hello,
I have one form that contains one one2many field. I have created one button in one2many field it works fine but after saving the record. I won't use that button before saving the records. Is this possible? or any other alternative way to do this.
Hi,
The buttons in the tree view will work once the record is saved because dynamically no data of the tree view lines are stored in the database.For achieving real-time button action in tree view without saving we have to use JavaScript function(eg:delete button in tree view)
Regards
Thanks, @Cybrosys Techno Solutions Pvt. Ltd For your reply. Any document is available on how to achieve these things in odoo. because I am new to odoo and javascript. Can you please share any document or any source.