Skip to content

Commit

Permalink
ADD license to __openerp__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Jan 6, 2016
1 parent 950421a commit 5d5f9a2
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions document_page_adhoc/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': ['OpenERP SA'],
'website': 'http://www.openerp.com/',
'license': 'AGPL-3',
'depends': ['knowledge'],
'data': [
'wizard/document_page_create_menu_view.xml',
Expand Down
1 change: 1 addition & 0 deletions document_page_extension/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_account/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_crm/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_mail/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_multi_company/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
13 changes: 7 additions & 6 deletions help_doc_portal/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,23 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{ 'active': False,
{'active': False,
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'category': 'Knowledge Management',
'demo_xml': [
],
'depends': ['help_doc','portal'],
'depends': ['help_doc', 'portal'],
'description': 'Autoinstallable module for documentation with portal module installed',
'installable': True,
'license': 'AGPL-3',
'name': 'Odoo Portal Help Documentation',
'test': [],
'data': [
'menu_item.xml',
],
],
'version': '8.0.0.0.0',
'auto_install': True,
'website': 'www.adhoc.com.ar',}
'installable': True
}

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
1 change: 1 addition & 0 deletions help_doc_project/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_project_issue/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_purchase/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_sale/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down
1 change: 1 addition & 0 deletions help_doc_stock/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""",
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
'images': [
],
'depends': [
Expand Down

0 comments on commit 5d5f9a2

Please sign in to comment.