mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #141 from yvaucher/8.0-add-license-key
Add license key in __openerp__.py
This commit is contained in:
@@ -29,6 +29,7 @@ Prevents to cancel an invoice which has already been imported in a
|
||||
payment order.
|
||||
""",
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'license': 'AGPL-3',
|
||||
'data': [],
|
||||
'installable': False,
|
||||
'active': False,
|
||||
|
||||
@@ -30,6 +30,7 @@ Constraint forbidding to cancel an invoice already
|
||||
imported in bank statement with a voucher.
|
||||
""",
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'license': 'AGPL-3',
|
||||
'date': [],
|
||||
'installable': False,
|
||||
'active': False,
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"account"],
|
||||
"author": "Camptocamp",
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'license': 'AGPL-3',
|
||||
'data': [],
|
||||
'installable': True,
|
||||
'active': False,
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"author": "ACSONE SA/NV",
|
||||
"maintainer": "ACSONE SA/NV",
|
||||
"website": "http://www.acsone.eu",
|
||||
"license": "AGPL-3",
|
||||
"images": [],
|
||||
"category": "Accounting",
|
||||
"depends": ["account"],
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"author": "ACSONE SA/NV",
|
||||
"maintainer": "ACSONE SA/NV",
|
||||
"website": "http://www.acsone.eu",
|
||||
"license": "AGPL-3",
|
||||
"images": [],
|
||||
"category": "Accounting",
|
||||
"depends": [
|
||||
|
||||
@@ -33,6 +33,7 @@ disables the default search values for the dropdowns so that you do not
|
||||
have to disable these before entering your own search queries.
|
||||
""",
|
||||
'website': 'http://therp.nl',
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['account'],
|
||||
'js': ['static/src/js/move_line_search_view.js'],
|
||||
'data': ['views/move_line_search_view.xml']
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"author": "Camptocamp SA",
|
||||
"category": 'Accounting & Finance',
|
||||
"website": "http://www.camptocamp.com",
|
||||
"license": "AGPL-3",
|
||||
"data": ["account_tax_analysis_view.xml"],
|
||||
'installable': True,
|
||||
"active": False,
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"version": "0.7",
|
||||
"author": "Camptocamp",
|
||||
"website": "http://camptocamp.com",
|
||||
"license": "AGPL-3",
|
||||
"category": "Financial Management/Configuration",
|
||||
"depends": [
|
||||
"base",
|
||||
|
||||
Reference in New Issue
Block a user