Hi, I am developing a module where I need to have one2one functionality. From what I can see that its being depreciated, so I don't want to use a field one2one..
Basically I need a couple of extra columns against the res.partner.address. If I inherit from there, I need to update all the modules that use res.partner.address to use my inherited module... Which is not an option, considering how important that table is. So I am asking your advice, how do I create an object that has a one 2 one link with values from my res.partner.address? Do I just make a new object and add an integer field that is called partner_address_id and then have to handle the relations myself? Any ideas would be welcome, Regards Mark _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
