I am new to OpenERP. i am on OpenERP 7.0. I need help in a custom module. I have developed a custom module with the help of Google search and its working fine. The module creates notes. The table 'Notebook' contain three fields (date, title, note). I want to inherit a field from employee table, so that i can relate notes to different employees. So i assume its a one to many relationship. Can someone guide me step by step, and upload the files like __ini__, __openerp__, py and xml view file. I have already reviewed the openerp documents but those are quite complicated for me.
Thanks
Hi, I am new to OpenERP as well, and I am trying to store the name of a purchase order into a specific table/class. Actually I would prefer to store a link to that purchase order, so if the source's name change, I will see the change... Is kind of stuff that you were trying to do by "relate" ?