Commit Graph

89 Commits

Author SHA1 Message Date
Tom Aarab (toaa)
103c17f235 [IMP] accounting: added specification about payment flow for payment acquirer
V13 and V14 do not allow customers with no account on Odoo.com portal to pay through payment acquirers with payment flow "Payment from Odoo"

task - 2711962

closes odoo/documentation#2239

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-23 18:12:24 +02:00
“Chiara
2c59116ef5 [REM] accounting: remove the odoo tutorials invoices link
Deleting the Odoo Tutorials Invoices link since the course has been merged, and the link isn't necessary anymore.

closes odoo/documentation#2243

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-20 16:45:06 +02:00
Tom Aarab (toaa)
e4fc5f07ee [IMP] accounting: add note about bank sync not available for trial db
Added a note to specify that bank synchronization is not available on trial databases

closes odoo/documentation#2122

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-02 09:54:03 +02:00
Demesmaeker
80408caf6d [IMP] amazon: migrate to SPAPI
Starting July 2022, Amazon WMS API is deprecated and we need to use the Selling Partners API.

This brings changes in the authentication flow that are explained.

task-2466636

closes odoo/documentation#1654

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-30 09:44:12 +02:00
Donatienne Pirlot
ffc23483ca [IMP] accounting: update the follow-up information
Task ID: 2735445

closes odoo/documentation#1834

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-24 13:40:02 +02:00
Donatienne Pirlot
8acc4060c7 [IMP] accounting : update the list of fiscal localization packages
task id: 2858536

