Commit Graph

190 Commits

Author SHA1 Message Date
Jos De Graeve b86e0a4392 [FIX] Partner VAT Intra XML delaration: Vat number format correction
The Partner VAT Intra XML delaration needs to have the VAT number
in the format without the country code prefix.

The current behaviour was to include the country code prefix in the
report which causes an SQLException error on uploading the XML file
to the Federal goverment's website.  While the error is non-descriptive
fixing the VAT number format fixes the error.
2014-06-23 18:18:42 +02:00
Xavier ALT 8b3312e1f6 [FIX] l10n_be: fix no value in 'Code (Tax Code)' column on 'Print VAT Intra' preview report
bzr revid: xal@openerp.com-20131219145528-ppndys5c1jryefgk
2013-12-19 15:55:28 +01:00
Martin Trigaux e05991bac2 [MERGE] [FIX] l10n_be: force 2 digits for vat declaration to be accepted by official website (opw 592464), courtesy of Wim Audenaert
bzr revid: mat@openerp.com-20131118125017-ny42vjg3gs1k0d2e
2013-11-18 13:50:17 +01:00
Martin Trigaux 8c2b5d2316 [FIX] l10n_be: VAT reports needs to have explicitly two digits, rounded values not accepted (sigh)
bzr revid: mat@openerp.com-20130906150835-zwg7zum91d713154
2013-09-06 17:08:35 +02:00
Martin Trigaux 8806b2406f [MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic account assignment and replace it by the more common wizard in open state
bzr revid: mat@openerp.com-20130813122835-bvue248y36zkottt
2013-08-13 14:28:35 +02:00
Martin Trigaux 7773de66fe [FIX]l10n_be: use float instead of string for amont in vat_intra reports
bzr revid: mat@openerp.com-20130809122237-sym8vi6a24h0p2fc
2013-08-09 14:22:37 +02:00
Martin Trigaux fc8ec438a6 [FIX] l10n_be: Intracom VAT Declaration, fix amount precision, courtesy of Peter Langenberg
lp bug: https://launchpad.net/bugs/1157173 fixed

bzr revid: mat@openerp.com-20130726120439-ht316ko3hs2u3l76
2013-07-26 14:04:39 +02:00
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +02:00
Peter Langenberg fb9e4230a2 [FIX]l10n_be: Intracom VAT Declaration -> mask amountsum wrong (Case: Ref 590279)
bzr revid: skh@openerp.com-20130528110032-vmik2zctvlwr3rcr
2013-05-28 16:30:32 +05:30
Ravi Gohil (OpenERP) b5f14d797e [FIX] l10n_be: Belgian VAT declaration file generated by OpenERP not accepted by VAT web site as the amount in it may, all the time, not have 2 digits after decimal point. (Maintenance Case: 592464) Courtesy: Wim Audenaert
bzr revid: rgo@tinyerp.com-20130510110145-mk2gj7br772br795
2013-05-10 16:31:45 +05:30
Peter Langenberg 5e5345791c [FIX]l10n_be: Intracom VAT Declaration -> mask amountsum wrong (Case: Ref 590279)
bzr revid: skh@tinyerp.com-20130322100931-k09u7hyucfmgdco6
2013-03-22 15:39:31 +05:30
Geert Janssens 9749e4794d Make belgian chart of accounts multilingual
This allows it to be translated into Flemish.
The code is based on the code for l10n_ch.
Note that the post install hook 'l10n_be_wizard.yml' has
been replaced with a python hook in 'wizard/account_wizard.py'.
This was done because the yml based hook runs before the
actual translations are loaded and hence fails to
properly translate the chart of accounts.

Lastly, a first, incomplete translation has been included.

bzr revid: geert@kobaltwit.be-20130311203530-otzkg7ox3m9kmpcd
2013-03-11 21:35:30 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Fabien Pinckaers 8aee403faa [MERGE] fix belgian VAT statement
bzr revid: fp@tinyerp.com-20121113081246-vvwv5cvintjfg9gg
2012-11-13 09:12:46 +01:00
Mayur Maheshwari (OpenERP) ce2d38922e [FIX]l10_be : imp little bit
bzr revid: mma@tinyerp.com-20121105102102-sxbu9q584bp7gyfy
2012-11-05 15:51:02 +05:30
Mayur Maheshwari (OpenERP) 3518a4f2dc [IMP]10_be : improved code
bzr revid: mma@tinyerp.com-20121105101407-fsxjwisg9ajgim07
2012-11-05 15:44:07 +05:30
Dhruti Shastri b855f0bdd8 [FIX]l10_be : Wizard thorws error instead of User Friendly Warning
bzr revid: mma@tinyerp.com-20121105061518-9zixa8lr22z7v9j5
2012-11-05 11:45:18 +05:30
Quentin (OpenERP) bc44da05a1 [IMP] reports: use of FormatLang(amount, currency_obj=...) instead of printing currency.symbol directly in the report
bzr revid: qdp-launchpad@openerp.com-20121011094002-7unxi6bi2hh2u6k5
2012-10-11 11:40:02 +02:00
Fabien Pinckaers fcaf435c28 [MERGE]
bzr revid: fp@tinyerp.com-20120929085513-0iz1ozvko3o21x2e
2012-09-29 10:55:13 +02:00
Fabien Pinckaers 5ffbf77067 [MERGE] fixes in account
bzr revid: fp@tinyerp.com-20120920092726-5747f5kj14u26sb1
2012-09-20 11:27:26 +02:00
Turkesh Patel (Open ERP) 1db324a102 [FIX] improved code and improved view of the Partner VAT Listing wizard
bzr revid: tpa@tinyerp.com-20120913124857-q3g856yeihw9p934
2012-09-13 18:18:57 +05:30
Turkesh Patel (Open ERP) a931a9f298 [IMP] improved code of periodical vat declaration wizard.
bzr revid: tpa@tinyerp.com-20120913092814-eoxgnv0vzydpwfp3
2012-09-13 14:58:14 +05:30
Turkesh Patel (Open ERP) f29d02f20a [IMP] l10n_be:improved error typo.
bzr revid: tpa@tinyerp.com-20120913064030-7xpjf5ss7sdyjb81
2012-09-13 12:10:30 +05:30
Amit Bhavsar (Open ERP) 75a2c8432f Merge with latest addons.
bzr revid: amb@tinyerp.com-20120824133855-blxce4x2oezskbah
2012-08-24 19:08:55 +05:30
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Twinkle Christian (OpenERP) 4c17810919 [IMP]Remove type field from the views
bzr revid: tch@tinyerp.com-20120808130614-ppieuro8um3fylbt
2012-08-08 18:36:14 +05:30
Antonin Bourguignon fe5956057a [FIX] spelling: 'insufficient data' instead of 'data insufficient'
bzr revid: abo@openerp.com-20120807102326-sro2nxr4zn95zhs1
2012-08-07 12:23:26 +02:00
pso (OpenERP) e5da0e191b [MERGE] Merged with main branch
bzr revid: pso@tinyerp.com-20120725125332-7qe6b3l0fjryast2
2012-07-25 18:23:32 +05:30
Rajesh Prajapati (OpenERP) 71122ae47a [IMP]tooltip : I have changed the tooltip of fields as suggested
bzr revid: rpr@tinyerp.com-20120713101751-zokuph2bcpcmlfc5
2012-07-13 15:47:51 +05:30
Hardik e2055500f7 [IMP]l10n : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120713062113-20quan7unuji14qz
2012-07-13 11:51:13 +05:30
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +02:00
Raphael Collet 7416e2443f [IMP] small form view improvements
bzr revid: rco@openerp.com-20120629093256-np0ver7xyzam2qzm
2012-06-29 11:32:56 +02:00
Raphael Collet 5133bee1d5 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083024-rqhtbf9melkygg0m
2012-06-29 10:30:24 +02:00
Randhir Mayatra (OpenERP) a4b94dbee6 [USA] add cancel button
bzr revid: rma@tinyerp.com-20120627141917-bs9bg2j3dasy9n1y
2012-06-27 19:49:17 +05:30
Twinkle (OpenERP) 471037495c [IMP]Apply css class flow on wizards buttons
bzr revid: tch@tinyerp.com-20120626063119-5i93di16milljxap
2012-06-26 12:01:19 +05:30
Twinkle (OpenERP) 0e97cefe9e [IMP]Improve wizard button
bzr revid: tch@tinyerp.com-20120625100901-ucjbttxod55erqmf
2012-06-25 15:39:01 +05:30
Jigar Amin - OpenERP ae34954e1d [MERGE] lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn-highlight-tch
bzr revid: jam@tinyerp.com-20120620123242-tvm11xx0s3olkdif
2012-06-20 18:02:42 +05:30
Twinkle (OpenERP) 660cc67256 [IMP]Added highlight button on wizard
bzr revid: tch@tinyerp.com-20120620104923-z1hty740vn160fg9
2012-06-20 16:19:23 +05:30
Twinkle (OpenERP) 1c4476e8b6 [IMP]Improve wizard usability
bzr revid: tch@tinyerp.com-20120620073712-xql1mgekjyb7ufwv
2012-06-20 13:07:12 +05:30
Turkesh Patel (Open ERP) f13e03d069 [IMP] l10n_be: remove cancel button from wizard.
bzr revid: tpa@tinyerp.com-20120615124539-55r02ml2yycgxcro
2012-06-15 18:15:39 +05:30
Olivier Dony d496a2cb23 [FIX] *: Correct @version spec in new-style forms, after FP's recent merge
bzr revid: odo@openerp.com-20120611161014-19p6rd5qpkmmijmg
2012-06-11 18:10:14 +02:00
Fabien Pinckaers 3c8643ce4c [IMP] better form views, new guidelines
bzr revid: fp@tinyerp.com-20120609143904-ydwqfyb54atbcpvw
2012-06-09 16:39:04 +02:00
Fabien Pinckaers 1ad391c398 [IMP] form views
bzr revid: fp@tinyerp.com-20120607181950-0x1uwz0ef8p25m7u
2012-06-07 20:19:50 +02:00
Fabien Pinckaers 183ecc85e6 [IMP] form views
bzr revid: fp@tinyerp.com-20120607175655-5wbsn1wktm1qcccp
2012-06-07 19:56:55 +02:00
Amit Bhavsar (Open ERP) 4f8dddacbb [FIX] l10n_be : Added the vat code
lp bug: https://launchpad.net/bugs/934272 fixed

bzr revid: amb@tinyerp.com-20120510055444-urk5p583t8nuz4lt
2012-05-10 11:24:44 +05:30
Mayur Maheshwari (OpenERP) c71446957f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120426091833-ocminkwzjkntdkde
2012-04-26 14:48:33 +05:30
Raphael Collet b41d5bd21e [IMP] account*, l10n*: remove group_extended
bzr revid: rco@openerp.com-20120425134018-07gxnfs8m29nfucj
2012-04-25 15:40:18 +02:00
Mayur Maheshwari (OpenERP) 9e59ce8812 [IMP]all: Improve all typos
bzr revid: mma@tinyerp.com-20120424060532-ohrf0sxwq8rpq6ls
2012-04-24 11:35:32 +05:30