Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering Odoo 9 Development - Technical Fundamentals, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:05
    Introduction
  • Урок 2. 00:05:42
    Downloading VMware virtual environment and Ubuntu 14.04 Desktop
  • Урок 3. 00:11:35
    Install Ubuntu 14.04
  • Урок 4. 00:10:53
    Finish updating Ubuntu and installing Postgres Server
  • Урок 5. 00:06:20
    Installing Odoo Dependencies
  • Урок 6. 00:11:26
    Downloading the Odoo 9 source code and starting the Odoo Server
  • Урок 7. 00:07:08
    Introducing our development example and creating our development database
  • Урок 8. 00:10:58
    Understanding Odoo models using the Odoo Debug Mode
  • Урок 9. 00:06:12
    Learning more about Odoo models
  • Урок 10. 00:03:48
    Backup and Restore your Odoo Database
  • Урок 11. 00:07:12
    Understanding models in Odoo - Creating our first field
  • Урок 12. 00:09:29
    Understanding and modifying Odoo Views in Debug Mode
  • Урок 13. 00:11:13
    Add custom fields to tree views and learn to position fields in views
  • Урок 14. 00:05:25
    Learn about Odoo actions and how they work with models and views
  • Урок 15. 00:08:39
    Learn how Odoo menus, actions, and views fit together
  • Урок 16. 00:10:22
    Learn how to customize Odoo search views
  • Урок 17. 00:19:52
    Create a custom menu and action in Odoo
  • Урок 18. 00:09:10
    Learn the fundamentals for creating an Odoo application in 10 minutes
  • Урок 19. 00:12:43
    Installing your custom Odoo Application
  • Урок 20. 00:13:24
    Adding a custom field to your Odoo application
  • Урок 21. 00:18:24
    Create a custom view to display your new field
  • Урок 22. 00:08:50
    Exercise: Add new fields to your Odoo model and Tree view
  • Урок 23. 00:13:48
    Add a customized form view to your Odoo application
  • Урок 24. 00:12:14
    Getting Started with Python Development
  • Урок 25. 00:08:19
    Learn to Import Libraries and Create Basic Loops
  • Урок 26. 00:05:57
    Creating and Looping through Lists in Python
  • Урок 27. 00:02:46
    Exercise: Create your own list of Toys in Python and Print them
  • Урок 28. 00:11:53
    Understanding the Basics of Python Dictionaries
  • Урок 29. 00:08:43
    Creating Custom Methods to Organize your Python Code
  • Урок 30. 00:12:16
    Installing Eclipse to Improve your Odoo Development Environment
  • Урок 31. 00:19:44
    Looking at the Odoo source code and Understanding the Odoo Framework
  • Урок 32. 00:12:58
    Adding a Custom Menu and Action to your Odoo Application
  • Урок 33. 00:07:43
    Learn to use Domain to Filter Records in Odoo Actions
  • Урок 34. 00:14:09
    Improve the Application Design using the Odoo Framework
  • Урок 35. 00:14:48
    Adding a New Model to your Odoo Application
  • Урок 36. 00:12:06
    Add a Menu and an Action to your New Odoo Model
  • Урок 37. 00:13:18
    Learn to use Related Models and Many2One Fields
  • Урок 38. 00:08:47
    Create a Custom Form for your New Models
  • Урок 39. 00:16:34
    Using a Notebook and Page to Display your Related Model
  • Урок 40. 00:15:13
    Learn How to Create Computed and Functional Fields
  • Урок 41. 00:11:13
    Exercise: Modify Compute Field and Create a Tree View
  • Урок 42. 00:05:36
    Improving your Tree View and Putting a Total in a Column
  • Урок 43. 00:19:36
    Creating Two New Related Models in Your Application
  • Урок 44. 00:05:36
    Exercise - Create a new Menu and Action for your Model
  • Урок 45. 00:14:03
    Using View Inheritance to Add a Page to the Product Notebook
  • Урок 46. 00:08:37
    Using ir.model.access.csv to Configure Model Security
  • Урок 47. 00:06:15
    Adding a Related Field To Your Model
  • Урок 48. 00:14:31
    Creating a Computed Field with More Complex Calculations
  • Урок 49. 00:08:43
    Learn to use the OnChange Decorator to Create Dynamic Applications
  • Урок 50. 00:14:49
    Creating the Basic Template and Print Menu for your Custom Report
  • Урок 51. 00:04:22
    Updating Wkhtmltopdf to Eliminate Odoo Report Warning
  • Урок 52. 00:11:24
    Learn to Report Data from Related Models in Odoo Reports
  • Урок 53. 00:10:49
    Learn to Connect to the Odoo API
  • Урок 54. 00:09:35
    Authenticating to the API and using search_count
  • Урок 55. 00:10:17
    Learn How to Filter Data using the Odoo API
  • Урок 56. 00:11:09
    Importing Data from a CSV File into Odoo
  • Урок 57. 00:10:06
    Improve your Import Routine to Prevent Duplicate Records
  • Урок 58. 00:09:03
    Search for Records using the Odoo API
  • Урок 59. 00:10:27
    Exercise - Update Data Using the Odoo API