mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
'version': '2.4',
|
||||
'depends': ['account'],
|
||||
'conflicts': ['account_asset'],
|
||||
'author': 'OpenERP & Noviat',
|
||||
'author': "OpenERP & Noviat,Odoo Community Association (OCA)",
|
||||
'description': """
|
||||
Financial asset management.
|
||||
===========================
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
'name': 'Assets Management Excel reporting',
|
||||
'version': '0.1',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Noviat',
|
||||
'author': "Noviat,Odoo Community Association (OCA)",
|
||||
'category': 'Accounting & Finance',
|
||||
'description': """
|
||||
Assets Management Excel reporting
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
The module also replaces %(year)s by %(fy)s in the default prefix
|
||||
for new journals, assuming it is a safer default.
|
||||
""",
|
||||
'author': 'ACSONE SA/NV',
|
||||
'author': "ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||
'website': 'http://acsone.eu',
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{'name': 'Balance on lines',
|
||||
'summary': 'Display balance totals in move line view',
|
||||
'version': '1.1',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainter': 'Camptocamp',
|
||||
'category': 'Accounting',
|
||||
'depends': ['account'],
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"depends": ["account",
|
||||
"account_payment",
|
||||
"account_cancel"],
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"description": """
|
||||
Prevents to cancel an invoice which has already been imported in a
|
||||
payment order.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"account",
|
||||
"account_voucher",
|
||||
"account_cancel"],
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"description": """
|
||||
Constraint forbidding to cancel an invoice already
|
||||
imported in bank statement with a voucher.
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{
|
||||
'name': "Detect changes and update the Account Chart from a template",
|
||||
'version': "1.2",
|
||||
'author': "Zikzakmedia SL",
|
||||
'author': "Zikzakmedia SL,Odoo Community Association (OCA)",
|
||||
'website': "www.zikzakmedia.com",
|
||||
'depends': ["account"],
|
||||
'category': "Generic Modules/Accounting",
|
||||
|
||||
@@ -40,7 +40,7 @@ You must configure on this journal the default debit account and the default
|
||||
credit account. You must also configure on the company the account for
|
||||
check deposits.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'author': "Akretion,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.akretion.com/',
|
||||
'depends': [
|
||||
'account_accountant',
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"version": "1.0",
|
||||
"depends": ["base",
|
||||
"account"],
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"description": """Recompute tax_amount to avoid sign problem""",
|
||||
'website': 'http://www.camptocamp.com',
|
||||
'data': [],
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
'name': 'Account Constraints',
|
||||
'version': '1.1',
|
||||
'depends': ['account'],
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Generic Modules/Accounting',
|
||||
'description': """
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{'name': 'Account Credit Control',
|
||||
'version': '0.2.0',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Finance',
|
||||
'complexity': "normal",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{'name': 'Credit control dunning fees',
|
||||
'version': '0.1.0',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Accounting',
|
||||
'complexity': 'normal',
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"name": "Move in draft state by default",
|
||||
"version": "1.0",
|
||||
"depends": ["base", "account", "account_constraints"],
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
'license': 'AGPL-3',
|
||||
"description": """
|
||||
Let the generated move in draft on invoice and bank statement
|
||||
|
||||
@@ -55,7 +55,7 @@ a fiscal position with the option
|
||||
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
|
||||
for any help or question about this module.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'author': "Akretion,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
{
|
||||
'name': "Company currency in invoices",
|
||||
'version': "1.0",
|
||||
'author': "Zikzakmedia SL",
|
||||
'author': "Zikzakmedia SL,Odoo Community Association (OCA)",
|
||||
'website': "http://www.zikzakmedia.com",
|
||||
'category': "Localisation / Accounting",
|
||||
'contributors': ['Joaquín Gutierrez'],
|
||||
|
||||
@@ -45,7 +45,7 @@ move, the date must be inside the period.
|
||||
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
|
||||
for any help or question about this module.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'author': "Akretion,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['account'],
|
||||
'data': [],
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
{
|
||||
"name": "Account Journal Period Close",
|
||||
"version": "1.0",
|
||||
"author": "ACSONE SA/NV",
|
||||
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||
"maintainer": "ACSONE SA/NV",
|
||||
"website": "http://www.acsone.eu",
|
||||
"images": [],
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{
|
||||
'name': "Account Move Batch Validate",
|
||||
'version': '0.2',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Finance',
|
||||
'complexity': 'normal',
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{
|
||||
"name": "Move line search view - disable defaults for period and journal",
|
||||
"version": "0.1",
|
||||
"author": "Therp BV",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"category": 'Accounting & Finance',
|
||||
'description': """
|
||||
OpenERP 7.0 implements a custom javascript search view for move lines. This
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
'name': 'Journal Items Search Extension',
|
||||
'version': '0.1',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Noviat',
|
||||
'author': "Noviat,Odoo Community Association (OCA)",
|
||||
'category': 'Generic Modules',
|
||||
'description': """
|
||||
Journal Items Search Extension
|
||||
|
||||
@@ -38,7 +38,7 @@ The journal entry form allows lo load, through a wizard,
|
||||
the template to use and the amounts to fill.
|
||||
|
||||
""",
|
||||
'author': 'Agile Business Group',
|
||||
'author': "Agile Business Group,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['account_accountant', 'analytic'],
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"name": "Wizard to validate multiple moves",
|
||||
"version": "1.0",
|
||||
"depends": ["base", "account", "account_constraints"],
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
'license': 'AGPL-3',
|
||||
"description": """
|
||||
Re-defining a base wizard (validate all moves in a period for a journal),
|
||||
|
||||
@@ -38,7 +38,7 @@ Module developed by Stéphane Bidoul <stephane.bidoul@acsone.eu>,
|
||||
inspired by Alexis de Lattre <alexis.delattre@akretion.com>'s
|
||||
account_analytic_required module.
|
||||
""",
|
||||
'author': 'ACSONE SA/NV',
|
||||
'author': "ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||
'website': 'http://acsone.eu/',
|
||||
'depends': ['account'],
|
||||
'data': ['account_view.xml'],
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{
|
||||
'name': "Account renumber wizard",
|
||||
'version': "1.0",
|
||||
'author': "Pexego",
|
||||
'author': "Pexego,Odoo Community Association (OCA)",
|
||||
'website': "http://www.pexego.es",
|
||||
'category': "Enterprise Specific Modules",
|
||||
'contributors': ['Pedro M. Baeza', 'Joaquín Gutierrez'],
|
||||
|
||||
@@ -42,7 +42,7 @@ Module originally developped by Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
during the Akretion-Camptocamp code sprint of June 2011.
|
||||
|
||||
""",
|
||||
'author': 'Akretion,Camptocamp',
|
||||
'author': "Akretion,Camptocamp,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.akretion.com/',
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
{"name": "Tax analysis",
|
||||
"version": "1.0",
|
||||
"depends": ["base", "account"],
|
||||
"author": "CamptoCamp SA",
|
||||
"author": "CamptoCamp SA,Odoo Community Association (OCA)",
|
||||
"category": 'Accounting & Finance',
|
||||
"description": """
|
||||
Tax analysis view
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name": "Update tax wizard",
|
||||
"version": "1.0.44",
|
||||
"author": "Therp BV, Camptocamp SA",
|
||||
"author": "Therp BV, Camptocamp SA,Odoo Community Association (OCA)",
|
||||
"category": 'Base',
|
||||
'complexity': "normal",
|
||||
"description": """
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{'name': 'Asynchronous move/move line CSV importer',
|
||||
'version': '0.1.2',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Accounting',
|
||||
'complexity': 'normal',
|
||||
|
||||
@@ -42,7 +42,7 @@ configured on the company form.
|
||||
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
|
||||
for any help or question about this module.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'author': "Akretion,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['base'],
|
||||
'data': ['company_view.xml'],
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"name": "Currency Rate Update",
|
||||
"version": "0.7",
|
||||
"author": "Camptocamp",
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"website": "http://camptocamp.com",
|
||||
"category": "Financial Management/Configuration",
|
||||
"description": """Import exchange rates from the Internet.
|
||||
|
||||
Reference in New Issue
Block a user