-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[ADD] whatsapp: basic description of the app #5148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit improves the structure of the accounting documentation by - reducing the levels necessary to reach the information - grouping some docs - moving content to their parent category page (content in all levels) - renaming some sections to reflect the structure of the app better task-3330093 closes #4479 X-original-commit: c68cc15 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
closes #4486 X-original-commit: af4ad4c Signed-off-by: Brandon Seltenrich (brse) <[email protected]>
closes #4490 X-original-commit: 71024de Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #4494 X-original-commit: 9267ce2 Signed-off-by: Timothy Kukulka (tiku) <[email protected]>
task-2557013 16.0: Line 36 = "Create" --> "New" closes #4503 X-original-commit: 214ce30 Signed-off-by: Aarab Tom (toaa) <[email protected]>
closes #4474 X-original-commit: 04f67c0 Signed-off-by: Melanie Nguyen (meng) <[email protected]>
task-2846856 closes #4520 X-original-commit: 4fc2446 Signed-off-by: Platteau Xavier (xpl) <[email protected]> Signed-off-by: chiaraprattico <[email protected]>
closes #4514 X-original-commit: 20972dc Signed-off-by: Dean Dallas (dade) <[email protected]>
closes #4528 X-original-commit: 5bc3b94 Signed-off-by: Brandon Seltenrich (brse) <[email protected]>
Since odoo/odoo#115222, a new line on an invoice won't have the default sales tax put on by default. If there are no taxes on the product, the account or from predictive, the tax will stay empty. Its use has been restricted back to the tax put on new products. It is still used in Accounting Firms mode, as we don't want people to have to input the product when quick encoding. task-3045026 closes #4533 X-original-commit: 768c2b2 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
task-3272939 closes #4532 X-original-commit: 440c18c Signed-off-by: Platteau Xavier (xpl) <[email protected]> Signed-off-by: chiaraprattico <[email protected]>
Courtesy of LANA :) closes #4552 X-original-commit: a718922 Signed-off-by: Olivier Dony (odo) <[email protected]>
task-3336175 closes #4545 X-original-commit: fd23308 Signed-off-by: Castillo Jonathan (jcs) <[email protected]> Signed-off-by: Dean Dallas (dade) <[email protected]>
odoo/enterprise@f398622 introduced two new subformulas for aggregations, but they were still missing in the doc. closes #4562 X-original-commit: de095cc Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
Task-3049957 closes #4557 X-original-commit: 163d653 Signed-off-by: Perazzo Loredana (lrpz) <[email protected]> Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
task-3301001 closes #4571 X-original-commit: 882b4b8 Signed-off-by: Castillo Jonathan (jcs) <[email protected]> Signed-off-by: auva-odoo <[email protected]>
closes #4579 X-original-commit: b7efbb6 Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Jessica Rogers (jero) <[email protected]>
closes #4594 X-original-commit: 5a55437 Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Brandon Seltenrich (brse) <[email protected]>
closes #4595 X-original-commit: 17b53be Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Brandon Seltenrich (brse) <[email protected]>
closes #4599 X-original-commit: f449011 Signed-off-by: Zachary Straub (zst) <[email protected]>
Seperating Incoterms section from "Intrastat" doc to make it a stand alone documentation. task-3305222 closes #4613 X-original-commit: 9715432 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
Removal of a note in 16 that only applies to versions below it. task-3305037 closes #4614 X-original-commit: adee414 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
closes #4619 X-original-commit: cedd35f Signed-off-by: Martin Trigaux (mat) <[email protected]>
See odoo/odoo@44d60e3 closes #4621 X-original-commit: 38e6d5d Signed-off-by: Julien Castiaux (juc) <[email protected]>
"September" didn't fit in the current table, so this commit also replaces the previous implementation of the table by a `list-table` directive... The real reason is that it was long due to ease future updates of the table. closes #4629 X-original-commit: 3d12937 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
This commit adds some documentation for features recently added to SelectMenu and TagsList components during the saas-16.3 development. A screenshot has been provided to the advances use case of the SelectMenu, with a customization of the bottom area of the dropdown, to create display a button allowing the creation of items. closes #4631 X-original-commit: 0aad6ea Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Signed-off-by: Luca Vitali <[email protected]>
closes #5273 X-original-commit: bf5c888 Related: odoo/odoo#130883 Signed-off-by: Martin Trigaux (mat) <[email protected]>
closes #5282 X-original-commit: b5bde91 Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #5287 X-original-commit: 5a2e7b0 Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #5295 X-original-commit: 8a88ec1 Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #5303 X-original-commit: 6c38992 Signed-off-by: Zachary Straub (zst) <[email protected]>
Adding a documentation on "pages" within the already existing "page" toctree task-3383323 closes #5309 X-original-commit: e40b568 Signed-off-by: Xavier Platteau (xpl) <[email protected]> Co-authored-by: Toaa <[email protected]> Co-authored-by: Auva <[email protected]>
closes #5319 X-original-commit: 020200a Signed-off-by: Jonathan Castillo (jcs) <[email protected]>
This commit also moves all versions from 8.0 to 12.0 from the table to the "older versions" section. closes #5327 X-original-commit: 6225ef9 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
Adding Philippines localization documentation from PR #5179 closes #5332 X-original-commit: 465e7e7 Signed-off-by: Dallas Dean (dade) <[email protected]>
Original commit: 4fd1b73 Original PR: #5272 closes #5340 X-original-commit: 45a2d97 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
closes #5346 X-original-commit: acc2c79 Signed-off-by: Kevin Scannell (ksc) <[email protected]>
|
@odoo/rd-runbot Hello team, |
Contributor
Hi @jva-odoo I'll do it with @AntoineVDV as we need to add a GitHub team as code owner. |
Contributor
|
@jva-odoo it's done |
Thank you |
task-2801043 closes #5358 X-original-commit: 8eec0e7 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
task-2203035 closes #5381 X-original-commit: bd50b39 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
closes #5390 X-original-commit: 56a2918 Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #5405 X-original-commit: 5f27251 Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Kevin Scannell (ksc) <[email protected]>
closes #5406 X-original-commit: 6f02a0a Signed-off-by: Zachary Straub (zst) <[email protected]> Signed-off-by: Kevin Scannell (ksc) <[email protected]>
04da8cc to
355e32d
Compare
closes #5382 X-original-commit: 72ba264 Signed-off-by: John Holton (hojo) <[email protected]> Signed-off-by: Zachary Straub (zst) <[email protected]>
closes #5422 X-original-commit: 3da457a Signed-off-by: Brandon Seltenrich (brse) <[email protected]>
…ss clicking for users closes #5433 X-original-commit: 4fd1f56 Signed-off-by: Lara Martini (larm) <[email protected]>
task-3425722
355e32d to
cb90a54
Compare
Contributor
|
Moving this to #5713 so that I could create a related branch on odoo/enterprise (PR https://github.com/odoo/enterprise/pull/46785) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
task-3425722