Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
62 changes: 62 additions & 0 deletions viin_brand_auth_signup/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
'name': "Signup Branding For Viindoo",
'name_vi_VN': "Giao diện Viindoo cho module Signup",

'summary': """
Theme branding Viindoo for module Signup""",
'summary_vi_VN': """
Giao diện brand Viindoo cho module Signup
""",

'description': """
What it does
============
This module will change color navigate bar, button and logo,v.v in module Signup following Viindoo's brand


Editions Supported
==================
1. Community Edition
2. Enterprise Edition

""",

'description_vi_VN': """
Ứng dụng này làm gì
===================
Module này sẽ thay đổi giao diện module Signup theo thương hiệu Viindoo


Ấn bản được Hỗ trợ
==================
1. Ấn bản Community
2. Ấn bản Enterprise

""",

'author': "Viindoo",
'website': "https://viindoo.com",
'live_test_url': "https://v15demo-int.viindoo.com",
'live_test_url_vi_VN': "https://v15demo-vn.viindoo.com",
'support': "apps.support@viindoo.com",

# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Hidden',
'version': '0.1',

# any module necessary for this one to work correctly
'depends': ['auth_signup'],

# always loaded
'data': [
'data/mail_template_data.xml',
],
'installable': True,
'application': False,
'auto_install': True,
'price': 0.0,
'currency': 'EUR',
'license': 'OPL-1',
}
Loading