Skip to content

Commit b9e3528

Browse files
committed
[IMP] vcp_odoo: remove warnings
1 parent 91a0a1c commit b9e3528

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

vcp_odoo/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from . import vcp_rule
22
from . import vcp_odoo_module
33
from . import vcp_odoo_module_version
4-
from . import vcp_platform

vcp_odoo/models/vcp_odoo_module_version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class VcpOdooModuleVersion(models.Model):
4141

4242
class VcpOdooLibPython(models.Model):
4343
_name = "vcp.odoo.lib.python"
44+
_description = "Python Library required by an Odoo Module"
4445

4546
name = fields.Char(required=True)
4647

@@ -54,6 +55,7 @@ def _get_lib_python(self, name):
5455

5556
class VcpOdooBinPackage(models.Model):
5657
_name = "vcp.odoo.bin.package"
58+
_description = "Binary Package required by an Odoo Module"
5759

5860
name = fields.Char(required=True)
5961

vcp_odoo/models/vcp_platform.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)