Skip to content

Commit c0cdb54

Browse files
Update __manifest__.py and add .gitmodules for design themes submodule
1 parent 401f0e8 commit c0cdb54

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.devcontainer/.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "design-themes"]
2+
path = design-themes
3+
url = https://github.com/odoo/design-themes.git

records_management/__manifest__.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'author': 'John Cope',
1212
'website': 'https://suncityshred.com',
1313
'category': 'Tools',
14-
'license': 'OPL-1', # Odoo Proprietary License v1.0
14+
'license': 'OPL-1',
1515
'icon': 'records_management/static/description/records_management_icon.png',
1616
'depends': [
1717
'base',
@@ -31,16 +31,12 @@
3131
'security/groups.xml',
3232
'security/ir.model.access.csv',
3333
'data/products.xml',
34-
'data/scheduled_actions.xml',
34+
'data/scheduled_actions.xml'
3535
],
3636
'installable': True,
3737
'application': True,
38-
'live_test_url': 'https://john75suncity-ssh-git-github-com-odoo-odoo-git-8-0--21364046.dev.odoo.com/web/login', # Updated demo URL
39-
'price': 2000, # USD
38+
'live_test_url': 'https://john75suncity-ssh-git-github-com-odoo-odoo-git-8-0--21364046.dev.odoo.com/web/login',
39+
'price': 2000,
4040
'currency': 'USD',
41-
'support': 'john@suncityshred.com', # Replace with your support email
42-
'odoo_version': '18.0',
43-
'test_db': 'johncope-testdev',
44-
# Optional: To define a theme, add 'theme' or 'themes' to category, e.g. 'category': 'Tools,theme'
45-
# Optional: To hide a module, add 'hidden' or 'setting' to category, e.g. 'category': 'Tools,hidden'
41+
'support': 'john@suncityshred.com'
4642
}

0 commit comments

Comments
 (0)