Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions module_prototyper/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Contributors
* El hadji Dem <elhadji.dem@savoirfairelinux.com>
* Savoir-faire Linux <support@savoirfairelinux.com>
* Vincent Vinet <vincent.vinet@savoirfairelinux.com>
* Juan Pablo Arias <jpa@devco.co>

Maintainer
----------
Expand Down
2 changes: 1 addition & 1 deletion module_prototyper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
Expand Down
4 changes: 2 additions & 2 deletions module_prototyper/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
Expand All @@ -22,7 +22,7 @@

{
'name': 'Module Prototyper',
'version': '8.0.0.3.0',
'version': '8.0.0.4.0',
'author': 'Savoir-faire Linux, Odoo Community Association (OCA)',
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
Expand Down
10 changes: 5 additions & 5 deletions module_prototyper/data/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Installation

To install this module, you need to:

* do this ...
* do this ...

Configuration
=============

To configure this module, you need to:

* go to ...
* go to ...

Usage
=====

To use this module, you need to:

* go to ...
* go to ...

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
Expand All @@ -39,12 +39,12 @@ To use this module, you need to:

For further information, please visit:

* https://www.odoo.com/forum/help-1
* https://www.odoo.com/forum/help-1

Known issues / Roadmap
======================

* ...
* ...

Bug Tracker
===========
Expand Down
2 changes: 1 addition & 1 deletion module_prototyper/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
Expand Down
4 changes: 2 additions & 2 deletions module_prototyper/models/ir_model_fields.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
Expand All @@ -24,7 +24,7 @@
from openerp.tools.translate import _


class ir_model_fields(models.Model):
class IrModelFields(models.Model):
"""Addition of text fields to fields."""
_inherit = "ir.model.fields"

Expand Down
4 changes: 2 additions & 2 deletions module_prototyper/models/licenses.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
# #############################################################################
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2010 - 2014 Savoir-faire Linux
Expand Down
Loading