Amit Bhavsar (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-934272-amb into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #934272 in OpenERP Addons: "[trunk] l10n_be: Annual Listing Of
VAT-Subjected Customers should include VAT code '00'"
https://bugs.launchpad.net/openobject-addons/+bug/934272
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-934272-amb/+merge/105297
Hello,
I have added the Vat code '00' in sql query. now It's looking like : c.code IN
('00','01','02','03','45','49') at line no(73).
Thanks!
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-934272-amb/+merge/105297
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-934272-amb.
=== modified file 'l10n_be/wizard/l10n_be_partner_vat_listing.py'
--- l10n_be/wizard/l10n_be_partner_vat_listing.py 2012-03-07 12:04:37 +0000
+++ l10n_be/wizard/l10n_be_partner_vat_listing.py 2012-05-10 06:08:21 +0000
@@ -70,7 +70,7 @@
FROM account_move_line l
LEFT JOIN res_partner p ON l.partner_id = p.id
LEFT JOIN account_tax_code c ON l.tax_code_id = c.id
- WHERE c.code IN ('01','02','03','45','49')
+ WHERE c.code IN ('00','01','02','03','45','49')
AND l.partner_id IN %s
AND l.period_id IN %s
GROUP BY l.partner_id, p.name, p.vat) AS sub1
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp