You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
732 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record model="ir.ui.view" id="inherit_fetchmail">
  4. <field name="model">fetchmail.server</field>
  5. <field name="inherit_id" ref="fetchmail.view_email_server_form"/>
  6. <field name="arch" type="xml">
  7. <field name="server" position="attributes">
  8. <attribute name="attrs" eval="False"/>
  9. </field>
  10. <field name="port" position="attributes">
  11. <attribute name="attrs" eval="False"/>
  12. </field>
  13. <field name="user" position="attributes">
  14. <attribute name="attrs" eval="False"/>
  15. </field>
  16. <field name="password" position="attributes">
  17. <attribute name="attrs" eval="False"/>
  18. </field>
  19. </field>
  20. </record>
  21. </odoo>