closes odoo/documentation#2040

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-19 16:54:56 +02:00
Antoine Vandevenne (anv)
6f125de01b [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

closes odoo/documentation#2006

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 11:33:49 +02:00
Fabrice Henrion
df10f17c3e [IMP] payment acquirers: a note in Authorize.net
closes odoo/documentation#1103

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-12 12:08:36 +02:00
Demesmaeker
3231d20d92 [IMP] amazon: explain how to use a carrier
In case of an unsupported carrier or a self Delivery, Odoo won't block
the user to use the Amazon connector, but explanation were needed for
these cases.

task-2804907

closes odoo/documentation#1750

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 10:44:39 +02:00
Jonathan Castillo (jcs)
abc6d99af7 [IMP] contributing: modify titles and headings guidelines
The previous guidelines for titles and headings included an exception to
capitalize feature names as they are written in the apps. However, this
exception seems to have confused most writers as it isn't always clear
what should be considered as a feature name or what should be considered
as a noun or noun group. This commit removes this exception to make the
writing and reviewing processes easier while retaining good titles and
improving consistency across the documentation. It also changes the
titles of the Accounting section to provide a better example to other
writers.

task-id 2843109

closes odoo/documentation#1910

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-04 17:20:57 +02:00
root
324936c43e [ADD] multi_website: add info to configure multiple domains
closes odoo/documentation#1843

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-28 15:24:17 +02:00
LoredanaLrpz
ae76baa20e [IMP] pos: add tip usable decimal separator
task-id 2608735

closes odoo/documentation#1783

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-31 09:19:47 +02:00
Ray Carnes
bdf526af2c [IMP] inventory: add note about detailed operations in one_step.rst
User tripped up due to the creation of a second warehouse enabling
Storage Locations and changingthe workflow.

https://www.odoo.com/forum/help-1/inventory-receipt-in-second-warehouse-199962

closes odoo/documentation#1772

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 13:06:24 +02:00
Antoine Vandevenne (anv)
4e0a9b615f [REF] general: move images in their respective page's folder
Codeowner regexes need images to be in the correct location, otherwise
some image files might not be assigned to a GitHub team when the regex
covering the parent folder is split into multiple codeowner rules.

closes odoo/documentation#1771

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 12:12:34 +02:00
Jonathan Castillo (jcs)
ad21a7a791 [ADD] accounting/l10n: new localization for luxembourg
task-id 2780977

closes odoo/documentation#1704

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-18 14:04:39 +01:00
Ray Carnes
b83df4f6d2 [IMP] accounting: improve phrasing OCR
Add link to try the OCR service, cleanup copy.

closes odoo/documentation#1655

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-03-07 14:04:47 +00:00
Jonathan Castillo (jcs)
d22f95362a [IMP] install/maintain: new improved doc about domain names
task-id 2680490

closes odoo/documentation#1644

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-03 16:44:43 +00:00
Jonathan Castillo (jcs)
3c0b7783b8 [IMP] accounting: fix a typo in eu_distance_selling.rst
closes odoo/documentation#1633

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-02-24 16:23:35 +00:00
Jonathan Castillo (jcs)
dd8901846a [FIX] accounting: fix module name to install in intrastat
closes odoo/documentation#1539

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-04 17:51:14 +00:00
BVE
cf6af904f9 [ADD] email_communication: new documentation regarding general emailing
Creation of a new submenu under Applications/General for the Email communication.
Moved advanced of dicuss to this new submenu + adding of content regarding
frequently asked question in support.

Redirection has been done on other files pointing to Discuss/Advanced to match
the new folder email_communication.

Modified content in:
- Email servers: split and move configuration part under email_domain
- Email domain: covering information about SPF DKIM and DMARC configurations by JQU
- Email templates: (how to use the functions) by GOR
- Email common: answering frequently asked questions + common issues by ALA

closes odoo/documentation#1092

Signed-off-by: Vergote Baptiste (bve) <bve@odoo.com>
2022-02-02 15:04:56 +00:00
Xavier (xpl)
7ca24b13ef [ADD] Sign: section on Field Types
Task #: 2585411

closes odoo/documentation#1050

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-01 17:18:57 +00:00
Antoine Vandevenne (anv)
89b91feae3 [FIX] subscription: replace an admonition with example
closes odoo/documentation#1502

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-28 10:39:45 +00:00
Jonathan Castillo (jcs)
2c7310a41f [MOV] payment acquirers: from /general/ (misc. section) to /finance/
The "Payment Acquirers" category was moved to the /general/ folder
(Miscellaneous section) when the super-categories such as "Finance"
didn't exist yet. Now, it makes more sense to move this category to
"Finance".

task-id 2743227

closes odoo/documentation#1479

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-27 15:17:47 +00:00
“Chiara
b34e098551 [REM] Accounting: deprecated report removal
Task-id 2744389

closes odoo/documentation#1488

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-26 17:15:30 +00:00
“Chiara
aa7a78331d [ADD] Accounting: new page about intrastat
Task-id 2721400

closes odoo/documentation#1472

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-01-21 15:43:47 +00:00
Noura
e486b5e3e8 [IMP] manufacturing: add warning regarding scrap location
The destination location in manufacturing order shouldn't be a scrap location.
Otherwise, the user won't be able to complete manufacturing orders.

closes odoo/documentation#1459

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-06 12:21:38 +00:00
Mark Fischer, Jr
7090a54670 [FIX] expenses: grammar and typos in expenses.rst
Backport to 13.0 of PR #1175

closes odoo/documentation#1436

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2021-12-17 16:13:39 +00:00
jedgalbraith
7b5de904aa [IMP] manufacturing: add missing word in flexible_components_consumption
closes odoo/documentation#1083

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-17 14:22:42 +00:00
Xavier
a1db25d3ba [IMP] studio: fix a typo
Original commit: e1e644fc9a
in PR: #1330

closes odoo/documentation#1395

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-13 09:46:23 +00:00
jedgalbraith
4903a9fecc [IMP] sales: grammar fix
closes odoo/documentation#1381

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 15:09:44 +00:00
jedgalbraith
5d72b5028f [IMP] inventory: word mistake
closes odoo/documentation#1380

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 14:45:16 +00:00
mdb-odoo
c89dc13240 Clarify documentation of routes
Starting at line 259 - updated the text. This text was a mix of incorrect and confusing statements. I changed some words and sentences to correct the text and make it make more sense. Also updated the rule name to Pull & Push as that is what it is called in Odoo.

closes odoo/documentation#997

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2021-12-09 14:15:57 +00:00
Antoine Dupuis (andu)
35d773a82a [IMP] accounting/taxcloud: how to set up default account for new taxes
New taxes generated by the TaxCloud integration are by default created without an income or an expense account specified. By default, the journal items corresponding to these taxes therefore end up in the default income account, which is usually the 'Sales' account, when they should in fact go to the 'Tax Payable' account. Because these taxes are automatically generated on-the-fly, the user is usually not able to manually specify the Tax Payable account before the journal items are posted, leading to incorrect accounting entries which then need to be manually repaired through the use of miscellaneous operations.

To solve this issue, our video on TaxCloud integration (https://www.youtube.com/watch?v=JE-NeRNIWeU&t=616s) tells us to create a User-Defined Default for the account field of the tax.repartition.line model. This sets the default account with which new taxes are created. However, this information is missing from the documentation.

This PR brings the documentation up-to-date by explaining how to create this User-Defined Default that specifies the correct Tax Payable account.

closes odoo/documentation#1271

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-11-17 09:37:53 +00:00
Jonathan Castillo (jcs)
edb747bca1 [IMP] website: update a wrong link (godaddy)
task-id 2682327

closes odoo/documentation#1283

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2021-11-03 16:02:22 +00:00
Raf Geens
fd69696721 [FIX] app/accounting: Fix outdated Colombian test server url (Spanish)
Update the test server link that was updated in the English documentation
(colombia.rst) in the Spanish version as well (colombia_ES.rst).

Remove the incorrect link to the production server (which was a duplicate
of the test link instead) to be consistent with other versions of the
document.

closes odoo/documentation#1144

X-original-commit: ad36915bf7
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Raf Geens <raf-odoo@users.noreply.github.com>
2021-09-15 10:27:54 +00:00
Jonathan Castillo (jcs)
ebf216cc8e [FIX] subscriptions: wrong Odoo Tutorials link
task-2636416

closes odoo/documentation#1128

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-09-13 14:50:40 +00:00
Raf Geens
b8fa076db5 [FIX] app/accounting: Fix outdated Colombian test server url
closes odoo/documentation#1124

X-original-commit: 38f0d9ebf2
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Raf Geens <raf-odoo@users.noreply.github.com>
2021-09-09 08:50:46 +00:00
“odoo-dama”
bef9941434 [ADD] ebay: new doc for account deletion notifications
task-2504306

closes odoo/documentation#1119

X-original-commit: abd3c56678
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne <anv@odoo.com>
2021-09-06 15:26:17 +00:00
Raf Geens
9e4a57deae [IMP] app/website: Clarify supported platforms for Gengo
Gengo won't work by default on Odoo Online and Odoo.sh. To
prevent confusing customers, be explicit about this and explain
the platforms on which it can work.

closes odoo/documentation#1105

X-original-commit: 989a447dc8
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-08-18 09:16:08 +00:00
Jonathan Castillo (jcs)
69364e7ddb [IMP] accounting: remove deprecated tip in "reconciliation/use_cases"
task-2605395
2021-07-16 10:14:48 +02:00
Demesmaeker
e528bbcfb5 [IMP] amazon_connector: add a note about the new amazon delivery policy
task-2573260
2021-07-08 11:14:00 +02:00
Florian Gilbert
4e070ab14c [DEL] accounting: doc about Paypal 2021-07-07 15:46:47 +02:00
Florian Gilbert
4bd0353e2f [ADD] accounting: new doc about Salt Edge 2021-07-07 15:46:47 +02:00
Florian Gilbert
2c9ce286d7 [IMP] accounting: update doc about Ponto 2021-07-07 15:46:47 +02:00
Florian Gilbert
64784c41ed [IMP] accounting: improve doc about bank synchronization 2021-07-07 15:46:47 +02:00
Fabien Pinckaers
16418c020b [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
Jonathan Castillo
7548209ed1 [IMP] accounting: refresh tax mapping addition to "eu_distance_selling"
- since the merge, the feature name got a different capitalization. This
  is updated in the text
- the image is moved after the paragraph with `align:center` as the
  `align:right` currently has an overflow issue with the following
  admonition.

task-2587075
2021-07-05 16:21:33 +02:00
Jonathan Castillo
bfe6f805a8 [ADD] accounting: new doc about EU intra-community distance selling
task-2582383
2021-07-05 16:21:33 +02:00
Jonathan Castillo
3355500414 [IMP] accounting/l10n: add tip about fisaly registration in "germany" 2021-06-25 16:21:00 +02:00
Jonathan Castillo
65ece5951e [ADD] accounting/l10n: information to use pos in Germany with TSS
task-2574610

Co-authored-by: Jacky Trinh <trj@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
2021-06-25 10:32:00 +02:00