Odoo 10 development essentials.
About This BookGet the most up-to-date guide on Odoo 10 and learn how to build excellent business applications with OdooThis example-rich, easy-to-follow guide enables you to build apps appropriate to your business needsCreate solid business applications with the help of this precise, to-the-point g...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2016.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ii 4500 | ||
---|---|---|---|
001 | EBSCO_ocn967776820 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 170106s2016 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d N$T |d TXI |d COO |d EBLCP |d MERUC |d OCLCQ |d OCLCF |d OCLCO |d CEF |d KSU |d DEBBG |d UKMGB |d OCLCQ |d LVT |d AGLDB |d IGB |d UKAHL |d OCLCQ |d OCLCO |d OCLCQ | ||
016 | 7 | |a 018135844 |2 Uk | |
019 | |a 965723401 | ||
020 | |a 9781785887727 | ||
020 | |a 1785887726 | ||
020 | |z 9781785884887 | ||
020 | |z 1785884883 | ||
029 | 1 | |a CHNEW |b 000949272 | |
029 | 1 | |a CHVBK |b 483154474 | |
029 | 1 | |a GBVCP |b 897169379 | |
029 | 1 | |a UKMGB |b 018135844 | |
035 | |a (OCoLC)967776820 |z (OCoLC)965723401 | ||
037 | |a CL0500000813 |b Safari Books Online | ||
050 | 4 | |a QA76.9.A73 | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Reis, Daniel |c (Software developer), |e author. | |
245 | 1 | 0 | |a Odoo 10 development essentials. |
246 | 3 | |a Odoo Ten development essentials | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Online resource; title from title page (viewed January 4, 2017). | |
505 | 0 | |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Odoo Development; Setting up a host for the Odoo server; Provision for a Debian host; Creating a user account for Odoo; Installing Odoo from the source; Initializing a new Odoo database; Managing your databases; A word about Odoo product versions; More server configuration options; Odoo server configuration files; Changing the listening port; The database filter option; Managing server log messages; Developing from your workstation. | |
505 | 8 | |a Using a Linux text editorInstalling and configuring Samba; Activating the developer tools; Installing third-party modules; Finding community modules; Configuring the addons path; Updating the apps list; Summary; Chapter 2: Building Your First Odoo Application; Essential concepts; Understanding applications and modules; Modifying and extending modules; Creating the module basic skeleton; A word about licenses; Adding to the addons path; Installing the new module; Upgrading a module; The server development mode; The model layer; Creating the data model; Adding automated tests; The view layer. | |
505 | 8 | |a Adding menu itemsCreating the form view; Business document form views; Adding action buttons; Using groups to organize forms; The complete form view; Adding list and search views; The business logic layer; Adding business logic; Adding tests; Setting up access security; Testing access security; Adding access control security; Row-level access rules; Better describing the module; Summary; Chapter 3: Inheritance -- Extending Existing Applications; Adding sharing capabilities to the To-Do app; Extending models; Adding fields to a model; Modifying existing fields; Modifying model methods. | |
505 | 8 | |a Extending viewsExtending the form view; Extending the tree and search views; More model inheritance mechanisms; Copying features with prototype inheritance; Embedding models using delegation inheritance; Adding the social network features; Modifying data; Modifying menu and action records; Modifying security record rules; Summary; Chapter 4: Module Data; Understanding external identifiers; Finding external identifiers; Exporting and importing data; Exporting data; Importing data; Related records in CSV data files; Module data; Demonstration data; XML data files; The data noupdate attribute. | |
505 | 8 | |a Defining records in XMLSetting field values; Setting values using expressions; Setting values for relation fields; Shortcuts for frequently used models; Other actions in XML data files; Deleting records; Triggering functions and workflows; Summary; Chapter 5: Models -- Structuring the Application Data; Organizing application features into modules; Introducing the todo_ui module; Creating models; Model attributes; Models and Python classes; Transient and Abstract models; Inspecting existing models; Creating fields; Basic field types; Common field attributes; Special field names. | |
520 | |a About This BookGet the most up-to-date guide on Odoo 10 and learn how to build excellent business applications with OdooThis example-rich, easy-to-follow guide enables you to build apps appropriate to your business needsCreate solid business applications with the help of this precise, to-the-point guideWho This Book Is For This book caters to developers who are familiar with Python and MVC design and now want to build effective business applications using Odoo. What You Will LearnInstall Odoo from source code and use all the basic techniques to set up and manage your Odoo server instancesCreate your first Odoo applicationAdd Odoo's social and messaging features to your own modulesGet to know the essentials of models and viewsUnderstand and use the Server API to add business logicUse Qweb to create custom reportsExtend Odoo CMS features to create your own website controllers and pages Leverage Odoo workflows in your applicationsWrite module-automated tests and debugging techniquesDeploy your Odoo applications for production useIn Detail Odoo 10 Development Essentials will not only teach you how to build and customize business applications with Odoo, but it will also cover all the new features that Odoo has to offer. This book is the latest resource on developing and customizing Odoo 10 applications. It comes packed with much more and more refined content than its predecessor. It starts with building business applications from scratch and covers topics such as installation and building your first Odoo application. It moves on to cover topics such as module extensions for adding social and messaging features to your application. In addition to this, it covers how to serialize your data and create data modules out of that data. Following this, the book also covers the latest features of Odoo 10, in addition to front-end development, testing and. | ||
520 | 8 | |a Debugging techniques. Finally, the book teaches you how to create reports using Qweb, extend Odoo CMS features for website controllers and pages, integrate your application with other systems using external APIs, and deploy of Odoo for production use. | |
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a Computing platforms. | |
650 | 0 | |a Odoo (Computer file) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Plateformes (Informatique) | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development. |2 fast |0 (OCoLC)fst00811707 | |
650 | 7 | |a Computing platforms. |2 fast |0 (OCoLC)fst01893329 | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781785884887/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1430774 |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH31705590 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL4755346 | ||
938 | |a EBSCOhost |b EBSC |n 1430774 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis37097183 | ||
994 | |a 92 |b IZTAP |