forked from YannickB/odoo-hosting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the project under LGPL-3 license, and add CLA
- Loading branch information
Showing
78 changed files
with
1,482 additions
and
738 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
from __unfinished__.clouder_invoicing import clouder_invoicing | ||
|
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
|
||
{ | ||
'name': 'Clouder Invoicing', | ||
'version': '1.0', | ||
'category': 'Clouder', | ||
'depends': ['base'], | ||
'author': 'Yannick Buron (Clouder)', | ||
'license': 'LGPL-3 by Clouder', | ||
'website': 'https://github.com/clouder-community/clouder', | ||
'description': """ | ||
Clouder | ||
""", | ||
'demo': [], | ||
'data': [ | ||
'clouder_invoicing_view.xml', | ||
], | ||
'installable': True, | ||
'application': True, | ||
} |
25 changes: 13 additions & 12 deletions
25
clouder_invoicing/clouder_invoicing.py → ...__/clouder_invoicing/clouder_invoicing.py
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
File renamed without changes.
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,3 +1,24 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
|
||
from __unfinished__.clouder_template_cas import clouder_template_cas | ||
|
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
25 changes: 13 additions & 12 deletions
25
__unfinished__/clouder_template_cas/clouder_template_cas.py
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,2 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
|
||
from __unfinished__.clouder_template_git import clouder_template_git |
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,38 +1,38 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2013 Yannick Buron | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# 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 free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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. | ||
# 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 Lesser 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/>. | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
|
||
{'name': 'Clouder Template Git', | ||
'version': '1.0', | ||
'category': 'Community', | ||
'depends': ['base', | ||
], | ||
'author': 'Yannick Buron', | ||
'license': 'AGPL-3', | ||
'website': 'https://github.com/YannickB', | ||
'description': """ | ||
{ | ||
'name': 'Clouder Template Git', | ||
'version': '1.0', | ||
'category': 'Clouder', | ||
'depends': ['base'], | ||
'author': 'Yannick Buron (Clouder)', | ||
'license': 'LGPL-3 by Clouder', | ||
'website': 'https://github.com/clouder-community/clouder', | ||
'description': """ | ||
Clouder Template Git | ||
""", | ||
'demo': [], | ||
'data': ['clouder_template_git_data.xml' | ||
], | ||
'installable': True, | ||
'application': True, | ||
'demo': [], | ||
'data': ['clouder_template_git_data.xml'], | ||
'installable': True, | ||
'application': True, | ||
} |
27 changes: 14 additions & 13 deletions
27
__unfinished__/clouder_template_git/clouder_template_git.py
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
from __unfinished__.clouder_users import deploy | ||
|
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# Author: Yannick Buron | ||
# Copyright 2015, TODAY Clouder SASU | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License with Attribution | ||
# clause 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License with | ||
# Attribution clause along with this program. If not, see | ||
# <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
|
||
{ | ||
'name': 'Clouder Users', | ||
'version': '1.0', | ||
'category': 'Clouder', | ||
'depends': ['clouder', 'clouder_template_ldap','ldap_admin'], | ||
'author': 'Yannick Buron (Clouder)', | ||
'license': 'LGPL-3 by Clouder', | ||
'website': 'https://github.com/clouder-community/clouder', | ||
'description': """ | ||
Clouder Users | ||
""", | ||
'demo': [], | ||
'data': [], | ||
'installable': True, | ||
'application': True, | ||
} |
Oops, something went wrong.