Commit Graph

240 Commits

Author SHA1 Message Date
Meera Trambadia (OpenERP) e2a7f5846f [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20111007092306-2gjb2hvyad9hrklx
2011-10-07 14:53:06 +05:30
Meera Trambadia (OpenERP) 0acdeca7f0 [IMP] account:changed variable name in yml
bzr revid: mtr@tinyerp.com-20111007090929-r4fe37bj032izum1
2011-10-07 14:39:29 +05:30
Meera Trambadia (OpenERP) 2b52cd1ffb [IMP] account:removed assigned payment term on partner and tax on account in yml
bzr revid: mtr@tinyerp.com-20111007070606-8l80xittmd05oabb
2011-10-07 12:36:06 +05:30
Meera Trambadia (OpenERP) 56f1d09108 [IMP] account:checked methods of account.move.line in yml as per the coverage
bzr revid: mtr@tinyerp.com-20111007064759-82f2p5rwlnhhivoq
2011-10-07 12:17:59 +05:30
Olivier Dony 7550c5c6f4 [IMP] account: various fixes/review in EDI + auto-email
bzr revid: odo@openerp.com-20111006113651-3otsv1n2cwc56xk1
2011-10-06 13:36:51 +02:00
Olivier Dony 05497056de [IMP] account: edi export/import review
bzr revid: odo@openerp.com-20111005003409-7umxxyebrh6jf8r2
2011-10-05 02:34:09 +02:00
Meera Trambadia (OpenERP) aa89c87d58 [IMP] account:assigned dynamic value to period_id in yml
bzr revid: mtr@tinyerp.com-20111004130856-hkxmjkt241xtk42q
2011-10-04 18:38:56 +05:30
Antony Lesuisse 92300c9c63 [IMP] Remove account sequence code madness
bzr revid: al@openerp.com-20111001093437-hplwdkq57wcspcv9
2011-10-01 11:34:37 +02:00
Meera Trambadia (OpenERP) a9e3399de1 [IMP] account:checked bank statement methods in yml
bzr revid: mtr@tinyerp.com-20110930054917-rr1x3lg3usjizwfx
2011-09-30 11:19:17 +05:30
Olivier Dony b4d35641bd [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110929110856-tto1jwqaievdr3d4
2011-09-29 13:08:56 +02:00
Meera Trambadia (OpenERP) cac1089735 [IMP] account:checked recurring lines in yaml
bzr revid: mtr@tinyerp.com-20110929073001-faoje9fiusjrtsjd
2011-09-29 13:00:01 +05:30
Meera Trambadia (OpenERP) c203d5a328 [IMP] account:checked methods of account.move and account.tax.code in yaml
bzr revid: mtr@tinyerp.com-20110928052343-v9p013w0m29s3auw
2011-09-28 10:53:43 +05:30
Meera Trambadia (OpenERP) cc859a5483 [IMP] account:checked account.invoice.tax methods in yaml
bzr revid: mtr@tinyerp.com-20110923125517-iic02jmwwviv8t4k
2011-09-23 18:25:17 +05:30
Meera Trambadia (OpenERP) 8dae11efc2 [IMP] account:checked onchange methods and pay_and_reconcile() of invoice.py in yaml
bzr revid: mtr@tinyerp.com-20110923084721-gib6ggd6s7b7vdrj
2011-09-23 14:17:21 +05:30
psi(Open ERP) bf7ca9620e [IMP] account:checked compute method of account.payment.term
bzr revid: mtr@tinyerp.com-20110921124902-dahblg9b8pkpgws2
2011-09-21 18:19:02 +05:30
Hardik Ansodariy (OpenERP) db0891338c [IMP] improved yml for edi purchase and invoice
bzr revid: han@tinyerp.com-20110916073818-gm51odbv6e9yla02
2011-09-16 13:08:18 +05:30
Harry (OpenERP) c17142a45b [FIX] edi: correct yml and remove stuff to change model into sale and puchase EDI
bzr revid: hmo@tinyerp.com-20110916064319-63zc227t9g8cxao2
2011-09-16 12:13:19 +05:30
Hardik Ansodariy (OpenERP) cbc18d6479 [IMP] improved yml for edi sale,purchase and account invoice
bzr revid: han@tinyerp.com-20110915133213-i67qac35o1q1rtyv
2011-09-15 19:02:13 +05:30
Hardik Ansodariy (OpenERP) b62a47f36b [update]
bzr revid: han@tinyerp.com-20110915084635-p0qvmfjk98zbve70
2011-09-15 14:16:35 +05:30
Harry (OpenERP) fa80282887 [FIX] edi: correct datas of email_template
bzr revid: hmo@tinyerp.com-20110915053043-a6f2d7ecwfbzspu1
2011-09-15 11:00:43 +05:30
Harry (OpenERP) 4dc536c8ce [IMP] account: improve edi import of invoice to split in different stuff
[IMP] sale: edi import process and correct EDI struct on exort
[IMP] purchase: edi import process and correct EDI struct on export

bzr revid: hmo@tinyerp.com-20110913125923-2gbhgd1vzyd2qrwy
2011-09-13 18:29:23 +05:30
Harry (OpenERP) 2be7b506b5 [MERGE] account:
add new field paypal_account in res.company to contains the paypal username (usually email).
improve email template of account invoice
correct logic of opt-out. it was reversed implemented.

bzr revid: hmo@tinyerp.com-20110826110914-4x3ol3te9v416f6o
2011-08-26 16:39:14 +05:30
Vo Minh Thu e56e526393 [FIX] account: corrected reports:
- a many2many is _inherited; this means the relation table points to the original
model, not to the actual model used in the wizard. This patch redefines explicitely
the many2many in each _inheriting model.
- In action_account_pl_report, target_move default is False. The test provides a
value (this is a required field).

bzr revid: vmt@openerp.com-20110718141157-aicd8mry14aj36yp
2011-07-18 16:11:57 +02:00
Hardik Ansodariy (OpenERP) c0520f35cc [MERGE]:adding new demo file for server action
bzr revid: han@tinyerp.com-20110630133757-edmaamzw2u26qtl8
2011-06-30 19:07:57 +05:30
Harry (OpenERP) 0441c97c5c [REVIEW] account: correct YML of EDI
bzr revid: hmo@tinyerp.com-20110629054452-2e0vsmleaouos6zv
2011-06-29 11:14:52 +05:30
Harry (OpenERP) 835ed95c6a [MERGE]
bzr revid: hmo@tinyerp.com-20110629052722-ib5hdr0wrs3g8dnk
2011-06-29 10:57:22 +05:30
Hardik Ansodariy (OpenERP) eb6ce89ded [EDI]:validatin customer invoice
bzr revid: han@tinyerp.com-20110628134326-mshgzeqqfjg5jevm
2011-06-28 19:13:26 +05:30
Harry (OpenERP) 3154cb9652 [REF] account, edi: refactor code of edi_import method
bzr revid: hmo@tinyerp.com-20110627122616-15e6y17d29bbricb
2011-06-27 17:56:16 +05:30
Harry (OpenERP) b2f73c0010 [REVIEW+IMP] account, EDI: clean export_edi method of account.invoice
bzr revid: hmo@tinyerp.com-20110627083228-cmiuptih2y8kjlqd
2011-06-27 14:02:28 +05:30
Harry (OpenERP) b38230cafb [MERGE]
bzr revid: hmo@tinyerp.com-20110627065331-gh3k8tlnwylpa9m1
2011-06-27 12:23:31 +05:30
Harry (OpenERP) bcc1819e49 [MERGE]
bzr revid: hmo@tinyerp.com-20110627064949-pekb42rinevh4j3e
2011-06-27 12:19:49 +05:30
Amit Parmar (OpenERP) 66356f01af [EDI] Final Tesing Ymal
bzr revid: aar@tinyerp.com-20110624131117-x517otc1yc1f2r97
2011-06-24 18:41:17 +05:30
Amit Parmar (OpenERP) 77b2a20d81 [EDI]:customer invoice testing through yml
bzr revid: aar@tinyerp.com-20110623134207-soeh9tgaknfhp6hf
2011-06-23 19:12:07 +05:30
Amit Parmar (OpenERP) df0bbd0650 [EDI] refactor code of specific import
bzr revid: aar@tinyerp.com-20110621133026-ll3afhk9qhwx52is
2011-06-21 19:00:26 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
mtr 6c2dc909c1 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
bzr revid: mtr@mtr-20110105082702-0vy3oe5t2etwfm52
2011-01-05 13:57:02 +05:30
mtr fd120595c6 [IMP] account*,crm*,hr*,auction,delivery,event:changed static date of 2010 to current date
bzr revid: mtr@mtr-20110105072914-mnmacnml1n6inkyh
2011-01-05 12:59:14 +05:30
Mustufa Rangwala 4c002629ee [REM] Account: Remove account voucher report and its related changes to yaml of reports
bzr revid: mra@mra-laptop-20110104122009-zzot2zjodwpl68o2
2011-01-04 17:50:09 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
apa (OpenERP) df148e7716 [IMP/REM]:remove unused line in yml and move yml code in test/account_report.yml file.
bzr revid: apa@tinyerp.com-20101223084431-j403ji4hpjs8b6ez
2010-12-23 14:14:31 +05:30
apa (OpenERP) 63a18c1ee5 [IMP]:improved code
bzr revid: apa@tinyerp.com-20101222091844-2zcr2sanompfzw2n
2010-12-22 14:48:44 +05:30
apa (OpenERP) 1aca8bc410 [IMP]:improved code
bzr revid: apa@tinyerp.com-20101222070427-5f3u7rtg25qimf38
2010-12-22 12:34:27 +05:30
apa (OpenERP) bad3fe500a [IMP]:account:imprved yml for general ledger to print report with wizard.
bzr revid: apa@tinyerp.com-20101222055650-qqydj244rrdszz9s
2010-12-22 11:26:50 +05:30
apa (OpenERP) 0a850243fa [IMP]:improved journal reports with wizard.
bzr revid: apa@tinyerp.com-20101221124700-mf3oq2ea02ncqikg
2010-12-21 18:17:00 +05:30
apa (OpenERP) a6a6a1319c [IMP]:account:improved balance sheet report with printed wizard.
bzr revid: apa@tinyerp.com-20101221122621-yme2varfddcjht2t
2010-12-21 17:56:21 +05:30
apa (OpenERP) 74a5eab629 [IMP]:account:improved Profit and Loss report with printed wizard.
bzr revid: apa@tinyerp.com-20101221073701-4yton7mfoq1f7pya
2010-12-21 13:07:01 +05:30
apa (OpenERP) 0d7fee1423 [IMP]:account:improved yml for print report using wizard.
bzr revid: apa@tinyerp.com-20101220132337-97211kdmyybl7p4e
2010-12-20 18:53:37 +05:30
P. Christeas 61560695f4 account/test: simplify Aged Partner Balance report, reduce imports
It has been importing md5, hashlib, warnings, netsvc and tools, which
are not really appropriate for testing code. Instead, port to the
"test_reports" testing helper.

The rest of the file needs to be ported, too. TODO.

bzr revid: p_christ@hol.gr-20101127201630-zaaowb4oaoxvxlv1
2010-11-27 22:16:30 +02:00
qdp-launchpad@tinyerp.com 014cd44400 [IMP] account, fiscalyear end of year entries generation: small misc improvments
bzr revid: qdp-launchpad@tinyerp.com-20101116121658-31enzyskxpceo312
2010-11-16 13:16:58 +01:00
rch-openerp 97a282188c [IMP]: Solve bug releted yml test case.
bzr revid: rch@tinyerp.com-20101112124501-2hm3bm5zslarks28
2010-11-12 18:15:01 +05:30
apa-tiny 848c94ec7a merged from trunk
bzr revid: apa@tinyerp.com-20101111044452-hegecz6bh3se2hxb
2010-11-11 10:14:52 +05:30
rch-openerp 3f1792f3fd [IMP]: Remove commented code.
bzr revid: rch@tinyerp.com-20101201073047-807u4aov4ev1p17l
2010-12-01 13:00:47 +05:30
apa-tiny 4e7fbfec59 [MERGE]
bzr revid: apa@tinyerp.com-20101028114513-r0zu13b6fwgsfq4o
2010-10-28 17:15:13 +05:30
Mustufa Rangwala 859a492340 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101028101534-16fqtdcltf8as2ib
2010-10-28 15:45:34 +05:30
Harry (OpenERP) 2cf297f028 [FIX] account, point_of_sale: remove force_allow feature due to security issue on opening account cash statement
bzr revid: hmo@tinyerp.com-20101028071827-2nap7ev4f6w8n1fy
2010-10-28 12:48:27 +05:30
saz-OpenERP 17aa989125 [IMP]account:improves the account_report.yml file
bzr revid: azaz.201186@gmail.com-20101028071317-s1taf3jny0jjesd2
2010-10-28 12:43:17 +05:30
saz-OpenERP 2ccfe18b27 [IMP]account:improves the account_report.yml file
bzr revid: azaz.201186@gmail.com-20101028061953-x0fm55elsv1f98b3
2010-10-28 11:49:53 +05:30
vth e531cce3fc [Fix] account: indentation in account_report.yml file
bzr revid: vth@tinyerp.com-20101027124406-1h87n8ykzh6h58kn
2010-10-27 18:14:06 +05:30
Mustufa Rangwala dd271353a9 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101027105819-cmpjwyq11x18173v
2010-10-27 16:28:19 +05:30
Harry (OpenERP) abc40474e0 [FIX] account: fixed yml issue of account cash statement
bzr revid: hmo@tinyerp.com-20101027103208-xvtzje41n2rb5kl1
2010-10-27 16:02:08 +05:30
qdp-launchpad@tinyerp.com 563ef33b6f [IMP] account: renamed 'Validate Journal Entries' with 'Post Journal Entries'
bzr revid: qdp-launchpad@tinyerp.com-20101026160604-uzm6utbafond9915
2010-10-26 18:06:04 +02:00
mtr 14798ab61e [IMP] account:-corrected the numeric values in yml
bzr revid: mtr@mtr-20101022093605-uq1t30hlvz9mk906
2010-10-22 15:06:05 +05:30
ARA (OpenERP) 5601e8e984 [FIX] account,account_invoice_layout,l10n_ch,report_intrastate: Fix the warning of account.invoice
bzr revid: ara@tinyerp.com-20101019111423-lv2fndb2rvuw920v
2010-10-19 16:44:23 +05:30
Antony Lesuisse 431972ddf8 [FIX] move price accuracy test from demo to test
bzr revid: al@openerp.com-20101018185748-decvy726t9qe0qne
2010-10-18 20:57:48 +02:00
qdp-launchpad@tinyerp.com 55fe741d5f [MERGE] merged the team 1 branch
bzr revid: qdp-launchpad@tinyerp.com-20101018122434-zam6wvy5kzka3zxj
2010-10-18 14:24:34 +02:00
uco (OpenERP) ed4308e114 [FIX] account: Removed mx.DateTime used in yml.
bzr revid: uco@tinyerp.com-20101018115615-abpxhc8d1fewh8wv
2010-10-18 17:26:15 +05:30
ARA (OpenERP) 83ee9b8ad8 [FIX] Fix the account_report hashlib warning
bzr revid: ara@tinyerp.com-20101018062227-glgvdh89pl03ndqu
2010-10-18 11:52:27 +05:30
Mustufa Rangwala 08a7b6daa0 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018053340-91whv0hocvv156sa
2010-10-18 11:03:40 +05:30
Fabien Pinckaers ea969153db [IMP+FIX] improvements patches from xrg
bzr revid: fp@tinyerp.com-20101017173000-m208j7b6kges3zlc
2010-10-17 19:30:00 +02:00
psi (Open ERP) a9622693c3 [ADD] account: Add YML test for Cash Statement
bzr revid: psi@tinyerp.co.in-20101015111330-xww41v0tnhoex42o
2010-10-15 16:43:30 +05:30
psi (Open ERP) db483e1145 [ADD] account: Add yml test for account bank statement
bzr revid: psi@tinyerp.co.in-20101015062149-lypn3njs9dd4c5rg
2010-10-15 11:51:49 +05:30
mtr ac904cb3a1 [IMP] account:-removed an empty block from yml file
bzr revid: mtr@mtr-20101013051446-dx4c94b23n6gz677
2010-10-13 10:44:46 +05:30
vra 4685282c4b [MERGE][IMP] account_voucher: restore the previous commit lost changes in some reports of hr payroll.
bzr revid: vra@tinyerp.com-20101011125646-4qjzb2gr2lbjqe0v
2010-10-11 18:26:46 +05:30
ARA (OpenERP) 6b8353e933 [FIX] Fix the account yml warning
bzr revid: ara@tinyerp.com-20101011112845-tii4g0uiokjmdp24
2010-10-11 16:58:45 +05:30
Jni (Open ERP) 6b4820d9ba [IMP]:Partner_Balance report
bzr revid: jni@tinyerp.com-20101005093244-59nlh8yp253s9ii2
2010-10-05 15:02:44 +05:30
Jni (Open ERP) 810351b16a [IMP]:Changes in Account and hr_holidays reports
bzr revid: jni@tinyerp.com-20101004084909-anda3v1tymjkh5v1
2010-10-04 14:19:09 +05:30
SAz ac94e1a34d [IMP]:improved
bzr revid: apa@tinyerp.com-20100930065827-l4a3ak55gd1wu6nf
2010-09-30 12:28:27 +05:30
SKH(OpenERP) 88ea0ea234 [REF] Corrections
bzr revid: jvo@tinyerp.com-20100927175335-0drt398ro1lgbxyg
2010-09-27 23:23:35 +05:30
VTH(OpenERP) eba1d24dd1 [REF]
bzr revid: mra@mra-laptop-20100924131451-kjc52601agv2xfhg
2010-09-24 18:44:51 +05:30
vra fc3f322749 [REM] account: removed the yml test code for compare account balance report.
bzr revid: vra@tinyerp.com-20100924112623-5h1t8aa42clwsa69
2010-09-24 16:56:23 +05:30
Mustufa Rangwala faa65d6f47 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20100923131716-fl198yu7ts850z7d
2010-09-23 18:47:16 +05:30
Anup (OpenERP) cc84c31d1b [FIX] account : YML test of currency Corrected
bzr revid: ach@tinyerp.com-20100923123107-cln1mtwionpkj56j
2010-09-23 18:01:07 +05:30
Mustufa Rangwala d9f53e6235 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20100923103638-pzoaw3sjrbw7mm0p
bzr revid: mra@mra-laptop-20100923112757-jmvpnxflmzcekykh
2010-09-23 16:57:57 +05:30
PAP(OpenERP) 63682313aa [FIX] Account: yaml
bzr revid: mra@mra-laptop-20100923112600-ndyhrfcjglc79m6e
2010-09-23 16:56:00 +05:30
pap (openerp) 1f36c4b2dd [IMP] Account: evaluated dates rather then using static dates in yml test files for fiscal year testing
bzr revid: pap@tinyerp.co.in-20100923071926-uuqu681w78pf7ka2
2010-09-23 12:49:26 +05:30
Xavier Morel e334e9db44 [REM] print statement in parent_structure accounting test
bzr revid: xmo@openerp.com-20100922061311-0iwcxfh24h7hkewr
2010-09-22 11:43:11 +05:30
Xavier Morel c2a364bff0 [REM] print statement in change_currency accounting test
bzr revid: xmo@openerp.com-20100922061209-s0p1ccf7k0f3t2va
2010-09-22 11:42:09 +05:30
Xavier Morel 23617797f5 [REM] print statements from account/test/account_report.yml
bzr revid: xmo@openerp.com-20100922061004-lv61ehfjflmnzben
2010-09-22 11:40:04 +05:30
Fabien Pinckaers be8fcf14fb fix
bzr revid: fp@tinyerp.com-20100919133512-fy0g0jhn0drpx96h
2010-09-19 15:35:12 +02:00
Jay (OpenERP) c78bd45a44 [IMP] Account_voucher : YML test added for reports
bzr revid: jvo@tinyerp.com-20100917130900-x624xz5tasmi8w70
2010-09-17 18:39:00 +05:30
Jay (OpenERP) c8e1c45943 [IMP/FIX] Account : Completion of test for reports
bzr revid: jvo@tinyerp.com-20100916212723-i9dvncrwn6p0w629
2010-09-17 02:57:23 +05:30
Jay (OpenERP) 416220ea90 [IMP/FIX] Account : More yml test for reports
bzr revid: jvo@tinyerp.com-20100916163839-wraq5zl13tb0xdow
2010-09-16 22:08:39 +05:30
Jay (OpenERP) 4d247a148f [IMP/FIX] Account : More yml test for reports
bzr revid: jvo@tinyerp.com-20100916155803-b5be6vb8e6lxcxqd
2010-09-16 21:28:03 +05:30
Jay (OpenERP) b8fe856fb9 [Merge]
bzr revid: jvo@tinyerp.com-20100916152111-pc7b8aetftqtzw3q
2010-09-16 20:51:11 +05:30
Jay (OpenERP) 3f9135bdd2 [IMP/FIX] Account : More yml test for reports
bzr revid: jvo@tinyerp.com-20100916144414-vrfifojv7rfok1x2
2010-09-16 20:14:14 +05:30
Jay (OpenERP) 15549773ea [IMP/FIX] Account : More yml test for reports
bzr revid: jvo@tinyerp.com-20100916120521-oddmrks30kdvbqfe
2010-09-16 17:35:21 +05:30
Jay (OpenERP) 9deb5b1ca9 [IMP/FIX] Account : More yml test for reports
bzr revid: jvo@tinyerp.com-20100916104935-xe97uoo2f3n5cwlt
2010-09-16 16:19:35 +05:30
Jay (OpenERP) e268102b8d [IMP] Account : Added yml report test for account balance landscape report
bzr revid: jvo@tinyerp.com-20100916083341-lsf0o0tar99zn3rb
2010-09-16 14:03:41 +05:30
Jay (OpenERP) e983503c66 [IMP] Account : Added yml test for aged partner balance report
bzr revid: jvo@tinyerp.com-20100916054015-vqg00y3oa2uqglsx
2010-09-16 11:10:15 +05:30
Anup (OpenERP) b0dfb8e3ad [IMP] auction: added yml for report test
bzr revid: ach@tinyerp.com-20100915142539-0ypa4adhrkpi91dz
2010-09-15 19:55:39 +05:30
Anup (OpenERP) 6ccc0c7027 [IMP] account : testing for yml report added
bzr revid: ach@tinyerp.com-20100915121534-xo7hpvzfluu2rrse
2010-09-15 17:45:34 +05:30
Mustufa Rangwala 84d412dd02 [FIX] Account: Use model YAML
bzr revid: mra@mra-laptop-20100909042037-z0m2h8zm0lwbl6fx
2010-09-09 09:50:37 +05:30
pap (openerp) 1b76e5a85e [IMP] Account: improved account_use_model.yml for use_model wizard
bzr revid: pap@tinyerp.co.in-20100906093800-l0h3pvihjwz8rq4w
2010-09-06 15:08:00 +05:30
Mustufa Rangwala 78cd59d36b [FIX] Account: YAML -> fiscal year close
bzr revid: mra@mra-laptop-20100906045542-atqf8fp0hgekk0pb
2010-09-06 10:25:42 +05:30
Mustufa Rangwala 0039579a2c [FIX] Account: YAML -> use model
bzr revid: mra@mra-laptop-20100906045124-j6zd4hsb7mesn7pg
2010-09-06 10:21:24 +05:30
Mustufa Rangwala d0ff498538 [FIX] Account: YAML -> use model
bzr revid: mra@mra-laptop-20100906044852-lpm3pqrsadeigrs4
2010-09-06 10:18:52 +05:30
Mustufa Rangwala ee4b240637 [FIX] Account: YAML
bzr revid: mra@mra-laptop-20100906044024-7f89m5svbfe411fl
2010-09-06 10:10:24 +05:30
Fabien Pinckaers 590184a89c [FIX] move validation
bzr revid: fp@tinyerp.com-20100901165505-gpalmu0zqhox3eon
2010-09-01 18:55:05 +02:00
Fabien Pinckaers d16ca8293d fix
bzr revid: fp@tinyerp.com-20100901161624-oy1cvs4i3sfhu90i
2010-09-01 18:16:24 +02:00
Mustufa Rangwala a6fbfbf1d9 [MERGE] Merge with trunk addons
bzr revid: mra@mra-laptop-20100901120004-s5bs8mnk0vvhe3vn
2010-09-01 17:30:04 +05:30
Harry (OpenERP) 8f52e7ee73 [FIX] account: yml issue
bzr revid: hmo@tinyerp.com-20100901104700-68b8cb6ztqda40dx
2010-09-01 16:17:00 +05:30
Mustufa Rangwala bfd0d4a7f5 [MERGE] Merge with trunk addons
bzr revid: mra@mra-laptop-20100901033318-icnp7o8y1hcm127n
2010-09-01 09:03:18 +05:30
Mustufa Rangwala 18bd5278ee [FIX] Account: YAML for validate move
bzr revid: mra@mra-laptop-20100830113518-j7mz4nt56200ojgh
2010-08-30 17:05:18 +05:30
Mustufa Rangwala 603126eb1d [FIX] Account: YAML for pay invoice wizard removed so update the yaml
bzr revid: mra@mra-laptop-20100830061910-ayli8equauj3m7ur
2010-08-30 11:49:10 +05:30
P. Christeas 54bff6fd4c account: fix yaml tests
Logic at move creation must be more apparent. If move validation fails, the
exception shall be propagated.

Conflicts:

	account/test/account_customer_invoice.yml
	account/test/account_validate_account_move.yml

bzr revid: p_christ@hol.gr-20100830223847-1afkt4kbilf5a2t8
2010-08-31 01:38:47 +03:00
Mustufa Rangwala 9b862f511e [IMP] Account: Refund invoice: Replace three button on wizard with seletion box, Improvement accoridingly
bzr revid: mra@mra-laptop-20100825060116-cak2oyugj58fszlp
2010-08-25 11:31:16 +05:30
qdp-launchpad@tinyerp.com 666510526b [IMP] account: replaced 'Ledger Posting' terms
bzr revid: qdp-launchpad@tinyerp.com-20100824130622-y3tujja6qw489as6
2010-08-24 15:06:22 +02:00
pap@tinyerp.com 4bfa139099 [FIX]: improvement and fix proposed by the pap@tinyerp.com
bzr revid: mga@tinyerp.com-20100814143022-7jks4ktnghiyqhtt
2010-08-14 20:00:22 +05:30
Mantavya Gajjar aef424a9f2 [FIX/IMP]: fix a problem of journal entries (remove selection widget on period_id)
[IMP]: implement name_search for account move 
[IMP]: implement on_change_date for account move line, it will change the period
[FIX]: now it is possible to link existing lines with existing move -> remove readonly attribute on move_id under object account.move.line

bzr revid: mga@tinyerp.com-20100812201733-s0os5160atacra6e
2010-08-13 01:47:33 +05:30
PAP(OpenERP) 931315680f [FIX] Account: yaml
bzr revid: mra@mra-laptop-20100729071003-9610bmzflwd1tk1c
2010-07-29 12:40:03 +05:30
Mantavya Gajjar f90ce504a4 [IMP]: improve a accounting module
account
account voucher
account voucher payment

bzr revid: mga@tinyerp.com-20100728183557-ykq5kiqea2tv73ze
2010-07-29 00:05:57 +05:30
Numerigraphe - Lionel Sausin a9a8c13e68 [REF] account: rewrite the sequence test in YAML
bzr revid: ls@numerigraphe.fr-20100713155313-cw7e9l5gjhfkba70
2010-07-13 17:53:13 +02:00
Numerigraphe - Lionel Sausin 0b510c2798 [ADD] test for bug 602188: wrong invoice number sequence for fiscal year in a certain case
bzr revid: ls@numerigraphe.fr-20100713085852-mkvywgcdmx2ule58
2010-07-13 10:58:52 +02:00
psi (Open ERP) 8622032818 [ADD] account, account_*: Add YAML test files
bzr revid: psi@tinyerp.co.in-20100608124744-8g3ggthdb6mn17ok
2010-06-08 18:17:44 +05:30
psi (Open ERP) 8b52547bea [IMP] account: changes in YAML test cases for invoices
bzr revid: psi@tinyerp.co.in-20100528102737-63k6hi7tjt3jjcra
2010-05-28 15:57:37 +05:30
psi (Open ERP) 8eb8507424 [ADD] account: Add yml test files for invoices
bzr revid: psi@tinyerp.co.in-20100527132540-2c1xitk3ue0ng36u
2010-05-27 18:55:40 +05:30
nel@tinyerp.com 1b2c83c8fb revert merge
bzr revid: nel@tinyerp.com-20100409082251-xf1r7upp83566a30
2010-04-09 10:22:51 +02:00
Fabien Pinckaers 51298798ef [IMP] removed unused file
bzr revid: fp@tinyerp.com-20100408201254-6k0d6wtgw2ztq81g
2010-04-08 22:12:54 +02:00
Julien Thewys b3a31c8c05 [FIX] Fixed test definition according to new convention.
bzr revid: jth@openerp.com-20100408132207-3umbxhxa1l2zho0l
2010-04-08 15:22:07 +02:00
Julien Thewys 646b9aa0ab [IMP] Added YAML version of account structure test.
bzr revid: jth@openerp.com-20100309153526-rx4mflcmn31v6o3w
2010-03-09 16:35:26 +01:00
Julien Thewys 66c8141cc3 [REF] Cleanup and moved test to demo.
bzr revid: jth@openerp.com-20100309141305-dgtazi5rew9h9sgr
2010-03-09 15:13:05 +01:00
Julien Thewys 236aec74af [IMP] Completed tests.
bzr revid: jth@openerp.com-20100309094132-x4ycbziga4kqflyj
2010-03-09 10:41:32 +01:00
Fabien Pinckaers db3ab3efe7 merge
bzr revid: fp@tinyerp.com-20100308085624-jgag5j09iy6tf6ia
2010-03-08 09:56:24 +01:00
Fabien Pinckaers d702fbdfe3 test yaml
bzr revid: fp@tinyerp.com-20100307195519-7qhbk08tzrwd5dq5
2010-03-07 20:55:19 +01:00
Fabien Pinckaers 63c42428a2 [IMP] test scenario account invoice
bzr revid: fp@tinyerp.com-20100307194523-8kkkou1dq4y7pzw4
2010-03-07 20:45:23 +01:00
Fabien Pinckaers c30ae93532 modifs
bzr revid: fp@tinyerp.com-20100306215424-fpxqvq1aleu3wd8b
2010-03-06 22:54:24 +01:00
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
Fabien Pinckaers 2f33c8c852 merge
bzr revid: fp@tinyerp.com-20090427181749-fgvyzm9096idvob6
2009-04-27 20:17:49 +02:00
Fabien Pinckaers 14b3721b1d merge
bzr revid: fp@tinyerp.com-20090427173109-v13vg9rr7zro5yoi
2009-04-27 19:31:09 +02:00