Browse Source

[IMP] module_prototyper: add placeholders to fields.

12.0-mig-module_prototyper
Jordi Riera 9 years ago
committed by Nicolas JEUDY
parent
commit
fcf6765de5
  1. 2
      module_prototyper/__openerp__.py
  2. 2
      module_prototyper/views/module_prototyper_view.xml

2
module_prototyper/__openerp__.py

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

2
module_prototyper/views/module_prototyper_view.xml

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

Loading…
Cancel
Save