12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- 'name': 'PriceList Security',
- 'version': '1.8.0',
- 'category': 'Sales',
- 'sequence': 12,
- 'summary': '',
- 'description': """
- PriceList Security
- ================
- It creates a many2many field between PriceLists and users. If you set Pricelists to User, then this PriceLists will be only seen by selected users.
- This fields are only seen by users with "access right management"
- """,
- 'author': 'KnowledgeWare',
- 'website': 'www.kware-eg.com',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'base',
- 'product',
- ],
- 'data': [
- 'res_users_view.xml',
- 'pricelist_view.xml',
- 'security/pricelist_security_security.xml',
- ],
- 'demo': [
- ],
- 'test': [
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
|