Commit Graph

240 Commits

Author SHA1 Message Date
Olivier Dony 88dcca513f [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121024090615-zuh7aub6fhcwhy82
2012-10-24 11:06:15 +02:00
Quentin (OpenERP) 5b4fde2485 [FIX] account: the readonly fields aren't send to the server at the record creation
bzr revid: qdp-launchpad@openerp.com-20121019133050-7h8gx3beir992xlw
2012-10-19 15:30:50 +02:00
Olivier Dony e0fcab1f62 [FIX] edi,sale,purchase: fix EDI import of SO/PO, now compatible again with 6.1, and correct wrt. partners import (vs old addresses)
bzr revid: odo@openerp.com-20121018152129-s22uozt77s37urp1
2012-10-18 17:21:29 +02:00
Olivier Dony 48cfc1bb02 [IMP] edi,account: fix EDI import of invoices, now compatible again with 6.1, and correct wrt. partners import (vs old addresses)
bzr revid: odo@openerp.com-20121017162937-fprd53n4ljo5bdim
2012-10-17 18:29:37 +02:00
Olivier Dony c7757baf77 [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts
As started in previous commits, in 7.0 there is no more
static storage of exported EDI documents, and they are
instead replaced by the improved portal - which will
provide the preview as well as export capabilities.
(The export might be added in a second phase)

bzr revid: odo@openerp.com-20121016122913-ndl0l36buhku3kxy
2012-10-16 14:29:13 +02:00
Olivier Dony 5f24594223 [IMP] edi: work-in-progress: remove permanent storage of edi.document
The EDI documents will now be generated on demand
and available from the Portal view of each document.
Instead of getting a link to a statically generated
EDI document, customers will receive a link to
the portal access to the document. They will be able
to signup on the portal the first time as well,
provided they are using the secure token that was
sent to them (i.e. the right link).

The link to pay online will be available in the
portal as well.

Still much to do, this is a small first step,
with edi.document renamed to edi.edi for
consistency, as it will not persist any
edi.document anymore.

bzr revid: odo@openerp.com-20121011152008-bht7ub6woaex0a7u
2012-10-11 17:20:08 +02:00
Quentin (OpenERP) 98566ddccc [IMP] account: small improvement in yaml test
bzr revid: qdp-launchpad@openerp.com-20121004160136-kxi2sfdk4on8rilo
2012-10-04 18:01:36 +02:00
Rucha (Open ERP) 7a24bdb1f7 [FIX]: Improved old product names with new
bzr revid: rpa@tinyerp.com-20120816084224-t12wf5vipd8u90a7
2012-08-16 14:12:24 +05:30
Rucha (Open ERP) dd7a2972d8 [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20120813051411-5no0xcudwbkw07c5
2012-08-13 10:44:11 +05:30
Quentin (OpenERP) af32150ad8 [REV] reverted previous commit (7212) that removes footer field on res.partner.bank, because specs changed
bzr revid: qdp-launchpad@openerp.com-20120809120409-lmubwp2k7wig83hz
2012-08-09 14:04:09 +02:00
Stephane Wirtel db1fe326e5 [MERGE] lp:~openerp-dev/openobject-addons/trunk-res_bank_remove_footer-mdi
bzr revid: stw@openerp.com-20120809091227-rit1oj5vqzppo5q6
2012-08-09 11:12:27 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
Divyesh Makwana (Open ERP) 10b26a9edf [IMP] account, edi : Removed 'footer' boolean from 'res.partner.bank' because 'rml_footer2' is now fully editable since server revision 4198 and its related changes.
bzr revid: mdi@tinyerp.com-20120807110257-sy98hpliumlhtwis
2012-08-07 16:32:57 +05:30
Quentin (OpenERP) 7b8c3788b1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20120719095420-llgnafgasfcwbwu9
2012-07-19 11:54:20 +02:00
Quentin (OpenERP) 13f368707d [IMP] accounting: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120718142810-guj4aekt9v02jgfw
2012-07-18 16:28:10 +02:00
Rucha (Open ERP) c8a7ee2c0d [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20120717054135-3iw8studvvkag06h
2012-07-17 11:11:35 +05:30
Olivier Dony 0b1fc7aaa5 [FIX] account.bank.statement: minor typo in test comments
bzr revid: odo@openerp.com-20120704171822-3q2xwsvqmlvc75sa
2012-07-04 19:18:22 +02:00
Olivier Dony 4805c12199 [FIX] OPW 576406: bank.statement: fix incorrect test + cleanup bad variable names
bzr revid: odo@openerp.com-20120704144721-9moczgo1k3shuh7j
2012-07-04 16:47:21 +02:00
Rucha (Open ERP) 40f83805c5 [IMP]: product: Improved reference of demo product xml_id from static names to number (work in progress)
bzr revid: rpa@tinyerp.com-20120629110424-xykxjjq7sn50ovww
2012-06-29 16:34:24 +05:30
Rucha (Open ERP) 0aaef8a06e [IMP]: Improved partner demo xml_id referenced based on changes in server
bzr revid: rpa@tinyerp.com-20120620120305-g88c9cp55csnsvoc
2012-06-20 17:33:05 +05:30
Rucha (Open ERP) 189fd8e390 [IMP]: (Work in progress)* Changed demo references according to changes in server, Aim is to add more common names and easy demo.
* Improved xml_id of demo like res_partner_1 instead of specific record name like res_partner_asus so in future we can change that record value easily avoiding confusions in names

bzr revid: rpa@tinyerp.com-20120619071624-3d9mcl9m76gp2s0c
2012-06-19 12:46:24 +05:30
Fabien Pinckaers 341c6b0843 [IMP] PoS Backend
Improved layout of "PoS orders", "PoS Sessions" and "PoS Config" for useability
	Apply new design layouts for web client v7.0
	Rename PoS by Point of Sale everywhere
	Some typos, improved views
	Reviewed menu structure
"Default Point of Sale" field accessible through users preferences
PoS Config:
	Sequence is readonly
	Removed the "Draft" state --> easier, you do not need to active a PoS Config
	Default values on Shop and Journals
PoS Orders:
	Changed shop_id & journal_id on PoS Orders --> from normal fields to related field, depending on the session
Open Session:
	Fixed the wizard
	Several bugfixes and useability improvements
	Accounting Transactions posted at the close (not at the control)
Cash Registers:
	Lots of cleanups and bugfixes
Pos Sessions:
	Fixes and improved layout
	Better computation of all fields
	removed unused object "pos.config.journal"
PoS Orders:
	Default session_id

bzr revid: fp@openerp.com-20120512223743-b1vvbbybo8xq7e54
2012-05-13 00:37:43 +02:00
Quentin (OpenERP) 907a9f1ac6 [FIX] account: fixed EDI test accordingly to the removal of res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120320104439-5cu5j302kytukw3y
2012-03-20 11:44:39 +01:00
Bhumika (OpenERP) 2e402d5c3e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120320052258-4g8zcpd248do6tw9
2012-03-20 10:52:58 +05:30
Raphael Collet d11ba5806e [IMP] product, sale, purchase, mrp, account: change unit label 'PCE' into 'Unit'
bzr revid: rco@openerp.com-20120308144439-yg2txflpu12zcord
2012-03-08 15:44:39 +01:00
Kuldeep Joshi (OpenERP) a082f8a977 [IMP] account: remove address filed
bzr revid: kjo@tinyerp.com-20120305101605-swk7at0hi1ghcr4c
2012-03-05 15:46:05 +05:30
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
Quentin (OpenERP) e069b998a7 [FIX] account: fixed yaml test
bzr revid: qdp-launchpad@openerp.com-20120203151423-3y9afk6r0p01xsey
2012-02-03 16:14:23 +01:00
Thibault Delavallée 44fb172026 [FIX] Fixed automated tests using explicit references to the 2011 year
bzr revid: tde@openerp.com-20120102150425-4pcegkfpw9v2aoof
2012-01-02 16:04:25 +01:00
Raphael Collet bd37a99045 [FIX] account: fix warning about nonexistent field 'display_type'
bzr revid: rco@openerp.com-20111223081354-hn3pv4eawi385zro
2011-12-23 09:13:54 +01:00
Ujjvala Collins (OpenERP) be08728a43 [IMP] account:
* Moved 'sign' field from account type to financial report object.
* Changed and added demo data as per the new requirements.
* Replaced the 'Balance Sheet' and 'Profit and Loss' reports with Financial report.

bzr revid: uco@tinyerp.com-20111201115521-g8npi3igpq8dvthu
2011-12-01 17:25:21 +05:30
Quentin (OpenERP) d9d8619bf1 [FIX] account: fixed yaml test in order to use demo data (creating a new fiscalyear and its periods was crashing buildbot) and moved this test as last one (because there is no way to reopen it for the following tests to create accounting entries in it)
bzr revid: qdp-launchpad@openerp.com-20111128162817-9ldo7aq8ju9drugb
2011-11-28 17:28:17 +01:00
Olivier Dony 21b6c57893 [IMP] account: minor improvement in yaml test messages
bzr revid: odo@openerp.com-20111124174017-p0v9fqcp3l3snsvk
2011-11-24 18:40:17 +01:00
Olivier Dony 8f61212ad6 [MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)
bzr revid: odo@openerp.com-20111124155058-le9vg75rik4pl0xa
2011-11-24 16:50:58 +01:00
Fabien Pinckaers 35edbcd90f [IMP] no config wizard, launched automatically for l10n_be
[FIX] no need to translate YML tests -> warning removed

bzr revid: fp@tinyerp.com-20111123150221-ii87xb09ymq82mmb
2011-11-23 16:02:21 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Olivier Dony ec9f0d49a8 [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h
2011-11-16 14:43:36 +01:00
Fabien Pinckaers 8f9e8ae433 [IMP] removing unused code
bzr revid: fp@tinyerp.com-20111114232311-l0e3donbreduqly5
2011-11-15 00:23:11 +01:00
Fabien Pinckaers dd35a53e5b [FIX] some bad on_changes
bzr revid: fp@tinyerp.com-20111114220836-nlk4dly81ga0w0hd
2011-11-14 23:08:36 +01:00
Fabien Pinckaers 44ed492930 [merge] acocunt move line coverage
bzr revid: fp@tinyerp.com-20111113160110-1vacjizizwqwkmex
2011-11-13 17:01:10 +01:00
Fabien Pinckaers 1e4c56ff80 merge_coverage
bzr revid: fp@tinyerp.com-20111111212557-ebstlrrgpf257qbv
2011-11-11 22:25:57 +01:00
Fabien Pinckaers d063f89ac0 corrections for 'chart of accounts' and translations
bzr revid: fp@tinyerp.com-20111111200036-7sfslmttes77bwwz
2011-11-11 21:00:36 +01:00
Fabien Pinckaers 2b28675846 [iMP] yaml test account
bzr revid: fp@tinyerp.com-20111111101035-so9ks4shaxsa7v1c
2011-11-11 11:10:35 +01:00
Fabien Pinckaers 2c8290b90e [IMP] merge bank_statement coverage
bzr revid: fp@tinyerp.com-20111111093632-7nv93c11udseda2u
2011-11-11 10:36:32 +01:00
Bogdan Stanciu c62e7ba08b [IMP] Changed 'Chart of Account' into 'Chart of Accounts' mainly in the pot/po files. Added a few translation elements to account.pot and fr.po.
bzr revid: bogdanovidiu.stanciu@gmail.com-20111108100700-i1wnp66n35mg2uwa
2011-11-08 11:07:00 +01:00
Olivier Dony 74a1c3fe03 [IMP] edi: fix bank info import/export + test it
bzr revid: odo@openerp.com-20111028151654-s54mn52fcaf796l9
2011-10-28 17:16:54 +02:00
Olivier Dony 1ab22b86cc [IMP] edi: use the new EDIfied res.currency for so/po/invoice EDI
bzr revid: odo@openerp.com-20111024144407-3begj09gvfijpel9
2011-10-24 16:44:07 +02:00
Olivier Dony 3bffe65b2c [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20111013170327-9rvfdkbgj01hdgxb
2011-10-13 19:03:27 +02:00
niv-openerp 2ec5a68b25 [fix] removed useless key record_id in many menu items in accounting, was useless and made web client crash
bzr revid: nicolas.vanhoren@openerp.com-20111012093800-jhspdvekym3czv19
2011-10-12 11:38:00 +02:00
Meera Trambadia (OpenERP) 11b29eedd0 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20111007093347-cz3zsb98xz2xw51y
2011-10-07 15:03:47 +05:30
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