[FIX] Review comments
parent
9c095acbf9
commit
81ba353e7d
|
@ -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 <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
|
||||
=======
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue