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...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. 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. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781785887727 1785887726 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn967776820 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018135844 |2 Uk | |
019 | |a 965723401 | ||
020 | |a 9781785887727 | ||
020 | |a 1785887726 | ||
020 | |z 9781785884887 | ||
020 | |z 1785884883 | ||
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 | 7 | |a 005.1 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Reis, Daniel |c (Software developer), |e author. |1 https://id.oclc.org/worldcat/entity/E39PCjqxgth3kcyFTFm4kxFxjC |0 http://id.loc.gov/authorities/names/no2016141660 | |
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. | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Computing platforms. |0 http://id.loc.gov/authorities/subjects/sh2011003111 | |
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 | |
650 | 7 | |a Computing platforms |2 fast | |
758 | |i has work: |a Odoo 10 development essentials (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFr3cMCwbgbKjBq9vfftYX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1430774 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn967776820 |
---|---|
_version_ | 1816882374836748288 |
adam_text | |
any_adam_object | |
author | Reis, Daniel (Software developer) |
author_GND | http://id.loc.gov/authorities/names/no2016141660 |
author_facet | Reis, Daniel (Software developer) |
author_role | aut |
author_sort | Reis, Daniel (Software developer) |
author_variant | d r dr |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.A73 |
callnumber-search | QA76.9.A73 |
callnumber-sort | QA 276.9 A73 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. 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. |
ctrlnum | (OCoLC)967776820 |
dewey-full | 005.1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1 |
dewey-search | 005.1 |
dewey-sort | 15.1 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07638cam a2200625 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn967776820</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">170106s2016 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">IDEBK</subfield><subfield code="d">N$T</subfield><subfield code="d">TXI</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018135844</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">965723401</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785887727</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785887726</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785884887</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785884883</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)967776820</subfield><subfield code="z">(OCoLC)965723401</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000813</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.A73</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.1</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Reis, Daniel</subfield><subfield code="c">(Software developer),</subfield><subfield code="e">author.</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjqxgth3kcyFTFm4kxFxjC</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2016141660</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Odoo 10 development essentials.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Odoo Ten development essentials</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (viewed January 4, 2017).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computing platforms.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2011003111</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Odoo (Computer file)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Plateformes (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Software Development & Engineering</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computing platforms</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Odoo 10 development essentials (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFr3cMCwbgbKjBq9vfftYX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1430774</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH31705590</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4755346</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1430774</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis37097183</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn967776820 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:36Z |
institution | BVB |
isbn | 9781785887727 1785887726 |
language | English |
oclc_num | 967776820 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Reis, Daniel (Software developer), author. https://id.oclc.org/worldcat/entity/E39PCjqxgth3kcyFTFm4kxFxjC http://id.loc.gov/authorities/names/no2016141660 Odoo 10 development essentials. Odoo Ten development essentials Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Online resource; title from title page (viewed January 4, 2017). 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. 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. 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. 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. 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. 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. 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computing platforms. http://id.loc.gov/authorities/subjects/sh2011003111 Odoo (Computer file) Logiciels d'application Développement. Plateformes (Informatique) COMPUTERS Software Development & Engineering General. bisacsh Application software Development fast Computing platforms fast has work: Odoo 10 development essentials (Text) https://id.oclc.org/worldcat/entity/E39PCFr3cMCwbgbKjBq9vfftYX https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1430774 Volltext |
spellingShingle | Reis, Daniel (Software developer) Odoo 10 development essentials. 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. 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. 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. 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. 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computing platforms. http://id.loc.gov/authorities/subjects/sh2011003111 Odoo (Computer file) Logiciels d'application Développement. Plateformes (Informatique) COMPUTERS Software Development & Engineering General. bisacsh Application software Development fast Computing platforms fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh2011003111 |
title | Odoo 10 development essentials. |
title_alt | Odoo Ten development essentials |
title_auth | Odoo 10 development essentials. |
title_exact_search | Odoo 10 development essentials. |
title_full | Odoo 10 development essentials. |
title_fullStr | Odoo 10 development essentials. |
title_full_unstemmed | Odoo 10 development essentials. |
title_short | Odoo 10 development essentials. |
title_sort | odoo 10 development essentials |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computing platforms. http://id.loc.gov/authorities/subjects/sh2011003111 Odoo (Computer file) Logiciels d'application Développement. Plateformes (Informatique) COMPUTERS Software Development & Engineering General. bisacsh Application software Development fast Computing platforms fast |
topic_facet | Application software Development. Computing platforms. Odoo (Computer file) Logiciels d'application Développement. Plateformes (Informatique) COMPUTERS Software Development & Engineering General. Application software Development Computing platforms |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1430774 |
work_keys_str_mv | AT reisdaniel odoo10developmentessentials AT reisdaniel odootendevelopmentessentials |