I propose to add inline comments for the following reason:
General understanding is promoted when reading the source files as probablyt the main entry point for a developer.
js,css,qweb are taken from other manifests I've seen. They are explained in the link. I think completedness of the manifest scaffold also helps reduce ambiguity about it.
Lastly, I introduced newlines for better readability and grouping.
I hope these changes, well (marginally) improve the usefulness of this great module.
[IMP] prototype: Switched to v8 api.
[IMP] prototype: renamed the templates to avoid confusion with pep8 tests.
[IMP] prototype: renamed some fields in prototype.py.
[IMP] prototype: implemented the process to create the zip file to export.
[IMP] prototype: worked on the generation of __openerp__.py and __init__.py files from the prototype.
[IMP] prototype: pep8
[IMP] prototype: added more comments.
[IMP] prototype: worked on fields.
[IMP] prototype: implemented the generation of files from models/model_name.py.template and models/init.py.template
[IMP] prototype: first work on implementation of generations of views.
[IMP] prototype: improved the arch section in model_view.xml.template
[IMP] prototype: Reviewed the names of many2many from plurials to name_ids.
[IMP] prototype: added menus.
[IMP] prototype: typo in templates/8.0/views/model_view.xml.template
[IMP] prototype: improved template with adding extension to header.template to ease management of file with licence header.
[IMP] prototype: prototype.prototype demo data
[IMP] prototype: worked to get the views and menus properly generated. Added actions to model_menus.xml.template.
[IMP] prototype: should fix pep8 in model_name.py.template.