- 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."
- Python科學計算(第2版)
- Arduino by Example
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- 深入淺出DPDK
- Effective Python Penetration Testing
- Clojure Reactive Programming
- 軟件測試實用教程
- 愛上micro:bit
- R語言數(shù)據(jù)可視化:科技圖表繪制
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- Python 3快速入門與實戰(zhàn)
- Zend Framework 2 Cookbook
- React.js實戰(zhàn)
- H5匠人手冊:霸屏H5實戰(zhàn)解密
- Java Web 從入門到項目實踐(超值版)