I have defined a view that lists partners.  Now I would like to add a domain 
field that will restrict the view to those partners in a certain category.  How 
can you do this using the domain?

        <record>
                <field>Partner</field>
                <field>res.partner</field>

                <this>
                <field>[[('category')],'=','My Partners']</field>

                <field>tree,form</field>
        </record>
        <menuitem>

Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to