Skip to content

Commit

Permalink
[IMP] module_prototyper: add placeholders to fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Riera authored and Maxime Chambreuil committed Oct 9, 2015
1 parent 6e31ff4 commit fda47cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion module_prototyper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down
2 changes: 0 additions & 2 deletions module_prototyper/views/module_prototyper_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit fda47cd

Please sign in to comment.