- 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."
- 手機安全和可信應用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- C語言程序設計基礎與實驗指導
- 實戰(zhàn)Java高并發(fā)程序設計(第3版)
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Learning Apache Mahout Classification
- C語言程序設計學習指導與習題解答
- Getting Started with Laravel 4
- 微信小程序全棧開發(fā)技術(shù)與實戰(zhàn)(微課版)
- RealSenseTM互動開發(fā)實戰(zhàn)
- 從零開始:UI圖標設計與制作(第3版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Java并發(fā)編程之美
- BeagleBone Robotic Projects(Second Edition)
- 零基礎C#學習筆記
- 算法秘籍