Commit Graph

202 Commits

Author SHA1 Message Date
mdb-odoo
427b14dcae
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.
2021-04-12 10:22:49 -04:00
dca-odoo
b51f94dd97
[IMP] inventory: update doc "Resupply from another Warehouse" (#906) 2021-03-24 07:52:20 -07:00
Victor Feyens
0aed49b33b [MERGE] Forward-port of branch 13.0 to 14.0 2021-03-24 11:38:17 +01:00
Jonathan Castillo
b072241b9e [FIX] inventory: typo in Units of Measure 2021-03-24 10:29:03 +01:00
Lau-Odoo
fd4314bc52
[REM] inventory: MTO doc removed (#883) 2021-03-12 16:16:30 +01:00
Lau-Odoo
73071cc748
[REM] inventory: remove some straightforward docs (#870) 2021-03-09 08:31:21 +01:00
Lau-Odoo
28458e24a0
[REM] inventory: remove straightfoward docs (#866) 2021-03-03 08:25:58 +01:00
Victor Feyens
4136c801cf [MERGE] Forward-port of branch 13.0 to 14.0 2021-03-02 16:39:17 +01:00
Victor Feyens
a14eaf9094 [MERGE] Forward-port of branch 12.0 to 13.0 2021-03-02 16:33:39 +01:00
jev
bcceecc25f [FIX] shipping/dhl: remove test creds from website
As requested by DHL
OPW-2469052
2021-03-02 16:12:43 +01:00
Lau-Odoo
b1efc2948d
[REM] inventory: remove overview.rst (#865) 2021-03-02 15:52:59 +01:00
Jonathan Castillo (jcs)
d70873d6e5 [REM] *: remove all demo.action buttons from the user documentation
- cherry-pick of e10581ef6e (see PR #572 )
- more fields deleted so that there was none left in 12.0

--> this makes the build of 12.0 much faster

*: accounting, inventory, purchase

As these buttons points to demo.odoo.com, it is outdated very quickly
and leads to weird results were a button on the 10.0 documentation
points to demo.odoo.com that runs 13.0 or no longer exists.
2021-02-19 14:30:09 +01:00
Antoine Vandevenne (anv)
8f92fa4251 [MERGE] Forward-port of branch 13.0 to 14.0 2020-12-22 12:17:47 +01:00
xpl-odoo
e98c22f19e
[IMP] purchase: remove easy docs and restructure kept docs (#814)
Most of the docs removed were easy/basic and explained under Odoo Learn.
As many docs were removed, it was necessary to restructre and rename the docs that I kept.
Kept docs will be updated next.

Co-authored-by: Xavier (xpl) <“xpl@odoo.com”>
2020-12-22 10:53:07 +01:00
jgu-odoo
ef3b6bc763
Update use-routes.rst (#806)
Fix of a minor error in the Inventory documentation, based on a field description found in Runbot.
2020-12-10 09:40:52 +01:00
Lau-Odoo
489771d2cd
[IMP] Inventory: removal strategies' doc imp (#744) 2020-11-13 15:47:26 +01:00
Richard Mathot
b0eed05bcd
[MERGE] Forward-port of branch 13.0 up to cbbb2a459f 2020-09-11 09:25:36 +02:00
Lau-Odoo
c36a9e2bbc
[IMP] Inventory: new screenshots for lead times (#730) 2020-07-29 10:54:46 +02:00
Lau-Odoo
279c000548
[IMP] Inventory: doc title fix (#731) 2020-07-29 10:04:07 +02:00
Martin Trigaux
b11a339786 [MERGE] Forward port of 13.0 to 13.2 2020-06-25 12:08:34 +02:00
Lau-Odoo
60d87e4e4a
[IMP] Inventory: New screenshots for reception in 3-steps (#634) 2020-06-11 13:46:32 +02:00
Lau-Odoo
e0268afb0a
[IMP] Inventory: new doc about the routes and push/pull rules (#693) 2020-06-10 13:47:45 +02:00
Lau-Odoo
d664c7ca30
[ADD] MRP: new doc about batch transfers (#614) 2020-06-05 16:03:21 +02:00
Lau-Odoo
c17b58af7a
[IMP] Inventory: new version of lead times doc (#660) 2020-05-06 15:58:08 +02:00
Lau-Odoo
db8114cd18
[IMP] Inventory: Fixed toctree issues (#622) 2020-04-06 16:59:01 +02:00
keli brugalli (kbr)
dfc585d25f [ADD] general: add documentation about debug mode 2020-03-04 11:07:15 +01:00
Jonathan Castillo (jcs)
e10581ef6e [REM] *: remove all demo.action buttons from the user documentation
*: accounting, inventory, purchase

As these buttons points to demo.odoo.com, it is outdated very quickly
and leads to weird results were a button on the 10.0 documentation
points to demo.odoo.com that runs 13.0 or no longer exists.
2020-02-24 08:52:35 +01:00
Antoine Vandevenne (anv)
93e407da5c [REF] *: replace tabs by spaces
This commits replaces all tabs by spaces to avoid further compilation issues.
2020-01-15 10:52:05 +01:00
Antoine Vandevenne (anv)
f7bedfce2e [FIX] *: fix incorrect/unstable links
- Removed the doc version and absolute path from all user doc redirections.
- Made developer doc redirections use 13.0 instead of online, master or earlier version string.
- Fixed outdated links.
- Enforced the use of :doc:, :ref: and :download: directives for redirections.
- Replaced google drive/docs links by doc redirections.
2020-01-15 10:52:05 +01:00
Antoine Vandevenne (anv)
4bb2eeda11 [IMP] *: harmonize formatting
- Removed the numbering from headings because it was either inconsistent, breaking the implicit hyperlink target or useless.
- Fixed incorrect heading formattings.
- Replaced hand-written flows by the :menuselection: directive
2020-01-15 10:52:05 +01:00
Antoine Vandevenne (anv)
73fff57983 [IMP] *: fix display issues
- Several content blocks were either misaligned, using the wrong display directive or not showing at all.
- Some images were missings.
- Typos
2020-01-15 10:52:05 +01:00
Jeremy Muniak
947a42a8ee [FIX] inventory: fix typo (#522) 2020-01-10 21:58:55 +01:00
Laura Piraux
658e544fb7 [FIX] inventory: Add missing section in valuation
Re-add missing section about anglosaxon periodic inventory valuation
I removed by mistake in previous commit.
2020-01-08 17:14:46 +01:00
Laura Piraux
d32b3784d6
[IMP] Inventory valuation: update documentation
The documentation page has been cleaned to avoid repeating some information. 
Some information has also been changed to be up to date with new version.
2020-01-07 14:31:06 +01:00
Lau-Odoo
d1ba86082d
[IMP] inventory: screenshots update (#510) 2020-01-07 10:12:55 +01:00
Yannick Tivisse
98331e1f4c [IMP] inventory: Merge continental/anglo-saxon documentation pages 2020-01-06 10:46:49 +01:00
Lau-Odoo
ef065c392c
[MOV] inventory: new doc from inventory valuation (#505) 2020-01-02 14:09:42 +01:00
Lau-Odoo
b934fa8da8
[IMP] inventory: modifications in reporting docs (#504) 2020-01-02 09:53:11 +01:00
Lau-Odoo
a524b273c8
[ADD] inventory: new doc about inventory valuation and landed costs (#503) 2019-12-30 16:00:11 +01:00
Lau-Odoo
87a0b2cb6c
[ADD] inventory: new doc page about using inventory valuation (#502) 2019-12-30 14:09:47 +01:00
Lau-Odoo
34a490fad2
[ADD] inventory: new doc about inventory valuation (#501) 2019-12-30 11:56:51 +01:00
Obay Abdelgadir
ea3001ceb6 [FIX] inventory: MTO doesn't check for the quantity on hand (#494)
Fixes #493
2019-12-26 09:06:15 +01:00
Obay Abdelgadir
c76115b964 [FIX] inventory: replenishment doesn't change the UoM (#486)
The statement:
    "When doing a replenishment via the Replenish button on the product form, you have the possibility to change the unit of measure."
Implies that when replenishment is done the purchase uom will be changed when actually it just creates a stock.move with a calculated amount based on the product's uom.
2019-12-26 09:03:45 +01:00
Obay Abdelgadir
5b329dcdad [FIX] inventory: details on pickings with multiple packages (#488)
Explain how to separate a product picking into  many packages
2019-12-26 09:02:54 +01:00
Lau-Odoo
6aa41ecbfc
Update deliver_from_stock.rst 2019-12-16 14:18:27 +01:00
kbr-odoo
1c910f8b5a [ADD] inventory: new Odoo 13 docs
* [ADD] What is a Putaway Rule?

* [ADD] Organize a cross-dock in a warehouse

* [ADD] Taking stock from different warehouses
2019-11-14 09:23:04 +01:00
Lau-Odoo
a550a396d9
[IMP] inventory: screenshots adjustments on the scrap doc 2019-10-21 11:01:23 +02:00
Lau-Odoo
23a79fbfaa
Update lots.rst 2019-10-21 09:53:05 +02:00
Lau-Odoo
73b41a66e1
Update barcode_nomenclature.rst 2019-10-21 09:46:17 +02:00
Lau-Odoo
d1c0aa6b02
Update barcode_nomenclature.rst 2019-10-21 09:44:08 +02:00