[ADD/IMP] Add icon and change author name

This commit is contained in:
Haresh Chavda 2018-04-09 12:47:03 +05:30
parent 8a9c9173e9
commit b9e6c2c48e
8 changed files with 3 additions and 8 deletions

View File

@ -5,7 +5,7 @@
'name': 'Branch & Company Mixin', 'name': 'Branch & Company Mixin',
'version': '1.0', 'version': '1.0',
'category': 'Discuss', 'category': 'Discuss',
'author': ['Flectra'], 'author': 'FlectraHQ',
'sequence': 25, 'sequence': 25,
'summary': 'Include Branch & Company support', 'summary': 'Include Branch & Company support',
'description': """ 'description': """

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -41,5 +41,4 @@
'static/src/xml/scrum_dashboard.xml', 'static/src/xml/scrum_dashboard.xml',
], ],
'installable': True, 'installable': True,
'application': True,
} }

View File

@ -1,14 +1,14 @@
# Part of Flectra See LICENSE file for full copyright and licensing details. # Part of Flectra See LICENSE file for full copyright and licensing details.
{ {
'name': 'Purchase Indent Flectra', 'name': 'Purchase Indent',
'version': '1.0', 'version': '1.0',
'category': 'Purchase', 'category': 'Purchase',
'sequence': 10, 'sequence': 10,
'summary': 'Purchase Indent', 'summary': 'Purchase Indent',
'description': """ 'description': """
Purchase Indent and Agreements""", Purchase Indent and Agreements""",
'author': 'Flectrahq', 'author': 'FlectraHQ',
'website': 'https://www.flectrahq.com/', 'website': 'https://www.flectrahq.com/',
'depends': [ 'depends': [
'purchase', 'purchase',
@ -26,6 +26,5 @@
'demo/puchase_indent_demo.xml', 'demo/puchase_indent_demo.xml',
], ],
'installable': True, 'installable': True,
'application': True,
'auto_install': False, 'auto_install': False,
} }

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -34,6 +34,4 @@
'demo/stock_demo.xml', 'demo/stock_demo.xml',
'demo/sale_order_demo.xml', 'demo/sale_order_demo.xml',
], ],
'application': True,
} }

View File

@ -25,5 +25,4 @@
'images': [ 'images': [
'static/description/website-rma-app-banner.jpg', 'static/description/website-rma-app-banner.jpg',
], ],
'application': True,
} }