[IMP] module_prototyper: add placeholders to fields.

pull/107/head
Jordi Riera 2015-02-09 08:32:43 -05:00 committed by Maxime Chambreuil
parent 6e31ff420d
commit fda47cdd61
2 changed files with 1 additions and 3 deletions

View File

@ -28,7 +28,7 @@
'website': 'http://www.savoirfairelinux.com', 'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'category': 'Others', 'category': 'Others',
'summary': 'Prototype your module', 'summary': 'Prototype your module.',
'depends': [ 'depends': [
'admin_technical_features', 'admin_technical_features',
], ],

View File

@ -19,8 +19,6 @@
<field name="model">module_prototyper</field> <field name="model">module_prototyper</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module"> <form string="Module">
<link rel="stylesheet"
href="/base/static/src/css/description.css"/>
<sheet> <sheet>
<field name="icon_image" widget="image" <field name="icon_image" widget="image"
class="oe_avatar oe_left"/> class="oe_avatar oe_left"/>