This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
239ed4c
commit ec5d9f7
Showing
11 changed files
with
67 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Copyright (c) 2016, Vauxoo (<http://vauxoo.com>) | ||
Copyright (C) 2016, Odoo Candyshop Developers | ||
All rights reserved. | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
Please refer to AUTHORS.md for a complete list of Copyright | ||
holders. | ||
|
||
Odoo Candyshop 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, | ||
Odoo Candyshop 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 <http://www.gnu.org/licenses/>. | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of Odoo Candyshop | ||
# ------------------------------------------------------------------------ | ||
# Copyright: | ||
# Copyright (C) 2016 Vauxoo (<http://vauxoo.com>) | ||
# All Rights Reserved | ||
# ------------------------------------------------------------------------ | ||
# Contributors: | ||
# Author: Luis Alejandro Martínez Faneyth ([email protected]) | ||
# ------------------------------------------------------------------------ | ||
# License: | ||
# This program is free software: you can redistribute it and/or modify | ||
# Copyright (C) 2016, Odoo Candyshop Developers | ||
# All rights reserved. | ||
# | ||
# Please refer to AUTHORS.md for a complete list of Copyright | ||
# holders. | ||
# | ||
# Odoo Candyshop 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, | ||
# Odoo Candyshop 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 <http://www.gnu.org/licenses/>. | ||
# ------------------------------------------------------------------------ | ||
""" | ||
``candyshop`` is just pure art. | ||
|
@@ -34,8 +31,8 @@ | |
""" | ||
|
||
__author__ = 'Luis Alejandro Martínez Faneyth' | ||
__email__ = 'luisalejandro@vauxoo.com' | ||
__email__ = 'luis@huntingbears.com.ve' | ||
__version__ = '0.1.0' | ||
__url__ = 'https://github.com/vauxoo/odoo-candyshop' | ||
__url__ = 'https://github.com/LuisAlejandro/odoo-candyshop' | ||
__description__ = '''Odoo Candyshop is a helper to determine if all your | ||
dependencies are declared properly.''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of Odoo Candyshop | ||
# ------------------------------------------------------------------------ | ||
# Copyright: | ||
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>) | ||
# All Rights Reserved | ||
# ------------------------------------------------------------------------ | ||
# Contributors: | ||
# Author: Luis Alejandro Martínez Faneyth ([email protected]) | ||
# ------------------------------------------------------------------------ | ||
# License: | ||
# This program is free software: you can redistribute it and/or modify | ||
# Copyright (C) 2016, Odoo Candyshop Developers | ||
# All rights reserved. | ||
# | ||
# Please refer to AUTHORS.md for a complete list of Copyright | ||
# holders. | ||
# | ||
# Odoo Candyshop 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, | ||
# Odoo Candyshop 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 <http://www.gnu.org/licenses/>. | ||
# ------------------------------------------------------------------------ | ||
""" | ||
``candyshop.bundle`` is a module for representing Odoo Modules. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of Odoo Candyshop | ||
# ------------------------------------------------------------------------ | ||
# Copyright: | ||
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>) | ||
# All Rights Reserved | ||
# ------------------------------------------------------------------------ | ||
# Contributors: | ||
# Author: Luis Alejandro Martínez Faneyth ([email protected]) | ||
# ------------------------------------------------------------------------ | ||
# License: | ||
# This program is free software: you can redistribute it and/or modify | ||
# Copyright (C) 2016, Odoo Candyshop Developers | ||
# All rights reserved. | ||
# | ||
# Please refer to AUTHORS.md for a complete list of Copyright | ||
# holders. | ||
# | ||
# Odoo Candyshop 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, | ||
# Odoo Candyshop 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 <http://www.gnu.org/licenses/>. | ||
# ------------------------------------------------------------------------ | ||
""" | ||
``candyshop.environment`` is a module for creating Odoo environments. | ||
|
@@ -38,7 +35,7 @@ | |
|
||
from .bundle import Bundle | ||
|
||
DEFAULT_URL = 'https://github.com/vauxoo/odoo' | ||
DEFAULT_URL = 'https://github.com/odoo/odoo' | ||
DEFAULT_BRANCH = '8.0' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# This file is part of Odoo Candyshop | ||
# ------------------------------------------------------------------------ | ||
# Copyright: | ||
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>) | ||
# All Rights Reserved | ||
# ------------------------------------------------------------------------ | ||
# Contributors: | ||
# Author: Luis Alejandro Martínez Faneyth ([email protected]) | ||
# ------------------------------------------------------------------------ | ||
# License: | ||
# This program is free software: you can redistribute it and/or modify | ||
# Copyright (C) 2016, Odoo Candyshop Developers | ||
# All rights reserved. | ||
# | ||
# Please refer to AUTHORS.md for a complete list of Copyright | ||
# holders. | ||
# | ||
# Odoo Candyshop 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, | ||
# Odoo Candyshop 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 <http://www.gnu.org/licenses/>. | ||
# ------------------------------------------------------------------------ | ||
""" | ||
``candyshop.utils`` is a utility module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters