Browse Source
[MIG] base_manifest_extension: Migrate to v9
[MIG] base_manifest_extension: Migrate to v9
* Migrate to v9 branch * Update manifest and README * Change license to LGPLpull/979/head
Oleg Bulkin
7 years ago
6 changed files with 57 additions and 42 deletions
-
56base_manifest_extension/README.rst
-
5base_manifest_extension/__init__.py
-
23base_manifest_extension/__openerp__.py
-
5base_manifest_extension/hooks.py
-
5base_manifest_extension/tests/__init__.py
-
5base_manifest_extension/tests/test_base_manifest_extension.py
@ -1,4 +1,5 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# © 2017 Therp BV <http://therp.nl> |
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
||||
|
# Copyright 2017 Therp BV <http://therp.nl> |
||||
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html) |
||||
|
|
||||
from .hooks import post_load_hook |
from .hooks import post_load_hook |
@ -1,15 +1,14 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# © 2017 Therp BV <http://therp.nl> |
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
||||
|
# Copyright 2017 Therp BV <http://therp.nl> |
||||
|
# Copyright 2017 LasLabs Inc. |
||||
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html) |
||||
|
|
||||
{ |
{ |
||||
"name": "More options in manifest", |
|
||||
"version": "8.0.1.0.0", |
|
||||
"author": "Therp BV,Odoo Community Association (OCA)", |
|
||||
"license": "AGPL-3", |
|
||||
"category": "Hidden/Dependency", |
|
||||
"summary": "Adds some useful keys to manifest files", |
|
||||
"depends": [ |
|
||||
'base', |
|
||||
], |
|
||||
"post_load": 'post_load_hook', |
|
||||
|
'name': 'Module Manifest - Extra Options', |
||||
|
'version': '9.0.1.0.0', |
||||
|
'author': 'Therp BV, LasLabs, Odoo Community Association (OCA)', |
||||
|
'license': 'LGPL-3', |
||||
|
'category': 'Hidden/Dependency', |
||||
|
'summary': 'Adds useful keys to manifest files', |
||||
|
'post_load': 'post_load_hook', |
||||
} |
} |
@ -1,4 +1,5 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
# © 2017 Therp BV <http://therp.nl> |
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
||||
|
# Copyright 2017 Therp BV <http://therp.nl> |
||||
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html) |
||||
|
|
||||
from . import test_base_manifest_extension |
from . import test_base_manifest_extension |
Write
Preview
Loading…
Cancel
Save
Reference in new issue