Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

How to get product price history for Sales and Purchase?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
salesproductv7historyprice
3 Respuestas
27551 Vistas
Avatar
Wira Bakti Soenaryo

Hello,

How do we find any product sold/bought by particular customer / supplier? It would be nice if we can list those items and see from what invoice/sales order number it comes from.

The main purposes is to see the price history applied for the item on particular customer/supplier

Thanks...

2
Avatar
Descartar
Avatar
Med Said BARA
Mejor respuesta

Hi;

This module can fulfill your need product_historical_pricet.

Change after comments

As i told youi n my last comment, there is something wrong with the access rights in this module, and now i can confirm it.

This imply some changes in two files:

First file - /security/group.xml

<?xml version="1.0" encoding="utf-8"?>
    <openerp>
        <data noupdate="1">

            <record id="product_historical_user" model="res.groups">
                <field name="name">Product Historical User</field>
            </record>

            <record id="product_historical_manager" model="res.groups">
                <field name="name">Product Historical Manager</field>
            </record>

       </data>
    </openerp>

Second file - __openerp__.py

Lines to be changed:

"update_xml" : ["security/groups.xml",

                "security/ir.model.access.csv",

                "view/product_view.xml",

                "data/product_data.xml",

After those changes update your module, and go under Settings ----> Users ---> Users , edit the user you want, and under

Access Rights Tab you will see two new fields "Product Historical Manager " and "Product Historical User ".

It works for me.

Can you test and confirm if this works for you?

0
Avatar
Descartar
INDIGO ADRIA

Unfortunately I'm a OpenERP SAAS user and I don't have access to file system. Do you think I should report a bug? Does this qualifies as a bug?

Med Said BARA

I did not know that this module is on SaaS. Yes it's a bug, but report it to vauxoo at: https://bugs.launchpad.net/addons-vauxoo/+filebug

Med Said BARA

There is an (on demand) SSH Access on SaaS. Contact openerpsaas.

Avatar
Fabien Pinckaers (fp)
Mejor respuesta

You can get all these information from the product view.

  1. Go to Sales / Products / Products
  2. Select a Product
  3. Click on Salesor Purchases to get the history

If you want to compare different products, you can also use the reporting tools using the menu Reporting / Accounting / Invoice Analysis.

3
Avatar
Descartar
Wira Bakti Soenaryo
Autor

Hello...thank you for the reply. But I still can't see the information I need. I need to view the customer/supplier, invoice data (id and date), the product and the price.. Can we create that kind of view?

Josh Stover

I agree that although some data is found with the method above, OpenERP 7.0 is extremely lacking when it comes to viewing customer history. Nearly every time we input an order in our current ERP we reference what the customer bought from us in the past. I can't come up with a good way to do this in OpenERP 7.0 though and I can't imagine I'm the only one looking for this feature.

Tony Moutaux

You're not Josh. And today I can't find anything more than what is pointed by Fabien and it does not fullfil our requirements (history/tracking of product updates, like price modification, note only price at sales).

Rob Wilson

Thanks for the info, Fabien.

Avatar
INDIGO ADRIA
Mejor respuesta

Thank you for this answer, it was helpful to me also. I'm new to openERP and still finding my way around. Do you know maybe what could be the reason for me not having any records in Purchases list of selected product? To be more precise, none of my products have no Purchase list records so I'm guessing I must be doing something wrong.

I see a complete list of Sales order lines for the same product just fine.

I also have Incoming shipment for products in status Received, as well as Supplier Invoice in status Paid.

Any idea would be helpful. Thanks.

0
Avatar
Descartar
Med Said BARA

For Leon: What response did you like? Do not forget to vote. For your comment: Do you have any purchase order? are the cost prices filled in the products form?

INDIGO ADRIA

I do have cost prices filled in the product form but I do not have purchase orders. I have skipped that and created Incoming shipment and Supplier invoice. Can that be the reason? Is it to late to create a Purchase order at this point?

Med Said BARA

I think, the issue comes from the module itself, because there are access rules, and there is no way how to manage the access rights. So, be patient, i will keep you informed.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
how to display unit price in sales order lines?
v7 history price
Avatar
Avatar
1
mar 15
11594
Sales page, new order, Unit Price is not automatically be filled
sales product order price
Avatar
Avatar
1
jul 18
6210
v7: Pricelist on product tree shows 0.00 on 'price' column
product v7 tree price
Avatar
Avatar
2
mar 15
5599
How to configure different prices for the product based on Serial number.
purchase sales product price serial_number
Avatar
Avatar
1
jul 24
2939
How to manage product samples?
sales management product v7 sample
Avatar
Avatar
Avatar
3
oct 19
10984
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Sitio web hecho con

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now