Merge lp:~openerp-community/openobject-addons/rocket_l10n_gt into lp:openobject-addons

Proposed by Rocket
Status: Merged
Merged at revision: 4671
Proposed branch: lp:~openerp-community/openobject-addons/rocket_l10n_gt
Merge into: lp:openobject-addons
Diff against target: 37 lines (+4/-2)
1 file modified
l10n_gt/l10n_gt_base.xml (+4/-2)
To merge this branch: bzr merge lp:~openerp-community/openobject-addons/rocket_l10n_gt
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+58053@code.launchpad.net

Commit message

Changed the price_include field on VAT taxes from False to True

Description of the change

Fixes Bug #764050: price_include not set on l10n_gt taxes

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

Hello Rocket,

Thanks for the merge proposal we will merge this soon in addons.

Regards,
mra

4644. By tfr (Openerp)

[CLEAN] remove duplicate method _check_dates in project

4645. By tfr (Openerp)

[MERGE] bug lp:746265

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_gt/l10n_gt_base.xml'
2--- l10n_gt/l10n_gt_base.xml 2011-01-14 00:11:01 +0000
3+++ l10n_gt/l10n_gt_base.xml 2011-04-17 23:08:14 +0000
4@@ -47,7 +47,7 @@
5 <record id="impuestos_plantilla_iva_por_cobrar" model="account.tax.template">
6 <field name="chart_template_id" ref="cuentas_plantilla"/>
7 <field name="name">IVA por Cobrar</field>
8- <field eval="0.12" name="amount"/>
9+ <field name="amount" eval="0.12"/>
10 <field name="type">percent</field>
11 <field name="account_collected_id" ref="cta110301"/>
12 <field name="account_paid_id" ref="cta110301"/>
13@@ -56,6 +56,7 @@
14 <field name="ref_base_code_id" ref="impuestos_base_iva_compras"/>
15 <field name="ref_tax_code_id" ref="impuestos_iva_por_cobrar"/>
16 <field name="type_tax_use">purchase</field>
17+ <field name="price_include" eval="True"/>
18 </record>
19
20 <!-- Ventas e IVA por Pagar -->
21@@ -63,7 +64,7 @@
22 <record id="impuestos_plantilla_iva_por_pagar" model="account.tax.template">
23 <field name="chart_template_id" ref="cuentas_plantilla"/>
24 <field name="name">IVA por Pagar</field>
25- <field eval="0.12" name="amount"/>
26+ <field name="amount" eval="0.12"/>
27 <field name="type">percent</field>
28 <field name="account_collected_id" ref="cta210201"/>
29 <field name="account_paid_id" ref="cta210201"/>
30@@ -72,6 +73,7 @@
31 <field name="ref_base_code_id" ref="impuestos_base_iva_ventas"/>
32 <field name="ref_tax_code_id" ref="impuestos_iva_por_pagar"/>
33 <field name="type_tax_use">sale</field>
34+ <field name="price_include" eval="True"/>
35 </record>
36
37 </data>

Subscribers

People subscribed via source and target branches

to all changes: