As of 1.6 and PR sphinx-doc/sphinx#3550, \ifsphinxpdfoutput is gone. It
was not really necessary in the first place, mostly a leftover from an
old copy of sphinx's \maketitle commands.
Also make the title slightly less huge ;-)
The new section has been named My Odoo Portal and it is a small guide about what you can find and manage from My Account page. It is accessible from Practical
The "database management" section was just a big fourre-tout.
This commit splits a new "Practical Info" section from the
"Applications" section and split the db management page in
3 sub-pages that will be soon extended.
* upgrade to bootstrap 3.3.6
* new Header, port website LESS
- Add the new header
- Modify sub-header in order to handle “back” button and version
switcher
- Port website’s Less:
* Use same variables’ names
* Review fonts and colours in order to fit the new style
* add new footer
* Review and optimise JS code in order properly handle the new header,
footer and card.top animations
* replace banner images
This is a big update of the posbox documentation in
addons/hw_proxy/doc. The main reason for this big change is v13 of the
posbox image which is vastly different from all the images that came
before it. On top of that, the documentation was also further updated to
look a bit better when rendered to HTML instead of PDF, which is what we
used before.
* by-application (odoo-wise) grouping
* use part of the accounting TOC defined on pad
* support for "internal" tocs & fixup front toc
* various changes and improvements to extensions
May be missing: inherited document banners?
dd.alternatives triggers "widget", each (dt, dd) is an alternative with
dt being the alternative (and radio button) label and dd being the
actual content to display on selection.
By default "iterating" a set will use a setseq which may still uniquify
information if it finds duplicates (but it may not as it's lazy &
al). #flatten conserves the seq type, so if there are two equal
operation items amongst all selected operations they may get
deduplicated, with the end result of operations disappearing in the
final formatted result.