diff --git a/doc/_themes/odoodoc/layout.html b/doc/_themes/odoodoc/layout.html index 0789d61eb57..d541256746d 100644 --- a/doc/_themes/odoodoc/layout.html +++ b/doc/_themes/odoodoc/layout.html @@ -86,9 +86,9 @@ {%- if show_copyright %}
  • {%- if hasdoc('copyright') %} - {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- else %} - {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- endif %}
  • {%- endif %} diff --git a/doc/conf.py b/doc/conf.py index cd04e65dae0..0b86706abb4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = u'odoo' -copyright = u'2014, OpenERP s.a.' +copyright = u'OpenERP S.A.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -55,7 +55,7 @@ copyright = u'2014, OpenERP s.a.' # The short X.Y version. version = '8.0' # The full version, including alpha/beta/rc tags. -release = '8.0b1' +release = '8.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: