odoo implementation

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

ODOO Source code Installation requirements

ODOO Source code Installation requirementsRef:http://www.odoo.com/documentation/10.0/setup/install.html#setup-install-sourcePython version is 2.7.9【NoteIf Python is a already installed, make sure it's 2.7.9, previous versions is less convenient and 3.x versions was not comp Atible with Odoo】Also need to install some dependency packages are in Requirements.txtWindows can be psycopg installed byTODO: How is t

Ubuntu server performance optimization in Odoo environment-Parameter Adjustment

The company is using Odoo for internal information management. As the business grows, the performance of Ubuntu servers has become a bottleneck. To solve these problems, the focus of recent work will be on performance adjustment, the entire processing process will also be recorded here for future review. Install Odoo8.0http: // www.linuxidc.com/linux/2015-12/126177.htmon the git source code in UbuntuServer14.04LTS The company is using

Installing ODOO 10 on CentOS 7.2 (2018-10-04 continuous update)

Installing the ODOO 10 update system on CentOS 7.2yum updateInstalling EPEL Source 1yum install -y epel-releaseInstalling dependent componentsyum install fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi wkhtmltopdf yum-utilsInstalling PostgreSQL Server# 安装yum install postgresql-server# 初始化数据库postgresql-setup initdb# 设置为开机启动systemctl enable postgresql# 启动systemctl start postgresqlInstalling

Odoo Configuration Items

[Options]Addons_path =/opt/odoo/server/openerp/addons,/opt/odoo/server/addonsADMIN_PASSWD = AdminAuto_reload = FalseCsv_internal_sep =,Data_dir =/opt/odoo/.local/share/odooDb_host = FalseDb_maxconn = 64Db_name = FalseDb_password = FalseDb_port = FalseDb_template = template1Db_user = OdooDbfilter =. *Debug_mode = FalseDemo = {}Email_from = FalseGeoip_database =/us

Odoo Electronic Data Interchange (EDI)

Can the Odoo EDI function Exchange data between Odoo instances and what data can be exchanged?Default support: Account.invoice invoice, including invoice lines Res.currency Res.partner Purchase.order purchase order, including order lines Sale.order orders, including order lines ??If required, you can extend your own EDI interface, but all partner must deploy an extended EDI int

How to override Create,write,unlink method in Odoo V8

As we all know, the Odoo 8 has the new API which is different with v7. How do I override the Create,write,unlink Orm method in Odoo 8?let see it.If you want override create method, you should have the model decorator.@api. Modeldef Create (self,values): ...... If you want override the Write method, you is not supposed to use write method,using multi decorator instead.@api. Multidef Write (self,values): .

Odoo Production Logistics

Odoo production automatically consumes materials from the raw materials location, producing finished products into the finish productslocation.When Odoo automatically generates Mo[manufacture order], the raw materials location is set to the stock location, and the finish Productslocation is the stock location.The production location must be used to make the system available for preparation before production

OpenERP (Odoo) Development Example search retrieves data for the last 3 months

Transferred from: http://www.chinamaker.net/ Search filtering for OpenERP (Odoo) Development examples: Retrieving data for the last 3 monthsThe key to solving this problem lies in the application of Relativedelta The sample code is as follows: 1: "terp-personal"Name="Last_three_month"3:string="Last 3 Months"4:domain="[(' Date ', ' 5: ('Date','gt;=',6: ((Context_today () -7:relativedelta (months=3)). Strftime ('%%d/%%m/%%y')))8:]"/>explanation :

[Turn]odoo Common openerp-server.conf configuration parameter detailed

Parameters Description Usage Addons_path Addons Module Lookup path, multiple paths separated by commas Addons_path = E:\GreenOdoo8.0\source\openerp\addons Csv_internal_sep Default delimiter for importing exported CSV files Csv_internal_sep =, Db_host Database host Address Db_host = 127.0.0.1 Db_user User for database connection Db_user = Odoo

Odoo Calendar Reminders

Odoo Calendar provides a reminder feature that includes email notifications and Web client pop-up features??When creating a calendar event, you can set a reminder??Meeting [ calendar.event ]??????Reminder [ calendar.alarm]????consists of 2 types Email Notification ????and then go through calendar.alarm_manager Interface object encapsulation for WebClient calls?WEB client Queries interface object calendar.alarm_manager every

Odoo Web Controller

