Skip to content

Commit

Permalink
[FIX] Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Chambreuil committed Oct 10, 2015
1 parent 9c095ac commit 81ba353
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion module_prototyper/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Known issues / Roadmap

* `#104`_ - Include controllers.py and templates.xml from scaffold.
* Attach images to the prototype and export them to be used in the 'images' module manifest.
* Export data and demo data
* Export reports
* Export workflows, nodes, transitions, actions
* Export groups, access rights and record rules
Expand All @@ -71,7 +72,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20module_prototyper%0Aversion:%200.3%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20module_prototyper%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======
Expand Down
2 changes: 1 addition & 1 deletion module_prototyper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
'name': 'Module Prototyper',
'version': '8.0.0.0.3',
'version': '8.0.0.3.0',
'author': 'Savoir-faire Linux, Odoo Community Association (OCA)',
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
Expand Down
2 changes: 1 addition & 1 deletion module_prototyper/models/module_prototyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_default_description(self):
version = fields.Char(
'Version',
size=9,
default='8.0.0.0.1',
default='8.0.1.0.0',
help=('Enter the version of your module with 5 digits')
)
auto_install = fields.Boolean(
Expand Down

0 comments on commit 81ba353

Please sign in to comment.