From 2bd2e91783cf7af336c5ad5c0cc3946dc6e18744 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Tue, 15 Jan 2013 20:02:11 +0100 Subject: [PATCH] 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 7b805b34..08d1a6ad 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'],