forms - How to change a XML tag in an OpenERP7 view? -
i created form inherits other form. added , changed several fields , attributes, now, need modify tag not field. line in original form:
<a type="open"><field name="name"/></a>
and want next one:
<a type="object" name="my_function"><field name="name"/></a>
anyone knows how manage this? way, field within page (you can check it, activate debug mode on openerp interface, go standard view of partner company, , click editformview -debug mode-, control+f , type line, there 1 that).
use xpath position="attributes" rather before/after etc.
just search source tree "attributes" in xml , find examples. memory faulty may position="attribute" find examples.
xml forms view openerp openerp-7
No comments:
Post a Comment