1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- 'name': 'Product Hide Tabs',
- 'version': '8.0.0.1.0',
- 'category': 'Products',
- 'sequence': 14,
- 'summary': 'Invoicing, Commercial, Partners',
- 'description': """
- Product Hide Tabs
- =================
- This is a security feature, in order to hide sale/inventory tabs in product
- form view, for all user groups except for stock manager.
- """,
- 'author': 'Blanco Martin & Asociados',
- 'website': 'http://blancomartin.cl',
- 'images': [
- ],
- 'depends': [
- 'stock',
- ],
- 'data': [
- 'views/product_view.xml',
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
|