Skip to content
Snippets Groups Projects
Commit 2e612388 authored by Xavier-Do's avatar Xavier-Do
Browse files

[FIX] *: add explicit license to all manifest


The license is missing in most enterprise manifest so
the decision was taken to make it explicit in all cases.
When not defined, a warning will be triggered starting from
14.0 when falling back on the default LGPL-3.

closes odoo/odoo#74146

Related: odoo/design-themes#39
Related: odoo/enterprise#19803
Signed-off-by: default avatarOlivier Dony (odo) <odo@openerp.com>
parent 86089394
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 4 deletions
......@@ -76,4 +76,5 @@ You could use this simplified accounting in case you work with an (external) acc
'application': True,
'auto_install': False,
'post_init_hook': '_auto_install_l10n',
'license': 'LGPL-3',
}
......@@ -25,4 +25,5 @@ Allows to automatically select analytic accounts based on criterions:
'views/res_config_settings_views.xml',
],
'installable': True,
'license': 'LGPL-3',
}
......@@ -20,4 +20,5 @@ OFX and QIF imports are available in Enterprise version.""",
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}
......@@ -26,4 +26,5 @@ Be careful with this module as it has audit implications. Cancelling accounting
'demo': [],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}
......@@ -21,4 +21,5 @@ The check settings are located in the accounting journals configuration page.
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}
......@@ -10,4 +10,5 @@
'installable': True,
'application': False,
'auto_install': True,
'license': 'LGPL-3',
}
......@@ -13,4 +13,5 @@
""",
'depends' : ['account'],
'data': [],
'license': 'LGPL-3',
}
......@@ -18,4 +18,5 @@ enable payment.
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}
......@@ -19,4 +19,5 @@
'views/account_tax_views.xml',
],
'uninstall_hook': "uninstall_hook",
'license': 'LGPL-3',
}
......@@ -26,5 +26,6 @@ and print the report from Print button in header area.
'report/report_account_test_templates.xml',
],
'active': False,
'installable': True
'installable': True,
'license': 'LGPL-3',
}
......@@ -35,4 +35,5 @@ This module manages:
],
'auto_install': False,
'installable': True,
'license': 'LGPL-3',
}
......@@ -25,4 +25,5 @@ that have no counterpart in the general financial accounts.
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}
......@@ -18,4 +18,5 @@ membership products (schemes).
'demo': [],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}
......@@ -12,5 +12,6 @@
],
'external_dependencies' : {
'python' : ['ldap'],
}
},
'license': 'LGPL-3',
}
......@@ -18,4 +18,5 @@ Allow users to login through OAuth2 Provider.
'views/auth_oauth_templates.xml',
'security/ir.model.access.csv',
],
'license': 'LGPL-3',
}
......@@ -7,5 +7,6 @@
'views/assets.xml',
'views/res_users.xml',
'views/res_config_settings_views.xml',
]
],
'license': 'LGPL-3',
}
......@@ -5,5 +5,6 @@
'data': [
'views/assets.xml',
'views/signup_templates.xml',
]
],
'license': 'LGPL-3',
}
......@@ -23,4 +23,5 @@ Allow users to sign up and reset their password
'views/auth_signup_assets.xml',
],
'bootstrap': True,
'license': 'LGPL-3',
}
......@@ -14,4 +14,5 @@
'installable': True,
'auto_install': False,
'post_init_hook': '_assign_default_nomeclature_id',
'license': 'LGPL-3',
}
......@@ -18,4 +18,5 @@ This module allows to enforce users to choose the city of a partner inside a giv
'views/res_country_view.xml',
],
'depends': ['base'],
'license': 'LGPL-3',
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment