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