diff --git a/_static/banners/m_1.jpg b/_static/banners/m_1.jpg new file mode 100644 index 000000000..ce4319631 Binary files /dev/null and b/_static/banners/m_1.jpg differ diff --git a/_static/banners/m_2.jpg b/_static/banners/m_2.jpg new file mode 100644 index 000000000..dcc723204 Binary files /dev/null and b/_static/banners/m_2.jpg differ diff --git a/_static/banners/m_accounting.jpg b/_static/banners/m_accounting.jpg new file mode 100644 index 000000000..e100460ba Binary files /dev/null and b/_static/banners/m_accounting.jpg differ diff --git a/business.rst b/business.rst new file mode 100644 index 000000000..4847aa345 --- /dev/null +++ b/business.rst @@ -0,0 +1,9 @@ +================== +Business Mementoes +================== + +.. toctree:: + + Accounting Memento (US GAAP) + Double-Entry Inventory + Inventory Valuations diff --git a/conf.py b/conf.py index d72f32f39..3387b2494 100644 --- a/conf.py +++ b/conf.py @@ -287,6 +287,12 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False +odoo_cover_external = { + 'https://odoo.com/documentation/functional/accounting.html' : 'banners/m_accounting.jpg', + 'https://odoo.com/documentation/functional/double-entry.html' : 'banners/m_1.jpg', + 'https://odoo.com/documentation/functional/valuation.html' : 'banners/m_2.jpg', +} + github_user = 'odoo' github_project = 'documentation-user' diff --git a/index.rst b/index.rst index 7edc0c482..f3972c6fc 100644 --- a/index.rst +++ b/index.rst @@ -9,4 +9,5 @@ Odoo User Documentation Index applications - practical \ No newline at end of file + practical + business