Browse Source

[MIG] base_view_inheritance_extension: Migration to 9.0

Trivial changes:

* Version in README changed
* Version in manifest changed
pull/1020/head
Pedro M. Baeza 8 years ago
committed by Holger Brunn
parent
commit
ff739501ba
  1. 2
      base_view_inheritance_extension/README.rst
  2. 2
      base_view_inheritance_extension/__openerp__.py

2
base_view_inheritance_extension/README.rst

@ -13,7 +13,7 @@ Usage
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/149/8.0
:target: https://runbot.odoo-community.org/runbot/149/9.0
Change a python dictionary (context for example)
------------------------------------------------

2
base_view_inheritance_extension/__openerp__.py

@ -3,7 +3,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Extended view inheritance",
"version": "8.0.1.0.0",
"version": "9.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "LGPL-3",
"category": "Hidden/Dependency",

Loading…
Cancel
Save