Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_all-dev-moylop260 into lp:openerp-mexico-localization/7.0

Proposed by Moisés López - http://www.vauxoo.com
Status: Merged
Merged at revision: 356
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_all-dev-moylop260
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 406 lines (+312/-50)
3 files modified
oml/__openerp__.py (+50/-50)
oml_all/__openerp__.py (+246/-0)
oml_all/i18n/oml.pot (+16/-0)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_all-dev-moylop260
Reviewer Review Type Date Requested Status
OpenERP Mexico Maintainer Pending
Review via email: mp+207239@code.launchpad.net

Description of the change

[ADD][oml_all] Add module app "oml_all" with oml plus oficial modules

To post a comment you must log in.
358. By Moisés López - http://www.vauxoo.com

[REF][oml_all] Replace all oml modules for "oml" module

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'oml/__openerp__.py'
2--- oml/__openerp__.py 2014-02-14 00:39:52 +0000
3+++ oml/__openerp__.py 2014-02-19 16:18:03 +0000
4@@ -22,53 +22,53 @@
5 { "name" : "OpenERP Mexican Localization",
6 "version" : "",
7 "depends" : [
8- "city",
9- "email_template_multicompany",
10- "l10n_mx_account_invoice_tax",
11- "l10n_mx_account_tax_category",
12- "l10n_mx_base_vat_split",
13- "l10n_mx_cities",
14- "l10n_mx_company_cif",
15- "l10n_mx_company_multi_address",
16- "l10n_mx_diot_report",
17- "l10n_mx_facturae",
18- "l10n_mx_facturae_cbb",
19- "l10n_mx_facturae_cer",
20- "l10n_mx_facturae_groups",
21- "l10n_mx_facturae_group_show_wizards",
22- "l10n_mx_facturae_lib",
23- "l10n_mx_facturae_pac",
24- "l10n_mx_facturae_pac_sf",
25- "l10n_mx_facturae_report",
26- "l10n_mx_facturae_seq",
27- "l10n_mx_import_info",
28- "l10n_mx_invoice_amount_to_text",
29- "l10n_mx_invoice_currency_chgdft",
30- "l10n_mx_invoice_datetime",
31- "l10n_mx_invoice_ftp",
32- "l10n_mx_invoice_wkf_security",
33- "l10n_mx_ir_attachment_facturae",
34- "l10n_mx_notes_invoice",
35- "l10n_mx_params_pac",
36- "l10n_mx_partner_address",
37- "l10n_mx_payment_method",
38- "l10n_mx_purchase_payment_method",
39- "l10n_mx_regimen_fiscal",
40- "l10n_mx_res_partner_bank",
41- "l10n_mx_sale_payment_method",
42- "l10n_mx_settings_facturae",
43- "l10n_mx_states",
44- "l10n_mx_upload_ftp",
45- "account_invoice_line_currency",
46- "account_invoice_tax",
47- "account_move_line_base_tax",
48- "account_move_report",
49- "account_voucher_tax",
50- "hr_expense_analytic",
51- "hr_expense_replenishment",
52- "hr_expense_replenishment_tax",
53- "report_multicompany",
54- ],
55+ "city",
56+ "email_template_multicompany",
57+ "l10n_mx_account_invoice_tax",
58+ "l10n_mx_account_tax_category",
59+ "l10n_mx_base_vat_split",
60+ "l10n_mx_cities",
61+ "l10n_mx_company_cif",
62+ "l10n_mx_company_multi_address",
63+ "l10n_mx_diot_report",
64+ "l10n_mx_facturae",
65+ "l10n_mx_facturae_cbb",
66+ "l10n_mx_facturae_cer",
67+ "l10n_mx_facturae_groups",
68+ "l10n_mx_facturae_group_show_wizards",
69+ "l10n_mx_facturae_lib",
70+ "l10n_mx_facturae_pac",
71+ "l10n_mx_facturae_pac_sf",
72+ "l10n_mx_facturae_report",
73+ "l10n_mx_facturae_seq",
74+ "l10n_mx_import_info",
75+ "l10n_mx_invoice_amount_to_text",
76+ "l10n_mx_invoice_currency_chgdft",
77+ "l10n_mx_invoice_datetime",
78+ "l10n_mx_invoice_ftp",
79+ "l10n_mx_invoice_wkf_security",
80+ "l10n_mx_ir_attachment_facturae",
81+ "l10n_mx_notes_invoice",
82+ "l10n_mx_params_pac",
83+ "l10n_mx_partner_address",
84+ "l10n_mx_payment_method",
85+ "l10n_mx_purchase_payment_method",
86+ "l10n_mx_regimen_fiscal",
87+ "l10n_mx_res_partner_bank",
88+ "l10n_mx_sale_payment_method",
89+ "l10n_mx_settings_facturae",
90+ "l10n_mx_states",
91+ "l10n_mx_upload_ftp",
92+ "account_invoice_line_currency",
93+ "account_invoice_tax",
94+ "account_move_line_base_tax",
95+ "account_move_report",
96+ "account_voucher_tax",
97+ "hr_expense_analytic",
98+ "hr_expense_replenishment",
99+ "hr_expense_replenishment_tax",
100+ "report_multicompany",
101+ ],
102 "author" : "Vauxoo",
103 "description" : """
104 Install all apps needed to comply with Mexican laws
105@@ -155,9 +155,9 @@
106 - account_invoice_line_currency
107
108 - account_invoice_tax
109-
110+
111 - account_move_line_base_tax
112-
113+
114 - account_voucher_tax
115
116 - hr_expense_analytic
117@@ -168,7 +168,7 @@
118
119 - report_multicompany
120 """,
121- "website" : "http://openerp.org.ve",
122+ "website" : "http://www.vauxoo.com",
123 "category" : "Localization/Application",
124 "init_xml" : [],
125 "demo_xml" : [],
126
127=== added directory 'oml_all'
128=== added file 'oml_all/__init__.py'
129=== added file 'oml_all/__openerp__.py'
130--- oml_all/__openerp__.py 1970-01-01 00:00:00 +0000
131+++ oml_all/__openerp__.py 2014-02-19 16:18:03 +0000
132@@ -0,0 +1,246 @@
133+# -*- encoding: utf-8 -*-
134+##############################################################################
135+#
136+# OpenERP, Open Source Management Solution
137+# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
138+# OML : Openerp Mexican Localization
139+# Copyleft (Cl) 2008-2021 Vauxoo, C.A. (<http://vauxoo.com>)
140+# This program is free software: you can redistribute it and/or modify
141+# it under the terms of the GNU General Public License as published by
142+# the Free Software Foundation, either version 3 of the License, or
143+# (at your option) any later version.
144+#
145+# This program is distributed in the hope that it will be useful,
146+# but WITHOUT ANY WARRANTY; without even the implied warranty of
147+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
148+# GNU General Public License for more details.
149+#
150+# You should have received a copy of the GNU General Public License
151+# along with this program. If not, see <http://www.gnu.org/licenses/>.
152+#
153+##############################################################################
154+{ "name" : "OpenERP Mexican Localization",
155+ "version" : "",
156+ "depends" : [
157+ "oml",
158+ #Start list of all oficial modules
159+ "account",
160+ "auth_openid",
161+ "event",
162+ "l10n_bo",
163+ "l10n_pe",
164+ "pad_project",
165+ "project_mrp",
166+ "account_accountant",
167+ "auth_signup",
168+ "event_moodle",
169+ "l10n_br",
170+ "l10n_pl",
171+ "plugin",
172+ "project_timesheet",
173+ "account_analytic_analysis",
174+ "base_action_rule",
175+ "event_sale",
176+ "l10n_ca",
177+ "l10n_pt",
178+ "plugin_outlook",
179+ "purchase",
180+ "account_analytic_default",
181+ "base_calendar",
182+ "fetchmail",
183+ "l10n_ch",
184+ "l10n_ro",
185+ "plugin_thunderbird",
186+ #"purchase_analytic_plans",#Error to fix
187+ #"account_analytic_plans",#Error to fix
188+ "base_gengo",
189+ "fleet",
190+ "l10n_cl",
191+ "l10n_si",
192+ "point_of_sale",
193+ "purchase_double_validation",
194+ "account_anglo_saxon",
195+ "base_iban",
196+ "google_base_account",
197+ "l10n_cn",
198+ "l10n_syscohada",
199+ "portal",
200+ "purchase_requisition",
201+ "account_asset",
202+ "base_import",
203+ "google_docs",
204+ "l10n_co",
205+ "l10n_th",
206+ "portal_anonymous",
207+ "report_intrastat",
208+ "account_bank_statement_extensions",
209+ "base_report_designer",
210+ "hr",
211+ "l10n_cr",
212+ "l10n_tr",
213+ "portal_claim",
214+ "report_webkit",
215+ "account_budget",
216+ "base_setup",
217+ "hr_attendance",
218+ "l10n_de",
219+ "l10n_uk",
220+ "portal_crm",
221+ "resource",
222+ "account_cancel",
223+ "base_status",
224+ "hr_contract",
225+ "l10n_ec",
226+ "l10n_us",
227+ "portal_event",
228+ "sale",
229+ "account_chart",
230+ "base_vat",
231+ "hr_evaluation",
232+ "l10n_es",
233+ "l10n_uy",
234+ "portal_hr_employees",
235+ #"sale_analytic_plans",#Error to fix
236+ "account_check_writing",
237+ "board",
238+ "hr_expense",
239+ "l10n_et",
240+ "l10n_ve",
241+ "portal_project",
242+ "sale_crm",
243+ "account_followup",
244+ "claim_from_delivery",
245+ "hr_holidays",
246+ "l10n_fr",
247+ "l10n_vn",
248+ "portal_project_issue",
249+ "sale_journal",
250+ "account_payment",
251+ "contacts",
252+ "hr_payroll",
253+ "l10n_fr_hr_payroll",
254+ "lunch",
255+ "portal_project_long_term",
256+ "sale_margin",
257+ "account_report_company",
258+ "crm",
259+ "hr_payroll_account",
260+ "l10n_fr_rib",
261+ "mail",
262+ "portal_sale",
263+ "sale_mrp",
264+ "account_sequence",
265+ "crm_claim",
266+ "hr_recruitment",
267+ "l10n_gr",
268+ "marketing",
269+ "portal_stock",
270+ "sale_order_dates",
271+ "account_test",
272+ "crm_helpdesk",
273+ "hr_timesheet",
274+ "l10n_gt",
275+ "marketing_campaign",
276+ "process",
277+ "sale_stock",
278+ "account_voucher",
279+ "crm_partner_assign",
280+ "hr_timesheet_invoice",
281+ "l10n_hn",
282+ "marketing_campaign_crm_demo",
283+ "procurement",
284+ "share",
285+ "analytic",
286+ "crm_profiling",
287+ "hr_timesheet_sheet",
288+ "l10n_hr",
289+ "membership",
290+ "product",
291+ "stock",
292+ "analytic_contract_hr_expense",
293+ "crm_todo",
294+ "idea",
295+ "l10n_in",
296+ "mrp",
297+ "product_expiry",
298+ "stock_invoice_directly",
299+ "analytic_user_function",
300+ "decimal_precision",
301+ "knowledge",
302+ "l10n_in_hr_payroll",
303+ "mrp_byproduct",
304+ "product_manufacturer",
305+ #"stock_location", #Error to fix
306+ "anonymization",
307+ "delivery",
308+ "l10n_ar",
309+ "l10n_it",
310+ "mrp_jit",
311+ "product_margin",
312+ "stock_no_autopicking",
313+ "association",
314+ "document",
315+ "l10n_at",
316+ "l10n_lu",
317+ "mrp_operations",
318+ "product_visible_discount",
319+ "subscription",
320+ "audittrail",
321+ #"document_ftp", #No test
322+ "l10n_be",
323+ "l10n_ma",
324+ "mrp_repair",
325+ "project",
326+ "survey",
327+ "auth_crypt",
328+ "document_page",
329+ "l10n_be_coda",
330+ "l10n_multilang",
331+ "multi_company",
332+ "project_gtd",
333+ "warning",
334+ #"auth_ldap", #No test
335+ "document_webdav",
336+ "l10n_be_hr_payroll",
337+ "l10n_mx",
338+ "note",
339+ "project_issue",
340+ "web_analytics",
341+ "auth_oauth",
342+ "edi",
343+ "l10n_be_hr_payroll_account",
344+ "l10n_nl",
345+ "note_pad",
346+ "project_issue_sheet",
347+ "web_linkedin",
348+ "auth_oauth_signup",
349+ "email_template",
350+ "l10n_be_invoice_bba",
351+ "l10n_pa",
352+ "pad",
353+ "project_long_term",
354+ "web_shortcuts"
355+ #End list of all oficial modules
356+ ],
357+ "author" : "Vauxoo",
358+ "description" : """
359+Install all apps needed to comply with Mexican laws plus all oficial modules
360+===================================================
361+
362+This module will install for you:
363+
364+ - oml module
365+
366+ - And all oficial modules (account, stock, mrp...)
367+ """,
368+ "website" : "http://www.vauxoo.com",
369+ "category" : "Localization/Application",
370+ "init_xml" : [],
371+ "demo_xml" : [],
372+ "update_xml" : [],
373+ "test" : [],
374+ "images" : [],
375+ "auto_install": False,
376+ "application": True,
377+ "installable": True,
378+}
379
380=== added directory 'oml_all/i18n'
381=== added file 'oml_all/i18n/oml.pot'
382--- oml_all/i18n/oml.pot 1970-01-01 00:00:00 +0000
383+++ oml_all/i18n/oml.pot 2014-02-19 16:18:03 +0000
384@@ -0,0 +1,16 @@
385+# Translation of OpenERP Server.
386+# This file contains the translation of the following modules:
387+#
388+msgid ""
389+msgstr ""
390+"Project-Id-Version: OpenERP Server 7.0\n"
391+"Report-Msgid-Bugs-To: \n"
392+"POT-Creation-Date: 2014-02-13 23:03+0000\n"
393+"PO-Revision-Date: 2014-02-13 23:03+0000\n"
394+"Last-Translator: <>\n"
395+"Language-Team: \n"
396+"MIME-Version: 1.0\n"
397+"Content-Type: text/plain; charset=UTF-8\n"
398+"Content-Transfer-Encoding: \n"
399+"Plural-Forms: \n"
400+
401
402=== added directory 'oml_all/static'
403=== added directory 'oml_all/static/src'
404=== added directory 'oml_all/static/src/img'
405=== added file 'oml_all/static/src/img/icon.png'
406Binary files oml_all/static/src/img/icon.png 1970-01-01 00:00:00 +0000 and oml_all/static/src/img/icon.png 2014-02-19 16:18:03 +0000 differ