- Odoo Development Cookbook
- Holger Brunn Alexandre Fayolle Daniel Reis
- 202字
- 2021-07-16 11:00:27
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The parsing of the configuration file by Odoo is done using the Python ConfigParser
module."
A block of code is set as follows:
[DEFAULT] project = /home/odoo/projects/project1 env = dev prefix = %(project)s/%(env)s [options] addons-path = %(prefix)s/odoo/addons,%(prefix)s/OCA/server-tools data_dir = %(prefix)s/data_dir
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{ 'name': 'Chapter 03 code',
'depends': ['base', 'decimal_precision],
'data': ['views/library_book.xml'] }
Any command-line input or output is written as follows:
$ sudo apt-get install git python2.7 postgresql nano python-virtualenv
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on the Manage Databases link."
- 程序員面試白皮書
- Mastering SVG
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- 編譯系統(tǒng)透視:圖解編譯原理
- Scala謎題
- Kotlin從基礎(chǔ)到實(shí)戰(zhàn)
- jQuery炫酷應(yīng)用實(shí)例集錦
- Unity 2017 Mobile Game Development
- Mastering ArcGIS Enterprise Administration
- C# and .NET Core Test Driven Development
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Visual Basic程序設(shè)計(jì)(第三版)
- H5+移動(dòng)營銷設(shè)計(jì)寶典
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解
- ASP.NET jQuery Cookbook(Second Edition)