Skip to content

Commit

Permalink
Merge pull request codup#45 from eLuxUniBS/11.0
Browse files Browse the repository at this point in the history
Successfully installed on odoo 11.0
  • Loading branch information
wowas18 authored Feb 20, 2018
2 parents c66e766 + 100b9a8 commit a2285d3
Show file tree
Hide file tree
Showing 30 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions asset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
##############################################################################

import asset
import stock
from . import asset
from . import stock

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -40,4 +40,4 @@
'installable': True,
'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_account/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand All @@ -25,4 +25,4 @@
'data': ['asset_view.xml'],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_full_history/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_full_history/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand All @@ -23,4 +23,4 @@
'depends': ['asset'],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
##############################################################################

import models
from . import models

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_map/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -30,4 +30,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_map/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_mrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
##############################################################################

import asset
import mrp
from . import asset
from . import mrp

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_mrp/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -34,4 +34,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_purchase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_purchase/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -29,4 +29,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_sale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_sale/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -29,4 +29,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion asset_stock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import asset
from . import asset

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions asset_stock/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -29,4 +29,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
12 changes: 6 additions & 6 deletions mro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#
##############################################################################

import asset
import mro
import stock
import product_template
import wizard
import models
from . import asset
from . import mro
from . import stock
from . import product_template
from . import wizard
from . import models

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions mro/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -56,4 +56,4 @@
],
'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion mro/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
##############################################################################

import mro_workorder
from . import mro_workorder

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions mro/wizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
##############################################################################

import reject
import convert_order
from . import reject
from . import convert_order

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
8 changes: 4 additions & 4 deletions mro_cbm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#
##############################################################################

import mro_cbm
import asset
import mro
import wizard
from . import mro_cbm
from . import asset
from . import mro
from . import wizard

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions mro_cbm/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -43,4 +43,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion mro_cbm/wizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import replan
from . import replan

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion mro_maps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
##############################################################################

import models
from . import models

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions mro_maps/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -27,4 +27,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion mro_maps/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
##############################################################################

import mro_workorder
from . import mro_workorder

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
8 changes: 4 additions & 4 deletions mro_pm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#
##############################################################################

import mro_pm
import asset
import mro
import wizard
from . import mro_pm
from . import asset
from . import mro
from . import wizard

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4 changes: 2 additions & 2 deletions mro_pm/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo
Expand Down Expand Up @@ -42,4 +42,4 @@
],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion mro_pm/wizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#
##############################################################################

import replan
from . import replan

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

0 comments on commit a2285d3

Please sign in to comment.