[IMP]GOLEM Member : add header on form

This commit is contained in:
Fabien BOURGEOIS 2018-08-01 12:13:22 +02:00
parent 189eccba41
commit d070acfbe0
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
'name': 'GOLEM non-profit members',
'summary': 'Extends Odoo contacts for MJC',
'description': 'Extends Odoo contacts for MJC',
'version': '10.0.2.2.4',
'version': '10.0.2.2.5',
'category': 'GOLEM',
'author': 'Fabien Bourgeois, Michel Dessenne',
'license': 'AGPL-3',

View File

@ -44,6 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<field name="model">golem.member</field>
<field name="arch" type="xml">
<form>
<header></header>
<sheet>
<div colspan="2" attrs="{'invisible': [('membership_state', '=', 'none')]}"
style="background-color: #ccc; color: #fff; font-size: 150%; font-weight: bold; padding: 0.5%; text-align: center; margin-bottom: 1%;">Service User form</div>