[ADD] link to business memento
Was in technical doc, removed at odoo/odoo@411f82081b task id 34230
This commit is contained in:
parent
6d575f3d39
commit
cb5f4765d3
BIN
_static/banners/m_1.jpg
Normal file
BIN
_static/banners/m_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 KiB |
BIN
_static/banners/m_2.jpg
Normal file
BIN
_static/banners/m_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
BIN
_static/banners/m_accounting.jpg
Normal file
BIN
_static/banners/m_accounting.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
9
business.rst
Normal file
9
business.rst
Normal file
@ -0,0 +1,9 @@
|
||||
==================
|
||||
Business Mementoes
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
|
||||
Accounting Memento (US GAAP) <https://odoo.com/documentation/functional/accounting.html>
|
||||
Double-Entry Inventory <https://odoo.com/documentation/functional/double-entry.html>
|
||||
Inventory Valuations <https://odoo.com/documentation/functional/valuation.html>
|
6
conf.py
6
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user