Merge lp:~vauxoo/openerp-mexico-localization/7.0-oml_module-dev_sabrina into lp:openerp-mexico-localization/7.0

Proposed by Sabrina Romero - http://www.vauxoo.com
Status: Merged
Merged at revision: 354
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-oml_module-dev_sabrina
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 215 lines (+197/-0)
2 files modified
oml/__openerp__.py (+181/-0)
oml/i18n/oml.pot (+16/-0)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-oml_module-dev_sabrina
Reviewer Review Type Date Requested Status
Moisés López - http://www.vauxoo.com Approve
Review via email: mp+206294@code.launchpad.net

Description of the change

[ADD] OpenERP Mexican Localization installer module added.

Still on revision, the merge proposal is only for the previous tests.

To post a comment you must log in.
355. By Sabrina Romero - http://www.vauxoo.com

[ADD] addons-vauxoo dependencies added.

Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'oml'
2=== added file 'oml/__init__.py'
3=== added file 'oml/__openerp__.py'
4--- oml/__openerp__.py 1970-01-01 00:00:00 +0000
5+++ oml/__openerp__.py 2014-02-14 00:40:26 +0000
6@@ -0,0 +1,181 @@
7+# -*- encoding: utf-8 -*-
8+##############################################################################
9+#
10+# OpenERP, Open Source Management Solution
11+# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
12+# OML : Openerp Mexican Localization
13+# Copyleft (Cl) 2008-2021 Vauxoo, C.A. (<http://vauxoo.com>)
14+# This program is free software: you can redistribute it and/or modify
15+# it under the terms of the GNU General Public License as published by
16+# the Free Software Foundation, either version 3 of the License, or
17+# (at your option) any later version.
18+#
19+# This program is distributed in the hope that it will be useful,
20+# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+# GNU General Public License for more details.
23+#
24+# You should have received a copy of the GNU General Public License
25+# along with this program. If not, see <http://www.gnu.org/licenses/>.
26+#
27+##############################################################################
28+{ "name" : "OpenERP Mexican Localization",
29+ "version" : "",
30+ "depends" : [
31+ "city",
32+ "email_template_multicompany",
33+ "l10n_mx_account_invoice_tax",
34+ "l10n_mx_account_tax_category",
35+ "l10n_mx_base_vat_split",
36+ "l10n_mx_cities",
37+ "l10n_mx_company_cif",
38+ "l10n_mx_company_multi_address",
39+ "l10n_mx_diot_report",
40+ "l10n_mx_facturae",
41+ "l10n_mx_facturae_cbb",
42+ "l10n_mx_facturae_cer",
43+ "l10n_mx_facturae_groups",
44+ "l10n_mx_facturae_group_show_wizards",
45+ "l10n_mx_facturae_lib",
46+ "l10n_mx_facturae_pac",
47+ "l10n_mx_facturae_pac_sf",
48+ "l10n_mx_facturae_report",
49+ "l10n_mx_facturae_seq",
50+ "l10n_mx_import_info",
51+ "l10n_mx_invoice_amount_to_text",
52+ "l10n_mx_invoice_currency_chgdft",
53+ "l10n_mx_invoice_datetime",
54+ "l10n_mx_invoice_ftp",
55+ "l10n_mx_invoice_wkf_security",
56+ "l10n_mx_ir_attachment_facturae",
57+ "l10n_mx_notes_invoice",
58+ "l10n_mx_params_pac",
59+ "l10n_mx_partner_address",
60+ "l10n_mx_payment_method",
61+ "l10n_mx_purchase_payment_method",
62+ "l10n_mx_regimen_fiscal",
63+ "l10n_mx_res_partner_bank",
64+ "l10n_mx_sale_payment_method",
65+ "l10n_mx_settings_facturae",
66+ "l10n_mx_states",
67+ "l10n_mx_upload_ftp",
68+ "account_invoice_line_currency",
69+ "account_invoice_tax",
70+ "account_move_line_base_tax",
71+ "account_move_report",
72+ "account_voucher_tax",
73+ "hr_expense_analytic",
74+ "hr_expense_replenishment",
75+ "hr_expense_replenishment_tax",
76+ "report_multicompany",
77+ ],
78+ "author" : "Vauxoo",
79+ "description" : """
80+Install all apps needed to comply with Mexican laws
81+===================================================
82+
83+This module will install for you:
84+
85+ - city
86+
87+ - email_template_multicompany
88+
89+ - l10n_mx_account_invoice_tax
90+
91+ - l10n_mx_account_tax_category
92+
93+ - l10n_mx_base_vat_split
94+
95+ - l10n_mx_cities
96+
97+ - l10n_mx_company_cif
98+
99+ - l10n_mx_company_multi_address
100+
101+ - l10n_mx_diot_report
102+
103+ - l10n_mx_facturae
104+
105+ - l10n_mx_facturae_cbb
106+
107+ - l10n_mx_facturae_cer
108+
109+ - l10n_mx_facturae_groups
110+
111+ - l10n_mx_facturae_group_show_wizards
112+
113+ - l10n_mx_facturae_lib
114+
115+ - l10n_mx_facturae_pac
116+
117+ - l10n_mx_facturae_pac_sf
118+
119+ - l10n_mx_facturae_report
120+
121+ - l10n_mx_facturae_seq
122+
123+ - l10n_mx_import_info
124+
125+ - l10n_mx_invoice_amount_to_text
126+
127+ - l10n_mx_invoice_currency_chgdft
128+
129+ - l10n_mx_invoice_datetime
130+
131+ - l10n_mx_invoice_ftp
132+
133+ - l10n_mx_invoice_wkf_security
134+
135+ - l10n_mx_ir_attachment_facturae
136+
137+ - l10n_mx_notes_invoice
138+
139+ - l10n_mx_params_pac
140+
141+ - l10n_mx_partner_address
142+
143+ - l10n_mx_payment_method
144+
145+ - l10n_mx_purchase_payment_method
146+
147+ - l10n_mx_regimen_fiscal
148+
149+ - l10n_mx_res_partner_bank
150+
151+ - l10n_mx_sale_payment_method
152+
153+ - l10n_mx_settings_facturae
154+
155+ - l10n_mx_states
156+
157+ - l10n_mx_upload_ftp
158+
159+Additionally of lp:addons-vauxoo, will be installed:
160+
161+ - account_invoice_line_currency
162+
163+ - account_invoice_tax
164+
165+ - account_move_line_base_tax
166+
167+ - account_voucher_tax
168+
169+ - hr_expense_analytic
170+
171+ - hr_expense_replenishment
172+
173+ - hr_expense_replenishment_tax
174+
175+ - report_multicompany
176+ """,
177+ "website" : "http://openerp.org.ve",
178+ "category" : "Localization/Application",
179+ "init_xml" : [],
180+ "demo_xml" : [],
181+ "update_xml" : [],
182+ "test" : [],
183+ "images" : [],
184+ "auto_install": False,
185+ "application": True,
186+ "installable": True,
187+}
188
189=== added directory 'oml/i18n'
190=== added file 'oml/i18n/oml.pot'
191--- oml/i18n/oml.pot 1970-01-01 00:00:00 +0000
192+++ oml/i18n/oml.pot 2014-02-14 00:40:26 +0000
193@@ -0,0 +1,16 @@
194+# Translation of OpenERP Server.
195+# This file contains the translation of the following modules:
196+#
197+msgid ""
198+msgstr ""
199+"Project-Id-Version: OpenERP Server 7.0\n"
200+"Report-Msgid-Bugs-To: \n"
201+"POT-Creation-Date: 2014-02-13 23:03+0000\n"
202+"PO-Revision-Date: 2014-02-13 23:03+0000\n"
203+"Last-Translator: <>\n"
204+"Language-Team: \n"
205+"MIME-Version: 1.0\n"
206+"Content-Type: text/plain; charset=UTF-8\n"
207+"Content-Transfer-Encoding: \n"
208+"Plural-Forms: \n"
209+
210
211=== added directory 'oml/static'
212=== added directory 'oml/static/src'
213=== added directory 'oml/static/src/img'
214=== added file 'oml/static/src/img/icon.png'
215Binary files oml/static/src/img/icon.png 1970-01-01 00:00:00 +0000 and oml/static/src/img/icon.png 2014-02-14 00:40:26 +0000 differ