From 7346e2da3056181d964ebf5a7f8bbb19b9a7ac82 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Tue, 15 Jan 2013 20:02:11 +0100 Subject: [PATCH] [FIX] module author --- account_move_template/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index 7b805b34a..08d1a6adf 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -29,7 +29,7 @@ User can configure journal entries templates, useful for recurring entries. The amount of each template line can be computed (through python code) or kept as user input. If user input, when using the template, user has to fill the amount of every input lines. The journal entry form allows lo load, through a wizard, the template to use and the amounts to fill. """, - 'author': 'Agile Business Group & Domsense', + 'author': 'Agile Business Group', 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', "depends" : ['account_accountant', 'analytic'],