odoo implementation

Discover odoo implementation, include the articles, news, trends, analysis and practical advice about odoo implementation on alibabacloud.com

Odoo 9.0 Database Backup Summary

Label:Backup policy: Staged backup + specific event backup. Periodic automatic backup + Manual Check + automatic notification. Official reference: https://www.odoo.com/forum/help-1/question/how-to-setup-a-regular-postgresql-database-backup-4728 1. Odoo BACKUP DatabaseHttp://ip/web/data/managerSelect Backup, enter password adminTip: Database backup error:access deniedProcessing: Login Odoo server, modify/etc

Configure Ubuntu 14.04.3 LTS Odoo 9.0 development environment

Create an Ubuntu 64bit virtual machine using VMware Fusion 8.0.1:Install Ubuntu by default with Ubuntu-14.04.3-desktop-amd64.iso image, username odoo, password 123456To install open VM tools:Using odoo/123456 to sign in to Ubuntu Desktop, open the terminal window and execute the following command to install open VM tools:sudo apt-get install Open-vm-toolboxInstall Ubuntu Latest update:sudo apt-get update s

Go: what is Odoo

What is Odoo?When I introduce customers to use Odoo as a development platform, people often ask what is Odoo?In a word, it can be described as: Odoo is an open source framework for the development of ERP requirements, tailored to meet the various needs of the customer's ERP system and e-commerce system.Because Odoo's u

Running Odoo in the Kubernetes cluster

Kubernetes can automatically run multiple copies of Odoo services, so it 's very well suited to make a highly available Odoo deployment, in this case,Odoo The service runs in the kubernetes cluster, while the PostgreSQL database runs in another Cluster host host Network on the other hostInstall kubernetes Cluster, there are many ways, as of now, the easiest is

Startup odoo-10.0 succeeded, but error occurred during access

