[IMP] module_prototyper: add placeholders to fields.
parent
6e31ff420d
commit
fda47cdd61
|
@ -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',
|
||||
],
|
||||
|
|
|
@ -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…
Reference in New Issue