Skip to content

Commit c10a171

Browse files
author
ilyasProgrammer
committed
imp
1 parent 32604ad commit c10a171

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

product_prices/README.rst

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
================
44

55
Manage prices from product tree view using custom filters.
6-
7-

product_prices/__openerp__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
{
3-
"name": """product prices management""",
4-
"summary": """product prices management""",
5-
"description": """product prices management""",
6-
"category": "Web",
3+
"name": """Product prices management""",
4+
"summary": """Product prices management""",
5+
"description": """Set prices for custom products groups""",
6+
"category": "Sales",
77
"images": [],
88
"version": "1.0.0",
99

product_prices/doc/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
================
22
Product Prices
33
================
4+
5+
Manage prices from product (or product template) tree view using custom filters.
6+
New price = Cost * Custom markup.

0 commit comments

Comments
 (0)