123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- 'name': 'Price Security',
- 'version': '8.0.2.6.0',
- 'description': """
- Price Security
- ==============
- Creates a new permission to restrict the users that can modify the prices
- of the products.
- Asociate to each user a list of pricelist and the correspoding discounts they
- can apply to sale orders and invoices.
- Allow the posibility to mark products so that anyone can modify their price in
- a sale order.
- For users with price restriction, it restricts:
- * on sales orders: change payment term or pricelist
- * on sales order lines: change unit price and set limits on discount (limits configured on user)
- * on partners: change payment term or pricelist
- * on invoices: change unit price
- * on product: change price
- NEW: sequence field on pricelist and payment term (you can only assigne pricelests or terms of lower priority than partner default one)
- """,
- 'category': 'Sales Management',
- 'author': 'ADHOC SA',
- 'website': 'http://www.adhoc.com.ar/',
- 'license': 'AGPL-3',
- 'depends': [
- 'sale',
- ],
- 'data': [
- 'security/security.xml',
- 'security/ir.model.access.csv',
- 'views/res_users_view.xml',
- 'views/product_view.xml',
- 'views/sale_view.xml',
- 'views/invoice_view.xml',
- 'views/partner_view.xml',
- 'views/account_view.xml',
- ],
- 'demo_xml': [],
- 'test': [],
- 'installable': True,
- }
|