[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/>.
|
||||
#
|
||||
##############################################################################
|
||||
import fields
|
||||
import base_field_serialized
|
||||
from . import fields
|
||||
from . import base_field_serialized
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"version": "1.0",
|
||||
"author": "Therp BV",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
"description": """This addon restores serialized fields for Odoo 8.0
|
||||
""",
|
||||
"category": "Hidden/Dependency",
|
||||
|
|
Loading…
Reference in New Issue