Skip to content

11.0#1

Open
redblow wants to merge 407 commits into
redblow:11.0from
odoo:11.0
Open

11.0#1
redblow wants to merge 407 commits into
redblow:11.0from
odoo:11.0

Conversation

@redblow

@redblow redblow commented Mar 10, 2019

Copy link
Copy Markdown
Owner

update

jubodoo and others added 30 commits July 11, 2018 14:39
Fixing some typos & grammar
Just fixed 2 typos (now instead of know and a comma)
AntoineVDV and others added 30 commits February 20, 2020 16:23
Move an important paragraph at section beginning and emphasize it with a warning.

OPW-2235054
- Update Enterprise & Partnership agreement (EN, FR)
- Update legal page index: hide outdated agreements, replace
  with a link to an archive of the old PDFs.
- Add icons for missing files, to make index table layout more consistent
- Add `text-justify` on HTML versions of contracts, for consistency with
  the PDF versions.
- Fix compatibility of PDF generation with recent sphinx versions
  (\sphinxmaketitle instead of \maketitle)
- Re-add NL PDF building, still needs to be updated like all others

Backport of 5b80ed5 from 13.0
`\sphinxmaketitle` only exists as of v1.8.3, and `\renewcommand` would
crash when the command is not defined. Similarly `\newcommand` would
crash if the command already exists.

`\providecommand` acts as a shim: no-op if the command exists,
otherwise creates it so that it can be redefined.

Backport of 54e7ed3
e.g.

    .. meta::
        :description: blah blah blah
        :keywords lang=en: x y z

should yield

    <meta name="description" content="blah blah blah">
    <meta name="keywords" lang="en" content="x y z">

Also cleaned up `layout.html` a tad while at it:

* we're now properly setting the default metas via the translator so
  setting them in the template is unnecessary
* there's a flag to use an html5 doctype (also has a few other
  positive side-effects with respect to the metas sphinx generates in
  the template)
Single backticks are used for references, and `cloc` is not a valid one.

Backport of e59726c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.