Browse Source

[MIG] pos_margin:Migration to 11.0

pull/326/head
Invitu 6 years ago
committed by Sylvain LE GAL
parent
commit
b792b20e69
  1. 1
      pos_margin/__init__.py
  2. 3
      pos_margin/__manifest__.py
  3. 1
      pos_margin/models/__init__.py
  4. 1
      pos_margin/models/pos_order.py
  5. 1
      pos_margin/models/pos_order_line.py

1
pos_margin/__init__.py

@ -1,2 +1 @@
# -#- coding: utf-8 -#-
from . import models

3
pos_margin/__manifest__.py

@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'POS Margin',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Point Of Sale',
'sequence': 1,
'author': "GRAP,"

1
pos_margin/models/__init__.py

@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import pos_order
from . import pos_order_line

1
pos_margin/models/pos_order.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

1
pos_margin/models/pos_order_line.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Loading…
Cancel
Save