From 72951b0538fd58613c2dee3c9a8fb62495fc3579 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Mon, 18 Mar 2024 11:40:50 +0530 Subject: [PATCH] [MIG] account_fiscal_year: Migration to 17.0 --- account_fiscal_year/__manifest__.py | 5 ++--- account_fiscal_year/static/description/index.html | 11 +++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/account_fiscal_year/__manifest__.py b/account_fiscal_year/__manifest__.py index fcc12e13c..1b48526c3 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -5,11 +5,10 @@ { "name": "Account Fiscal Year", "summary": "Create Account Fiscal Year", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "development_status": "Production/Stable", "category": "Accounting", - "website": "https://github.com/OCA/account-financial-tools" - "14.0/account_fiscal_year", + "website": "https://github.com/OCA/account-financial-tools", "author": "Agile Business Group, Camptocamp SA, " "Odoo Community Association (OCA)", "maintainers": ["eLBati"], diff --git a/account_fiscal_year/static/description/index.html b/account_fiscal_year/static/description/index.html index f97f14d00..4490b18b2 100644 --- a/account_fiscal_year/static/description/index.html +++ b/account_fiscal_year/static/description/index.html @@ -9,10 +9,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +276,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +302,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -425,7 +426,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.