GoodERP
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.

16 lines
549B

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <data>
  4. <template id="web_login" inherit_id="web.login" name="web_login" >
  5. <!-- 登录界面email改成用户 -->
  6. <xpath expr="//input[@name='login']" position="attributes">
  7. <attribute name="placeholder">User</attribute>
  8. </xpath>
  9. <xpath expr="//label[@for='login']" position="replace">
  10. <label for="login" class="form-label d-flex justify-content-between">User</label>
  11. </xpath>
  12. </template>
  13. </data>
  14. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1