1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- 'name': 'Show images in tree views',
- 'version': '8.0.1.1.0',
- 'author': 'Therp BV, MONK Software, Odoo Community Association (OCA)',
- 'website': 'https://github.com/OCA/Web',
- 'license': 'AGPL-3',
- 'category': 'Web',
- 'depends': [
- 'web',
- ],
- 'qweb': [
- 'static/src/xml/widget.xml',
- ],
- 'data': [
- 'view/assets.xml',
- ],
- }
|