From 13761b4557ffe1ad00e2df9216ca273159670eaa Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 17 Mar 2015 14:58:55 +0100 Subject: [PATCH] [CHG] move things around for wider functional concern It looks like we're going with this for the functional documentation/mementoes thing, so move the accounting memento out of the way and create a first draft for a documents hierarchy --- double-entry.rst | 5 +++++ index.rst | 3 ++- inventory.rst | 9 +++++++++ valuation.rst | 5 +++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 double-entry.rst create mode 100644 inventory.rst create mode 100644 valuation.rst diff --git a/double-entry.rst b/double-entry.rst new file mode 100644 index 000000000..e331bca67 --- /dev/null +++ b/double-entry.rst @@ -0,0 +1,5 @@ +:classes: stripe + +================================= +Double-Entry Inventory Management +================================= diff --git a/index.rst b/index.rst index 3ec65b257..02f2c2880 100644 --- a/index.rst +++ b/index.rst @@ -5,6 +5,7 @@ Odoo Business Mementoes .. rst-class:: index-tree .. toctree:: - :maxdepth: 1 + :titlesonly: accounting + inventory diff --git a/inventory.rst b/inventory.rst new file mode 100644 index 000000000..f118810ef --- /dev/null +++ b/inventory.rst @@ -0,0 +1,9 @@ +========= +Warehouse +========= + +.. toctree:: + :titlesonly: + + double-entry + valuation diff --git a/valuation.rst b/valuation.rst new file mode 100644 index 000000000..dae4681bf --- /dev/null +++ b/valuation.rst @@ -0,0 +1,5 @@ +:classes: stripe + +==================== +Inventory Valuations +====================