Merge lp:~vauxoo/openerp-venezuela-localization/barbara-l10n_ve_withholding_muni into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Barbara Roa (vauxoo)
Status: Rejected
Rejected by: Israel Fermin Montilla
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/barbara-l10n_ve_withholding_muni
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 56 lines (+5/-5)
3 files modified
l10n_ve_withholding_muni/wh_muni.py (+3/-3)
l10n_ve_withholding_muni/wh_muni_report.xml (+1/-1)
l10n_ve_withholding_muni/wh_muni_view.xml (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/barbara-l10n_ve_withholding_muni
Reviewer Review Type Date Requested Status
Israel Fermin Montilla (community) Needs Fixing
Review via email: mp+78500@code.launchpad.net

Description of the change

translation of module: ln10_ve_withholding_muni

To post a comment you must log in.
Revision history for this message
Israel Fermin Montilla (iferminm) wrote :

es_VE.po translation file is missing, it does not appear on diff.

review: Needs Fixing

Unmerged revisions

420. By Barbara Roa (vauxoo)

[ADD]translation of module l10n_ve_withholding_muni

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding_muni/wh_muni.py'
2--- l10n_ve_withholding_muni/wh_muni.py 2011-09-25 23:55:38 +0000
3+++ l10n_ve_withholding_muni/wh_muni.py 2011-10-06 20:39:14 +0000
4@@ -77,7 +77,7 @@
5 ('confirmed', 'Confirmed'),
6 ('done','Done'),
7 ('cancel','Cancelled')
8- ],'Estado', readonly=True, help="Estado del Comprobante"),
9+ ],'Status', readonly=True, help="Receipt Status"),
10 'date_ret': fields.date('Withholding date', readonly=True, states={'draft':[('readonly',False)]}, help="Keep empty to use the current date"),
11 'date': fields.date('Date', readonly=True, states={'draft':[('readonly',False)]}, help="Date"),
12 'period_id': fields.many2one('account.period', 'Force Period', domain=[('state','<>','done')], readonly=True, states={'draft':[('readonly',False)]}, help="Keep empty to use the period of the validation(Withholding date) date."),
13@@ -86,7 +86,7 @@
14 'currency_id': fields.many2one('res.currency', 'Currency', required=True, readonly=True, states={'draft':[('readonly',False)]}, help="Currency"),
15 'journal_id': fields.many2one('account.journal', 'Journal', required=True,readonly=True, states={'draft':[('readonly',False)]}, help="Journal entry"),
16 'company_id': fields.many2one('res.company', 'Company', required=True, help="Company"),
17- 'munici_line_ids': fields.one2many('account.wh.munici.line', 'retention_id', 'Local withholding lines', readonly=True, states={'draft':[('readonly',False)]}, help="Facturas a la cual se realizarán las retenciones"),
18+ 'munici_line_ids': fields.one2many('account.wh.munici.line', 'retention_id', 'Local withholding lines', readonly=True, states={'draft':[('readonly',False)]}, help="Invoices Which Deductions Will Be Made Facturas a la cual se realizarán las retenciones"),
19 'amount': fields.float('Amount', required=False, digits_compute= dp.get_precision('Withhold'), help="Amount withheld"),
20 'move_id':fields.many2one('account.move', 'Account Entry'),
21
22@@ -166,7 +166,7 @@
23 if len(period_ids):
24 period_id = period_ids[0]
25 else:
26- raise osv.except_osv(_('Warning !'), _("No se encontro un periodo fiscal para esta fecha: '%s' por favor verificar.!") % (ret.date_ret or time.strftime('%Y-%m-%d')))
27+ raise osv.except_osv(_('Warning !'), _("Not Found A Fiscal Period for this date: '%s' Please Check.!") % (ret.date_ret or time.strftime('%Y-%m-%d')))
28
29 if ret.munici_line_ids:
30 for line in ret.munici_line_ids:
31
32=== modified file 'l10n_ve_withholding_muni/wh_muni_report.xml'
33--- l10n_ve_withholding_muni/wh_muni_report.xml 2011-09-12 16:34:55 +0000
34+++ l10n_ve_withholding_muni/wh_muni_report.xml 2011-10-06 20:39:14 +0000
35@@ -6,7 +6,7 @@
36 model="account.wh.munici"
37 name="wh.muni_rep"
38 rml="l10n_ve_withholding_muni/report/wh_muni_report.rml"
39- string="Comprobante Retencion Municipal"
40+ string="Receipt Whithholding Municipal"
41 header="False"
42 auto="False" />
43
44
45=== modified file 'l10n_ve_withholding_muni/wh_muni_view.xml'
46--- l10n_ve_withholding_muni/wh_muni_view.xml 2011-10-05 15:30:11 +0000
47+++ l10n_ve_withholding_muni/wh_muni_view.xml 2011-10-06 20:39:14 +0000
48@@ -30,7 +30,7 @@
49 <field name="arch" type="xml">
50 <form string="Local Withholding line ">
51 <notebook>
52- <page string="Linea">
53+ <page string="Line">
54 <field name="invoice_id" on_change="onchange_invoice_id(invoice_id)" domain="[('state', '=', 'open'), ('partner_id','=',parent.partner_id), ('ret_munici', '=', False)]"/>
55 <field colspan="4" name="name" select="1"/>
56 <field name="wh_loc_rate"/>