diff --git a/stock_location_area_data/README.rst b/stock_location_area_data/README.rst index 18863fd53..9d6249f8a 100644 --- a/stock_location_area_data/README.rst +++ b/stock_location_area_data/README.rst @@ -1,47 +1,55 @@ -Features -======== +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +======================== +Stock location area data +======================== This module was written to add surface units of measure -Screenshots -=========== - -... next step (after development) - -Installation -============ - -To install this module, you just need to select the module and insure yourself dependencies are available - -Configuration -============= - -No particular configuration to use this module - Usage ===== -* n/a +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/153/9.0 -Known issues / Roadmap -====================== +Bug Tracker +=========== -* n/a - -Contributors -============ - -* Adriana Ierfino -* Bruno Joliveau -* Agathe Mollé +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. Credits ======= -* Module developed and tested with Odoo version 8.0 -* For questions, please contact our support services +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Adriana Ierfino +* Bruno Joliveau +* Agathe Mollé +* Dhinesh D Maintainer -========== +---------- -This module is maintained by Savoir-Faire Linux. +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/stock_location_area_data/__init__.py b/stock_location_area_data/__init__.py index 40a96afc6..0b63b4b29 100644 --- a/stock_location_area_data/__init__.py +++ b/stock_location_area_data/__init__.py @@ -1 +1,4 @@ # -*- coding: utf-8 -*- +# Copyright 2015 Savoir Faire Linux +# Copyright 2016 Dhinesh D +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/stock_location_area_data/__openerp__.py b/stock_location_area_data/__openerp__.py index 55085ed08..fb3903a3f 100644 --- a/stock_location_area_data/__openerp__.py +++ b/stock_location_area_data/__openerp__.py @@ -1,39 +1,24 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Odoo, Open Source Management Solution -# This module copyright (C) 2015 Savoir-faire Linux -# (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# Copyright 2015 Savoir Faire Linux +# Copyright 2016 Dhinesh D +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + { - 'name': 'Stock Location Area Data', - 'version': '8.0.0.1.0', - 'author': 'Savoir-faire Linux', - 'maintainer': 'Savoir-faire Linux', - 'website': 'http://www.savoirfairelinux.com', - 'license': 'AGPL-3', - 'category': 'Warehouse', - 'summary': "Add surface units of measure", - 'depends': [ - 'product', + "name": "Stock Location Area Data", + "summary": "Add surface units of measure", + "version": "9.0.1.0.0", + "category": "Warehouse", + "website": "https://odoo-community.org/", + "author": "Savoir-faire Linux," + "Dhinesh D," + "Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": [ + "product", ], - 'data': [ - 'data/stock_location_area_data.xml', + "data": [ + "data/stock_location_area_data.xml", ], - 'installable': False, - 'application': False, } diff --git a/stock_location_area_data/data/stock_location_area_data.xml b/stock_location_area_data/data/stock_location_area_data.xml index 46daa9edf..e33c26f39 100644 --- a/stock_location_area_data/data/stock_location_area_data.xml +++ b/stock_location_area_data/data/stock_location_area_data.xml @@ -1,17 +1,17 @@ - - + + + Surface - reference - feet² @@ -19,5 +19,4 @@ 10.76391042 - - + diff --git a/stock_location_area_data/static/description/icon.png b/stock_location_area_data/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_location_area_data/static/description/icon.png differ