As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)
closesodoo/documentation#12667
X-original-commit: 7dfff8e
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
This commit updates current theming page, by adding updated content.
Task-4316619
closesodoo/documentation#12577
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
The aim of this commit is adding a documentation page for Denmark.
It's a requirement from the BookKeeping Act to be compliant.
task-4604193
closesodoo/documentation#12185
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Codabox now allows for companies to access their services without an accounting firm, documentation is adjusted accordingly and new flow is added.
task - 4460499
closesodoo/documentation#12540
Related: odoo/odoo#202261
Related: odoo/enterprise#81655
Signed-off-by: Ai Lin Zuccarello (aizu) <aizu@odoo.com>
This commit updates current navigation page, by adding updated
information.
Task-4316619
closesodoo/documentation#12579
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
Since a11f402d6b the taxes on the down payment Invoices are broken down in proportion of the Sales Order Lines taxes. And the customer tax on the down payment product is not used anymore.
closesodoo/documentation#12305
Task: 4621266
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Add new localization for Jordan as of 17.0. Minor updates coming for 18.0 (Send & Print, link to Payroll once it's available, etc.)
task-4508757
closesodoo/documentation#11904
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
In this commit:
We add suggestion for user to enable the GST Portal API
access with 30 days duration of token expiration. Because
whenever GSTR2B cron triggers i.e. Once in a day the token
seems to be expired already
opw-4634890
closesodoo/documentation#12560
X-original-commit: 5d2ef5a1d4
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
The link replaced is dead and doesn't lead to anything anymore. The new link is
the exact same page but hosted on another website.
closesodoo/documentation#12545
X-original-commit: b6e7e02734
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Thomas Becquevort (thbe) <thbe@odoo.com>
Rework of the whole page in order to organized / categorized the content better + Addition from the PSBE Designers Wiki
[FIX] Website Themes - Building block : Fix typo
[FIX] Corrections after review
closesodoo/documentation#12474
X-original-commit: 1ef929990c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit adds the `media` page, links it to the `website_themes`
index, deletes duplicated content from the `pages.rst` page and moves
images from the current `pages` folder to a new one.
Task-4316611
closesodoo/documentation#12465
X-original-commit: 0044a6bb09
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current `shapes` page, by adding new anchor links
to the sections, updated information and images.
Task-4316611
closesodoo/documentation#12432
X-original-commit: 4e0f298786
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current `animations` page, by adding new anchor
links to the sections, updated information and images.
Task-4316611
closesodoo/documentation#12431
X-original-commit: 0ea5823a94
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current navigation page, by adding new anchor links
to the sections and by adding updated information.
Task-4316611
closesodoo/documentation#12434
X-original-commit: a548d85da8
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
In version 17.0 to 18.2, it is required to install the
`sale_async_emails` module to enable the email queue optimization.
This commit also rephrases slightly the step to enable the cron because
it should already be enabled, unless the user disabled it manually.
Indeed, the cron is created enabled in versions 17.0 to 18.2, while it
is created disabled but automatically enabled when toggling the
`sale.async_emails` system parameter.
task-3872792
closesodoo/documentation#12389
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
The page title is renamed "Performance management" to fit its new,
multipurpose content.
task-3872792
closesodoo/documentation#12365
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit updates current `translations` page, by adding new anchor
links to the sections, updated information and images.
Task-431661
closesodoo/documentation#12344
X-original-commit: e508d96c1d
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current theming page, by adding new anchor links to
the sections and by adding updated information.
Task-4316611
closesodoo/documentation#12275
X-original-commit: 16e1bad7db
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This removes the confusion induced by simultaneously labelling several
SaaS branches as "Odoo Online" in the version switcher.
New branches will be automatically labelled as "Odoo xx.y" as they are
frozen by the freeze script.
task-4597225
X-original-commit: 91b6b1e237
Part-of: odoo/documentation#12337
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit removes the requirement on versions and languages to have a
label in `versions_names`/`languages_names` to be displayed in the
version/language switcher. Instead, if a version/language has no label
defined, the raw version/language string will be used as fallback.
This change makes it easier to add new versions or languages to the
documentation without having to explicitly define display labels for
them in `conf.py`. The responsibility of ensuring that referenced
versions and languages actually exist is shifted to the build
configuration.
X-original-commit: e57530ed99
Part-of: odoo/documentation#12337
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>