Browse Source

Change company name

pull/22/head
Nikolina Todorova 9 years ago
parent
commit
c270edf45b
  1. 2
      pos_top_sellers/__init__.py
  2. 4
      pos_top_sellers/__openerp__.py
  3. 2
      pos_top_sellers/pos_top_sellers.py
  4. 2
      pos_top_sellers/pos_top_sellers_view.xml

2
pos_top_sellers/__init__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################### ###############################################################################
# #
# Copyright (C) 2015 initOS GmbH & Co. KG (<http://www.initos.com>).
# Copyright (C) 2015 initOS GmbH(<http://www.initos.com>).
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as

4
pos_top_sellers/__openerp__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################### ###############################################################################
# #
# Copyright (C) 2015 initOS GmbH & Co. KG (<http://www.initos.com>).
# Copyright (C) 2015 initOS GmbH(<http://www.initos.com>).
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
@ -42,7 +42,7 @@ Recent sales by shop for a given product
* Select product by product default code. * Select product by product default code.
* Show current stock and total quantity of sales for this product and period. * Show current stock and total quantity of sales for this product and period.
""", """,
'author': 'initOS GmbH & Co. KG',
'author': 'initOS GmbH',
'website': 'http://www.initos.com', 'website': 'http://www.initos.com',
'depends': [ 'depends': [
'web', 'web',

2
pos_top_sellers/pos_top_sellers.py

@ -3,7 +3,7 @@
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>). # Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2015 initOS GmbH & Co. KG (<http://www.initos.com>).
# Copyright (C) 2015 initOS GmbH(<http://www.initos.com>).
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as

2
pos_top_sellers/pos_top_sellers_view.xml

@ -4,7 +4,7 @@
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>). # Copyright (C) 2010-2013 OpenERP s.a. (<http://openerp.com>).
# Copyright (C) 2015 initOS GmbH & Co. KG (<http://www.initos.com>).
# Copyright (C) 2015 initOS GmbH(<http://www.initos.com>).
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as

Loading…
Cancel
Save