I d like to establish a relation between my entity (Bolletta) and the parties 
represented by the Party module

I m not sure I undertsand how to do that

The manual doesn t mention the possibility it seems. Does it ?

The "sale" module has a model like this

class PartyReplace:
    __metaclass__ = PoolMeta
    __name__ = 'party.replace'

    @classmethod
    def fields_to_replace(cls):
        return super(PartyReplace, cls).fields_to_replace() + [
            ('sale.sale', 'party'),
            ('sale.sale', 'shipment_party'),
            ]


but I m not sure what this is and what it does

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/fb92a364-39a3-403e-9ae9-b5c77dee9546%40googlegroups.com.

Reply via email to