From a772ada9dcdd00276c7d0f9590a452dc5ec9d50e Mon Sep 17 00:00:00 2001 From: Andrea Date: Fri, 14 Oct 2016 16:30:01 +0200 Subject: [PATCH] [FIX] Fixed links in the README + renamed manifest --- account_fiscal_year/README.rst | 4 ++-- account_fiscal_year/{__openerp__.py => __manifest__.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename account_fiscal_year/{__openerp__.py => __manifest__.py} (100%) diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 8142bb409..88b788cc7 100644 --- a/account_fiscal_year/README.rst +++ b/account_fiscal_year/README.rst @@ -30,14 +30,14 @@ 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/92/9.0 + :target: https://runbot.odoo-community.org/runbot/92/10.0 Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. 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. diff --git a/account_fiscal_year/__openerp__.py b/account_fiscal_year/__manifest__.py similarity index 100% rename from account_fiscal_year/__openerp__.py rename to account_fiscal_year/__manifest__.py