[IMP] relative imports, remove deprecated keys in manifest
parent
ebe8af2e9b
commit
d577676905
|
@ -18,5 +18,5 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
import fields
|
from . import fields
|
||||||
import base_field_serialized
|
from . import base_field_serialized
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Therp BV",
|
"author": "Therp BV",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"complexity": "normal",
|
|
||||||
"description": """This addon restores serialized fields for Odoo 8.0
|
"description": """This addon restores serialized fields for Odoo 8.0
|
||||||
""",
|
""",
|
||||||
"category": "Hidden/Dependency",
|
"category": "Hidden/Dependency",
|
||||||
|
|
Loading…
Reference in New Issue