From e66d9c9b476824641b9fefecf691766b7a026e65 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Sat, 10 Oct 2015 14:04:21 -0400 Subject: [PATCH] [FIX] Review comments --- module_prototyper/README.rst | 3 ++- module_prototyper/__openerp__.py | 2 +- module_prototyper/models/module_prototyper.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module_prototyper/README.rst b/module_prototyper/README.rst index da894e66f..4c890aa14 100644 --- a/module_prototyper/README.rst +++ b/module_prototyper/README.rst @@ -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 @@ -71,7 +72,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`here `_. Credits ======= diff --git a/module_prototyper/__openerp__.py b/module_prototyper/__openerp__.py index 8840ee4a0..d9cde4b64 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -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', diff --git a/module_prototyper/models/module_prototyper.py b/module_prototyper/models/module_prototyper.py index c00716c2a..bd3aaa15d 100644 --- a/module_prototyper/models/module_prototyper.py +++ b/module_prototyper/models/module_prototyper.py @@ -109,7 +109,7 @@ class ModulePrototyper(models.Model): 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(