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
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 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
Attachment upload basic principle realization, can refer to this article:Https://www.cnblogs.com/ljwTiey/p/7348291.htmlhttp://blog.csdn.net/wangnan537/article/details/41903159First of all we look at the Odoo interface default attachment features, there is no feeling of wood is very friendly! Embarrassed:)Let's introduce another kind of Odoo's own attachment management method to our small partners!First, add the following definition to your model: #
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 supplier's name, "partner_id", is mainly the cur
When you work hard to correct Odoo's translation and want to export it to other systems,You will find that the Export Wizard window cannot display the drop-down list.The following methods fix this problem:1. Open "developer Mode".2. Go to Translation Export Wizard: Settings-translation-import/export-export translation3. In Debug view #, open the edit from view4. In the view, add "Odoo Translate Export window fix
that the lead is equal to consumption, unable to manage shop floor inventory. If you need to manage shop floor inventory1: Add a production shop location.2: Add a (picking demand) advanced Route Stock.location.route, set as follows:Add 2 replenishment rules under route Procurement.ruleA: Inventory to the shop pull replenishment, {action: move from another location, demand location: Workshop Source Location: Inventory, Mobile Supply method: From inventory acquisition, type: internal allocation}T
* in modelFrom datetime import datetime, TimedeltaImport timeFrom Openerp.tools import Default_server_date_format, Default_server_datetime_formatThe package to be introduced aboveDefault_server_date_format = "%y-%m-%d"Default_server_time_format = "%h:%m:%s"Default_server_datetime_format = "%s%s"% (Default_server_date_format,Default_server_time_format)--------#没有设定日期, the date on which the system was introduced todayIf not date_order:Date_order = Time.strftime (Default_server_date_format)* In the
There are children's shoes in the group asked the attrs in the Many2many type of field how to do domain filtering, in fact, very simple:The Many2many field gets the value in JS in the format [[6,false,[]].So the judgment of Many2many in Attrs can be written in the following format:attrs="{' Invisible ': [(' category_id ', ' = ', [[6, False, []]]]}".The various meanings of Many2many are as follows:Domain calculations are calculated in the Compute_domain method of the View_form.js.(0,0,{}): Create
Open Product.template and Product.product models find a lot of fields about price descriptions Product.template:PriceList_priceLst_priceStandard_price Product.product:PricePrice_extraLst_pricePriceThis is a calculated field in Product.template used in the product price list, the sales unit of measurement,The price calculated in the currency is based on the List_priceIn Product.product is also the same meaning calculated based on list_price Price_extraList_priceThis is only in Product.template, i
, rate, and the three are the salaries defined by the rule, the results of which are grouped together to form the total salary, and the combination of these rules is the salary structure.??There are three types of calculations
Fix
Percentage
Python Code
??If it is fix, the formula saved by the field quantity is executed using Python eval to get the result qtymethod Compute_rule () returns the result as Fixed_amount, qty, 100.0For example:Weekdays 10 per day??If it is percen
This article mainly introduces the Nginx as Odoo's reverse server configuration, has a certain reference value, now share to everyone, the need for friends can refer to
Nginx installation is slightly.
Using the Web server Nginx as Odoo's reverse proxy server has several advantages:
1. Cache the static content of the webpage and speed up the page loading.
2. Use Nginx to do data distribution, in the distributed deployment situation can break through the server performance limits.
3. If a server
optionsJSON object Specifying configuration option for the field ' s widget (including default widgets)Option's content is given in JSON format to the JS widget in the option attribute.For example: Project.task.form the user_id field in the attempt.options= "{quot;no_openquot;: True}" context= "{' Default_groups_ref ': [' Base.group_user ', ' Base.group_partner_manager ', ' Project.group_project_user ']} "/>There is such a piece of code in Form_view.js that the link button is not displayed if th
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 supplier's name, "partner_id", is mainly the cur
With more and more people with Odoo, the demand for exotic flowers is more and more ....This is not, some students want to replace website forum inside of the Summernote control, took a little time to study a bit, first said the conclusion: replacement is feasible. First replace the diagram, here is replaced by Kindeditor:To replace the other, is also possible, just need to use Odoo's front-end development rules, this module is planned to make a demo
Odoo8 page content display half, Web console display errorResource interpreted as Stylesheet but transferred with MIME type application/x-css: Workaround:The D:\workspace\mtlcs_odoo\odoo\addons\web\static\src\css\full.css file is preceded by a line@charset "UTF-8";POS module enters the development mode, also shows the same error, the solution is the same as the corresponding module of the CSS file added to the line.Odoo error Resource interpreted as S
* 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
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.