Skip to content

Commit 3f8a0c4

Browse files
committed
[IMP] controller_report_xls: Manifest, translation, and code cleanup
- Updated __manifest__.py: set license to LGPL-3, switched to HTTPS for URL, removed unnecessary keys. - Removed outdated copyright header from main controller. - Refreshed es.po with current project metadata. - Deleted redundant translation files (es_ES, es_MX, es_PA, es_VE) to avoid duplication.
1 parent 960242e commit 3f8a0c4

File tree

7 files changed

+7
-98
lines changed

7 files changed

+7
-98
lines changed

controller_report_xls/__manifest__.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@
33
"version": "15.0.1.0.0",
44
"author": "Vauxoo",
55
"category": "Tools",
6-
"website": "http://www.vauxoo.com/",
7-
"license": "AGPL-3",
6+
"website": "https://www.vauxoo.com/",
7+
"license": "LGPL-3",
88
"depends": [
99
"base",
1010
],
1111
"external_dependencies": {"python": ["cssutils"]},
12-
"demo": [],
13-
"data": [],
14-
"test": [],
15-
"js": [],
16-
"css": [],
17-
"qweb": [],
18-
"installable": True,
19-
"auto_install": False,
2012
}

controller_report_xls/controllers/main.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
###########################################################################
2-
# Module Writen to OpenERP, Open Source Management Solution
3-
# Copyright (C) Vauxoo (<http://www.vauxoo.com>).
4-
# All Rights Reserved
5-
# #############Credits######################################################
6-
# Coded by: Humberto Arocha <[email protected]>
7-
# Coded by: Humberto Arocha <[email protected]>
8-
# Planified by: Humberto Arocha <[email protected]>
9-
# Audited by: Humberto Arocha <[email protected]>
10-
#############################################################################
11-
# This program is free software: you can redistribute it and/or modify it
12-
# under the terms of the GNU Affero General Public License as published by
13-
# the Free Software Foundation, either version 3 of the License, or (at your
14-
# option) any later version.
15-
#
16-
# This program is distributed in the hope that it will be useful,
17-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
# GNU Affero General Public License for more details.
20-
#
21-
# You should have received a copy of the GNU Affero General Public License
22-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
###############################################################################
24-
251
import logging
262

273
import cssutils

controller_report_xls/i18n/es.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
3+
# * controller_report_xls
34
#
45
msgid ""
56
msgstr ""
6-
"Project-Id-Version: Odoo Server 8.0\n"
7+
"Project-Id-Version: Odoo Server 15.0+e\n"
78
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2016-04-14 16:23+0000\n"
9-
"PO-Revision-Date: 2016-04-14 16:23+0000\n"
10-
"Last-Translator: <>\n"
9+
"POT-Creation-Date: 2025-07-03 10:00+0000\n"
10+
"PO-Revision-Date: 2025-07-03 10:00+0000\n"
11+
"Last-Translator: \n"
1112
"Language-Team: \n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"

controller_report_xls/i18n/es_ES.po

Lines changed: 0 additions & 15 deletions
This file was deleted.

controller_report_xls/i18n/es_MX.po

Lines changed: 0 additions & 15 deletions
This file was deleted.

controller_report_xls/i18n/es_PA.po

Lines changed: 0 additions & 15 deletions
This file was deleted.

controller_report_xls/i18n/es_VE.po

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)