I would like to add the value of a field from a custom module to an existing view.
mymodule.py file
class MyClass()in the xml file=
my_var = fields.Char()
...
<record from different module>to point to the value in my module?What do I need to add to the <field...> to point to the value in my module? What do I need to add to the
<xpath ...>
<field name="my_var">
</xpath>