Skip to content

Commit

Permalink
[MIG] product_prices_update: Migration to 17.0
Browse files Browse the repository at this point in the history
closes #562

Signed-off-by: augusto-weiss <awe@adhoc.com.ar>
  • Loading branch information
jcadhoc authored and augusto-weiss committed Dec 29, 2023
1 parent e22bffd commit 931404f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions product_prices_update/README.rst
Expand Up @@ -5,13 +5,16 @@
=====================
Product Prices Update
=====================
This module add a wizard for update product prices.
Add a wizard in the product.template Action menu to update the product prices.

Installation
============

To install this module, you need to:

1-Just Install the module



Configuration
=============
Expand All @@ -23,7 +26,9 @@ Usage
=====

To use this module, you need to:
Go to the products list, select the products and then "Action" > "Product price update".
1- Go to the products list
2- Select the products
3- "Action" -> "Product price update"

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
Expand Down
4 changes: 2 additions & 2 deletions product_prices_update/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Product Prices Update',
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'category': 'Product',
'sequence': 14,
'summary': '',
Expand All @@ -37,7 +37,7 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}

0 comments on commit 931404f

Please sign in to comment.