nor the current user. methods --A sequence of HTTP methods this route applies to. If not specified, all methods is allowed. cors -the access-control-allow-origin cors Directive value. RequestThe request object is automatically set on at the start of the openerp.http.request requestclassopenerp.http.WebRequest(httprequest)Parent class for all Odoo Web request types, mostly deals with initialization and setup of the Request object (the DISPA

Ubuntu issues that may arise by using Pycharm to debug Odoo 8.0

To implement the steps, please step http://shine-it.net/index.php?topic=16603.0 or http://www.mindissoftware.com/2014/09/11/ run-odoo-in-pycharm-ubuntu/'s very good. But one thing needs to be adjusted.When configuring Pycharm in the 8th step, let's say click on the menu run to enter the Edit Configuration Editor configurations option.Script: the section. Should not point to the python2.7 location. Here should fill in is the position of openerp-server,

(+) Qweb template engine in Odoo

* OverviewQweb is the Odoo main template engine, using XML representation, and finally generating HTML files* General UsageResults:You can see that the T-tag statement takes the tee-startcan also be mixed with the HMTL labelResults:----------#数据输出 T-esc T-rawT-esc will escape HTML tagsT-raw output content as-is---------#条件语句 t-if---------#循环语句 T-foreach T-asSuppose $as is a variable of t-as,#codeThe loop also has the following available variables:$as

Troubleshooting Odoo Access fonts.googleapis.com causes slow problems

Some of Odoo's CSS files refer to Google fonts, but because Google servers are wall-loaded, some page loads are affected.Here's how to fix it:360 site defender Common Front-end public Library CDN Service has saved the Google Font library to its CDN, so we just need to replace the original link of Google font in the stylesheet with the 360 link.Search for files containing fonts.googleapis.com in the Odoo directory and replace them with fonts.useso.com.

Odoo Warehouse Transfer the unit does not allow errors in the process of analysis and solutions

In the process of Odoo warehouse allocation, sometimes you will encounter the wrong content:The roundings of your Unit of Measures on the Move vs. On the product, do these operations or your is not transferring the picking at once.The hint of this error is inexplicable, it looks as if the unit of a product set the wrong cause, but after some analysis, only found inside Shia. (Here I can not help but still have to spit a little bit.) Chinese translatio

(+) The coding problem in Odoo

-----------------------------------Check the effect of the change:All right, check it out.---------------------------------------Below to upgrade a module, the module has the Chinese file name as an example:The module directory is as follows:Point "module Upgrade" error.Find openerp/tools/osutil.py ", line walksymlinksNot encoded as utf-8, naturally cannot get the Chinese file name correctly, then the variable is UnicodeAdd only one line, as follows:Save can, have this line, later in the module

Contribute Chinese translation to Odoo

Suggest a Chinese translation to Odoo via Osc-git??Osc-git is the GIT platform for ' open source China '.URL is http://git.oschina.net/??Registration Osc-git account omitted.??????The following is the Osc-git operation Guide, which is intended to submit changes to Osbzr/openerp-china.??Fork Openerp-china Library??Login to Osc-git website??Enter Openerp-china in the search box????????Find Jeff Wang/openerp-china Open??Click the Fork button to create a

Odoo Joint Adjustment

Odoo Interlock (Sword fly 373500710)1. Preparatory work1.1. Refer to the article "odoo8.0+pycharm4.5 Development Environment Configuration" To configure the Odoo development environment1.2. Download the Chrome browser and install it.1.3. Download the Chrome debugging plugin and unzip the installation.Http://yunpan.cn/ccSnIjbuYf6qB Access Password 6AB92. Configuring the development environment2.1.openerp-ser

Openerp,odoo, Crm,tms,fhsaastms (Feng and logistics software) 2.0

Openerp,odoo, Crm,tms,fhsaastms (Feng and logistics software) 2.0Third-party logistics management system: Distribution Center, financial settlement, human resources, basic data.Distribution Center: Consignment Order (new consignment list, single list), Transportation Order Management (new consignment order, transport order management), receipt management, car distribution (new, query)Financial settlement: receivable, payable (fare, salary, other expen

How Odoo returns data to Web pages, mobile, as a backend

(). Search ([(search condition)])return Http.send_file (Stringio (Base64.standard_b64decode (record. Multimedia field)), Filename="The file name can be set by itself, note that the suffix must have, Otherwise the IO stream sent back cannot be parsed correctly ", As_attachment=true)Where: Multimedia fields can be pgadmin to view the corresponding model database tables, storage content is binary data is the field of the preservation of multimedia content, with the field name to extract binary con

Total Pages: 15 1 .... 3 4 5 6 7 .... 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.