diff --git a/web_readonly_bypass/README.rst b/web_readonly_bypass/README.rst index ffd799b0..36cbb7e9 100644 --- a/web_readonly_bypass/README.rst +++ b/web_readonly_bypass/README.rst @@ -22,7 +22,7 @@ This module changes the behaviour of Odoo by propagating on_change modifications to readonly fields to the backend create and write methods. -To change that behavior you have to set context on ``ur.actions.act_window``:: +To change that behavior you have to set context on ``ir.actions.act_window``:: {'readonly_by_pass': True} @@ -42,7 +42,7 @@ For further information, please visit: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/8.0 + :target: https://runbot.odoo-community.org/runbot/162/10.0 Bug Tracker @@ -51,7 +51,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/web_readonly_bypass/__manifest__.py b/web_readonly_bypass/__manifest__.py index 9d3f7681..c6c79c2a 100644 --- a/web_readonly_bypass/__manifest__.py +++ b/web_readonly_bypass/__manifest__.py @@ -1,33 +1,13 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This file is part of web_readonly_bypass, -# an Odoo module. -# -# Copyright (c) 2015 ACSONE SA/NV () -# -# web_readonly_bypass is free software: -# you can redistribute it and/or modify it under the terms of the GNU -# Affero General Public License as published by the Free Software -# Foundation,either version 3 of the License, or (at your option) any -# later version. -# -# web_readonly_bypass is distributed -# in the hope that it will be useful, but WITHOUT ANY WARRANTY; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with web_readonly_bypass. -# If not, see . -# -############################################################################## +# Copyright (c) 2015 ACSONE SA/NV () +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + { 'name': 'Read Only ByPass', - 'version': '9.0.1.0.0', - "author": "ACSONE SA/NV, Odoo Community Association (OCA)", - "maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)", + 'version': '10.0.1.0.0', + "author": "ACSONE SA/NV,Kalpana Hemnani,Odoo Community Association (OCA)", "website": "http://www.acsone.eu", + "license": "LGPL-3", 'category': 'Technical Settings', 'depends': [ 'web', @@ -36,6 +16,6 @@ 'data': [ 'views/readonly_bypass.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, } diff --git a/web_readonly_bypass/views/readonly_bypass.xml b/web_readonly_bypass/views/readonly_bypass.xml index 32c584c0..6a4a9ee3 100644 --- a/web_readonly_bypass/views/readonly_bypass.xml +++ b/web_readonly_bypass/views/readonly_bypass.xml @@ -6,10 +6,11 @@ + - + \ No newline at end of file