Start odoo-10.0 Display Success2017-01-05 06:49:48,211 532 INFO? Odoo:odoo version 10.02017-01-05 06:49:48,211 532 INFO? Odoo:using configuration file at C:\odoo-10.0\debian\odoo.conf2017-01-05 06:49:48,211 532 INFO? Odoo:addons paths: [u ' c:\\users\\hello\\appdata\\local\\openerp s.a.\\odoo\\addons\\10.0 ', U ' c:\\odoo

Odoo's jet lag pit [updated]

a lot of people fell into Odoo The time pitOdoo contract data about dates, when stored in a database, to utc0 time zone is also without time zone Store, when the application reads the date display date, convert to a user's time zone display. The user's time zone is passed through the context . Odoo itself can handle this very well , For example , each model has its own create_date/write_dateCodeWhen it han

MacOS 10.13 High Sierra odoo development configuration

Basically, as with the MacOS 10.12.x Sierra configuration process, see:MacOS Sierra 10.12.6 Odoo 10.0 Development Environment ConfigurationMacOS Sierra (10.12.6), Odoo (11.0), Python (3.5.4) configurationError encountered when starting Odoo on the command line:valueerror: unknown locale: UTF-8 To edit the. Bash_profile, proceed as follows:Open command Line t

Odoo Development Notes-database backup strategy

Tags:--Own search instance pos foreground col trendThe default database for Odoo is the PostgreSQL database,PG is a very powerful database and a trend in the future.For Odoo's data backup, Odoo provides its own backup method,1. From the foreground page. Enter the Odoo app access address, for example: 192.168.1.188:8069/web/database/manager can directly select the

Odoo (OpenERP) on Windows Azure

OpenERP renamed to Odoo, feel strange name. Windows Azure has also come into the country, learning for some time azure, and put it together to engage in the door! This series of articles does not involve development, purely environmental construction and ODOO system functional testing! Do not like to spray! Just to record their own practiced hand process! Overall architecture Design: A database server

Odoo fields. Selection: displays different selection contents based on permissions,

Odoo fields. Selection: displays different selection contents based on permissions, Abstract: As a drop-down option, the content of the selection option is fixed. For some special requirements, you can refer to odoo source code to display different selection content according to the permission group. Prerequisites: source code based on odoo10.0 Source code 1: odoo

Displaying a full list of groups in Odoo ' s Kanban view

Kanban View is probably the most flexible view in Odoo. It can be used for many different purposes. One of the most common ones is splitting items to distinct groups (represented by a row of columns) and allowing users T o Drag items between those groups. For example thehr_reqruitmentmodule lets users to manage applications the this.It ' s trivial and well documented how to group objects in Kanban. Just Add default_group_by attribute to the element:d

Deb install Odoo 8.0 in Ubuntu

Odoo in Ubuntu the simplest and fastest way to install is the Deb way, basically no need to change the database configuration file, fully automated, Odoo Chinese network recommended for beginners to use this method1 installation database: sudo apt-get install PostgreSQL 2. Establish the Database account number and password: sudo su postgres CreateUser OpenERP Shall the new role be a superuser? (y/n) Y Psql

About Odoo Select a supplier to implement product filtering capabilities

Previously, the company received a project, one of the functional requirements in the selection of suppliers, the product in the schedule is after the supplier as a filter, and after the selected products, I think after the implementation code is:Among them, the main is through the "domain" of its own properties or functions, to achieve product filtering.' Seller_ids.name ', the main product table in which the Supplier attribute corresponds to the sup

About Odoo Select a supplier to implement product filtering capabilities

Previously, the company received a project, one of the functional requirements in the selection of suppliers, the product in the schedule is after the supplier as a filter, and after the selected products, I think after the implementation code is:Among them, the main is through the "domain" of its own properties or functions, to achieve product filtering.' Seller_ids.name ', the main product table in which the Supplier attribute corresponds to the sup

The application of Relax NG in Odoo

Some of you must be surprised that Odoo is how the XML in the module, such as the record, how the MenuItem is organized and defined, and the various fields of the various properties of what exactly, today, we come to a probe.Relax NG:The next-generation normal language for Extensible Markup Language is a syntax-based Extensible Markup Language schema language that can be used to describe, define, and limit the vocabulary of Extensible Markup Language

Create website Part-1 Create module in Odoo

Odoo uses scaffolding to complete the module creation work.Scaffolding Chinese meaning is scaffoldingCall way like this$./odoo-bin Scaffold Academy My-modulesOdoo-bin is an executable unitScaffold is the action to be done.Academy is the module nameMy-modules is the folder where the module residesPS: This file is sandwiched betweenTry ThisOdoo-bin Scaffold People peoplesIf there's no hint, it should be a suc

Some parameters that Odoo needs to configure as a service

1 After you configure Odoo as a system service:Odoo Log directory:/var/log/odooOdoo configuration file directory:/etc/odoo/openerp-server.confOdoo Initialization file directory:/etc/init.d/odoo2 Update Odoo profile to be more adaptable to system services, here are the items to note: Addons_path: Add the path to the custom module here Xmlrpc_port: Listeni

Odoo Tax Processing

Taxes can be set to ' tax included in the price ', or ' taxes are not included in the price '.????During the tax calculation process,Odoo will treat the price / amount separately as total_included/total_exincluded??odoo-8 Code Snippets????Tax-free price and standard Cost??you can set the default tax on the product profile, this way, when an order is established You can use this default tax. This tax is ' ta

Odoo Constraints Using Tutorials

In the daily development of Odoo, we will inevitably use the constraints, Chinese is the constraint .First, let's introduce two kinds of constraints in Odoo.SQL Constraints: Is a constraint that adds a database._sql_constraints is the property of Odoo and is a list of the meta-ancestors, each of which is a database constraint. The first element of the Ganso is the constraint name, the second element is the

Client IP processing in Odoo anti-agent

* PrefaceIn general, we deploy with Nginx as the front-end processing, sometimes the load will also use other Web service anti-proxyOnly the Nginx processing method is given here, and the other reference processing* Customer IP Transfer on NginxIn the server module, addserver{...Location/{...Proxy_set_header Host $host;Proxy_set_header X-real-ip $remote _addr;Proxy_set_header x-forwarded-for $proxy _add_x_forwarded_for;...}...}For X-real-ip is actually the head package inside the parameter key,

Total Pages: 15 1 2 3 4 5 6 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.