Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
faircoop
FairCoopTech
FairCoopSites
invoices.freedoomcop.eu
Commits
5b600651
Commit
5b600651
authored
Nov 13, 2017
by
santi
Browse files
Replace the login footer
parent
b41706c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
web_custom/__init__.py
0 → 100644
View file @
5b600651
# -*- coding: utf-8 -*-
#import models
web_custom/__openerp__.py
0 → 100644
View file @
5b600651
# -*- coding: utf-8 -*-
{
'name'
:
'Web FreedomCoop Custom'
,
'depends'
:
[
'web'
],
'author'
:
'Santi Punto0 - FairCooop'
,
'category'
:
'Web'
,
'description'
:
"""
Customization on the webs for the FreedomCoop invoices web
"""
,
'website'
:
'https://freedomcoop.eu'
,
'data'
:
[
'views/templates.xml'
,
],
'installable'
:
True
,
'auto_install'
:
False
,
}
web_custom/views/templates.xml
0 → 100644
View file @
5b600651
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template
id=
"web_login_layout_clean_links"
inherit_id=
"web.login_layout"
>
<xpath
expr=
"//div[@class='oe_single_form_footer']"
position=
"replace"
>
<div
class=
"oe_single_form_footer"
t-if=
"not disable_footer"
>
<a
href=
"https://freedomcoop.eu"
target=
"_blank"
>
Invoices for
<span>
FreedomCoop
</span></a>
</div>
</xpath>
</template>
</data>
</openerp>
santi
@santi
mentioned in issue
#10 (closed)
·
Nov 13, 2017
mentioned in issue
#10 (closed)
mentioned in issue #10
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment