removing `Indian - Purchase Report(GST)`, `Indian - Sale Report(GST)`,
`Indian - Stock Report(GST)` module name from the list. This modules
are auto install bridge modules and no content is provide for them in
documentation.
task-4577694
Since the feature was released, lots of partners ask for
information/documentation about the RIBA feature. Add a concise
documentation explaining what users should know.
Ref: odoo/enterprise#74097
task-4497749
closesodoo/documentation#11847
Related: odoo/enterprise#77991
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
In odoo, as we suggest everyone to follow an alphebetic order.
The translator(`_`), ASCII is 95 and `a` ASCII value is 97
which '_' < 'a', the translator should be defined first in the
import before the `api` not at the end of the import
This commits adds an example to import static class `Command`
with a Capital alphabet with a ASCII value of `C` as 67
which will be before than the `_`
'C' < '_' < 'a'
This order of import should be followed while the import
closesodoo/documentation#11983
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Issue:
The current descriptions and naming of the `Date` fields (`date_begin`,
`date_end`) and the `Timezone` field (`date_tz`) can be confusing in the
form view of the event model. Specifically:
The timezone used for converting the form dates to the database is
determined by the context and not by the `Timezone` field present on the
form. However, this `Timezone` field determines the timezone used
for displaying the event's date/time on the website. This change
clarifies the situation according to the update done in the community PR
opw-4323142
closesodoo/documentation#11596
Related: odoo/odoo#190867
Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
Since Odoo 16, to install the local proxy, users need to select the
"Odoo IoT" option install of the "Local Proxy Mode" to install the local
proxy.
This commit updates both the text and accompanying screenshot
closesodoo/documentation#11620
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
As stated on the sentence above, in case of an issue with the **production**
database, we should open a ticket with the label (production) and not
testing an upgrade.
This commits adapt the test to match the label currently present on
odoo.com/help and the URL to pre-select the correct stage as well
closesodoo/documentation#11520
Signed-off-by: Nathan Marotte (nama) <nama@odoo.com>
- Updated documentation to include details on the new bank statement
extraction via OCR.
- Removed mention of unsupported discount, product, and unit features
from invoice_lines feature.
Task-3895452
closesodoo/documentation#11127
Signed-off-by: Joris Makauskis (jmak) <jmak@odoo.com>
The [PERF] commit tag passes the runbot minimal check and has been
used in lots of patches. E.g.
- odoo/odoo@f02bcfadcb
- odoo/odoo@b30b059898
- odoo/odoo@780a2bb601
However this tag was not listed in the documentation yet. This led
to confusion for reviewers not accustomed with it. This commit
fixes that.
closesodoo/documentation#11290
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
There were two broken links originally, one of which was fixed by PR#10074. This commit will remove the first link entirely and fix the second link, as suggested by TSB.
task-4088554
closesodoo/documentation#11263
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>