Questions tagged as 'odoo'

0
answers

Anyone have experience in integrating Odoo with external API?

In my company we decided to use Odoo ERP to create our sales invoices, but the problem is that the external API uses XML-RPC, currently I work with Codeigniter (php) and I have managed to connect and create contacts, but I can not find documenta...
asked by 07.11.2018 / 17:33
0
answers

Can not read property 'get_file' of undefined

As I can solve this error, my code is: odoo.define('backup_all', function (require) { "use strict"; var core = require('web.core'); var Widget = require('web.Widget'); var framework = require('web.framework'); var web_settings_dashboard = re...
asked by 19.10.2018 / 05:23
0
answers

Finish web shopping using mudulo payment_mercadopago in Odoo 10 does not do anything

Well that, when you give the button to pay now nothing happens. I wonder if the people of mercadopago know the odoo and the module that exists to connect. It was curious because at a certain moment in a testing environment the module worke...
asked by 02.10.2018 / 03:58
1
answer

how to configure reverse proxy nginx odoo ERP in docker

I have a docker container with odoo on port 8069 and another docker container with postgres on port 5432, I am mounting another container with nginx since the odoo container must handle two databases (db1-mydomain-com, db2 -mydomain-com) and the...
asked by 14.09.2018 / 02:28
1
answer

Odoo 10 Query sql does not return value

I have a simple sql query but it does not return any value to me. Where can the error be? Thanks @api.model_cr def _compute_impuestos(self): """ Event Question main report """ tools.drop_view_if_exists(self._cr, 'product.template')...
asked by 23.07.2018 / 18:33
0
answers

how can I edit the source code of the odoo point of sale module 11

Hi, I would like to know how I can edit the pos module, add buttons for wholesale products set for example button quantity = 12, another amount = 50 and that a discount is applied that is not pre-configured, example amount = 12 give a discount o...
asked by 28.06.2018 / 23:00
1
answer

How to copy field in Odoo 10

I'm using Odoo 10 and I'm trying to copy a field. I want to copy a field called Address up to the street field Pos_custom.xml code located in the src folder <templates id="template" xml:space="preserve"> <t t-extend="C...
asked by 27.06.2018 / 22:32
1
answer

Problems with Many2many odoo

I have a big question: I created 2 models: status = [(1,'Vigente'),(2,'Caducado')] class DateOfert(models.Model): _name = 'date.ofert' ofert_status = fields.Selection(status , string='Estatus Comercial') date_i = fields.Date(st...
asked by 29.06.2018 / 16:56
0
answers

MIreating export_stockinfo_xls from odoo 10 to odoo 11

I'm migrating export_stockinfo_xls.py see 10 to see. 11 from ODOO on LINUX. But the program current_stock_xls.py , in the last line StockReportXls('report.export_stockinfo_xls.stock_report_xls.xlsx', 'product.product') I...
asked by 26.06.2018 / 23:25
0
answers

Odoo 10 Wep api order in cart

We have created an external application that uses the odoo Web API 10 and works perfectly. The problem appears when the odoo ecommerce part adds the products to the cart (standard functionality), since it does not identify that a draft order...
asked by 13.06.2018 / 17:45