8000 [ADD] link to business memento · exidoncom/documentation-user@cb5f476 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb5f476

Browse files
committed
[ADD] link to business memento
Was in technical doc, removed at odoo/odoo@411f82081bc task id 34230
1 parent 6d575f3 commit cb5f476

File tree

6 files changed

+17
-1
lines changed
8000

6 files changed

+17
-1
lines changed

_static/banners/m_1.jpg

374 KB
Loading

_static/banners/m_2.jpg

224 KB
Loading

_static/banners/m_accounting.jpg

246 KB
Loading

business.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
==================
2+
Business Mementoes
3+
==================
4+
5+
.. toctree::
6+
7+
Accounting Memento (US GAAP) <https://odoo.com/documentation/functional/accounting.html>
8+
Double-Entry Inventory <https://odoo.com/documentation/functional/double-entry.html>
9+
Inventory Valuations <https://odoo.com/documentation/functional/valuation.html>

conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@
287287
# If true, do not generate a @detailmenu in the "Top" node's menu.
288288
#texinfo_no_detailmenu = False
289289

290+
odoo_cover_external = {
291+
'https://odoo.com/documentation/functional/accounting.html' : 'banners/m_accounting.jpg',
292+
'https://odoo.com/documentation/functional/double-entry.html' : 'banners/m_1.jpg',
293+
'https://odoo.com/documentation/functional/valuation.html' : 'banners/m_2.jpg',
294+
}
295+
290296
github_user = 'odoo'
291297
github_project = 'documentation-user'
292298

index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Odoo User Documentation
99

1010
Index <self>
1111
applications
12-
practical
12+
practical
13+
business

0 commit comments

Comments
 (0)
0