mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-22 17:32:02 +02:00
Initial commit: Security packages
This commit is contained in:
commit
bb469e4763
1399 changed files with 278378 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="login_successful" inherit_id="web.login_successful">
|
||||
<xpath expr="//div[hasclass('oe_login_form')]/p" position="before">
|
||||
<p class="alert alert-success" t-if="account_created" role="status">
|
||||
Registration successful.
|
||||
</p>
|
||||
<!-- Remove parameter from URL, do not show "Account created" if page is refreshed -->
|
||||
<script defer="defer" type="text/javascript">
|
||||
window.history.replaceState({}, null, '/web/login_successful');
|
||||
</script>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue