Commit Graph

885 Commits

Author SHA1 Message Date
Fabien Pinckaers dcc975b79a [IMP] better views, mostly accoung wizards form
bzr revid: fp@tinyerp.com-20120609135041-570vyqpa9m2f1huw
2012-06-09 15:50:41 +02:00
Amit Patel (OpenERP) ffcd8f105e [IMP]:resolved account module
bzr revid: apa@tinyerp.com-20120605105033-ses82h9j15f94yht
2012-06-05 16:20:33 +05:30
Fabien Pinckaers c31a54334c [FIX] fixing default_context
bzr revid: fp@tinyerp.com-20120521160745-4bir71koyn0vqgww
2012-05-21 18:07:45 +02:00
Raphael Collet bcb9291df3 [MERGE] from trunk
bzr revid: rco@openerp.com-20120514150926-osvdmdyopi6ynn6o
2012-05-14 17:09:26 +02:00
Raphael Collet 633b27261d [IMP] account config: code cleanup, and improve English
bzr revid: rco@openerp.com-20120509124139-ydvkr23liydelasl
2012-05-09 14:41:39 +02:00
Jagdish Panchal (Open ERP) dad95e6283 [IMP] account: Rename Refund Invoice to Credit Note and improve usability of account config wizard
bzr revid: jap@tinyerp.com-20120426113226-3ik97eoufwyttibz
2012-04-26 17:02:26 +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
Quentin (OpenERP) 77847d4b21 [FIX] account: fixed bad default values for chart of accounts/taxes in reporting wizards
bzr revid: qdp-launchpad@openerp.com-20120416081256-kzznkz5rtibwa0fy
2012-04-16 10:12:56 +02:00
Bhumika (OpenERP) 79ff0e3424 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120321065319-pj7o5oz8pdr0v2jm
2012-03-21 12:23:19 +05:30
Quentin (OpenERP) f237e56790 [FIX] account: qucik and dirty fix on the common wizard of reports to set the company_id by default in order to avoid having the name_search of fiscalyear processed before it is correctly set by the onchange of default value of chart account id. This bug is due to asynchronous calls of web client and will be solved asap, but in the meanwhile this little hack will localy solve the problem.
bzr revid: qdp-launchpad@openerp.com-20120313125119-0to4xin6rb8mb75o
2012-03-13 13:51:19 +01:00
Jigar Amin - OpenERP db5958f3fb [FIX] removed filed address_contact_id
bzr revid: jam@tinyerp.com-20120307104205-fdvym7euls9rjsn6
2012-03-07 16:12: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) 29ca2327c1 [FIX] account: removed date fields on automatic reconciliation wizard (these options were not supported before so we remove the fields because we don't see a real need for it)
bzr revid: qdp-launchpad@openerp.com-20120215135115-i32tnzekvnn5u37l
2012-02-15 14:51:15 +01:00
Quentin (OpenERP) 6645ed25db [MERGE] account: merged the branch that add debit/credit option on financial reports
bzr revid: qdp-launchpad@openerp.com-20120213104937-fyfay6sym8l8dq7d
2012-02-13 11:49:37 +01:00
Jagdish Panchal (Open ERP) 11989f6cd2 [IMP] Add the Debit and Credit fields in financial report
bzr revid: jap@tinyerp.com-20120210132742-wkqwvfjgoo7gzqtm
2012-02-10 18:57:42 +05:30
Quentin (OpenERP) 2c0b173103 [IMP] l10n_be: added new menuitems for belgian bs and p&l reports to be as default values (+ better naming of actions in account module)
bzr revid: qdp-launchpad@openerp.com-20120210104620-g644e2wrb5fjltlu
2012-02-10 11:46:20 +01:00
Quentin (OpenERP) 5c57613d08 [FIX] account, fiscalyear closing wizard: moved out the reconciliation part from account_move_line.reconcile() function and made it a private function dedicated to this wizard. This was necessary because the original function is doing too much things that arenrt useful in this case. Moreover we may need to reconcile thousands of journal entries so we have to speed it up as much as possible
bzr revid: qdp-launchpad@openerp.com-20120209170333-8xu7r21hencjwu73
2012-02-09 18:03:33 +01:00
Quentin (OpenERP) ef08879085 [FIX] account, fiscalyear close wizard: fix related to multi company
bzr revid: qdp-launchpad@openerp.com-20120209161641-4o6pk6nw1gupjrt7
2012-02-09 17:16:41 +01:00
Quentin (OpenERP) 7385106b97 [FIX] account, print journal reports: fixed active_ids and blank lines at the beginning of each report
bzr revid: qdp-launchpad@openerp.com-20120206102700-egpw5evtssnke54u
2012-02-06 11:27:00 +01:00
Quentin (OpenERP) 4840e5cf87 [IMP] account, taxes report: added an option to print the detail (accounts) or not
bzr revid: qdp-launchpad@openerp.com-20120203162619-obs2ygr45jtpl3g0
2012-02-03 17:26:19 +01:00
Quentin (OpenERP) edbaa302c2 [IMP] account: improved print journal report + added a dedicated RML for sale/purchase journal printing. Based on the same parser, this new report additionaly print information about VAT. From an original idea and parts of code of Noviat.
bzr revid: qdp-launchpad@openerp.com-20120203145320-og4k4p008qybdcfc
2012-02-03 15:53:20 +01:00
Quentin (OpenERP) 616cea7a6d [FIX] account: removed unknown 'filter' key used in domain and required modifiers
bzr revid: qdp-launchpad@openerp.com-20120201143821-krd014pyh3ix5k0s
2012-02-01 15:38:21 +01:00
Quentin (OpenERP) 53b298a4c8 [FIX] account: common report wizard fixed when no fiscalyear given
bzr revid: qdp-launchpad@openerp.com-20120126185356-6df93022x6y1gndq
2012-01-26 19:53:56 +01:00
Quentin (OpenERP) 1f8536a334 [IMP] account: multi company enhancements
bzr revid: qdp-launchpad@openerp.com-20120125092932-x07yucdn1mjaxv8z
2012-01-25 10:29:32 +01:00
hbto(humbertoarocha) 4cc5c14273 [FIX] account: add Missing date on fiscalyear clousure wizard account.fiscalyear.close
lp bug: https://launchpad.net/bugs/912623 fixed

bzr revid: jap@tinyerp.com-20120112092149-ism5impd38iliz2u
2012-01-12 14:51:49 +05:30
fp 917d171804 [IMP] avoid SaaS to crash + better product error msg
bzr revid: fp@fp-laptop-20111231071416-6ofgfvjll9584c71
2011-12-31 08:14:16 +01:00
Antony Lesuisse 74adf124cd move account_financial_report to it's own file, create separate action for PL BS.
bzr revid: al@openerp.com-20111230114410-73kvxxvl6vauj6tu
2011-12-30 12:44:10 +01:00
Fabien Pinckaers 9ebecb2166 [IMP] close a period
lp bug: https://launchpad.net/bugs/901554 fixed

bzr revid: fp@tinyerp.com-20111221221617-8k270oadluvlgch9
2011-12-21 23:16:17 +01:00
Purnendu Singh 04379ea4d6 [FIX] account : Corrected spelling mistakes in warning messages of account/wizard/account_change_currency.py
lp bug: https://launchpad.net/bugs/906752 fixed

bzr revid: bde@tinyerp.com-20111220073240-9o2epnidg6itemht
2011-12-20 13:02:40 +05:30
Raphael Collet 248654d97e [MERGE] lp:872686 (account: fix refund wizard)
bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x
2011-12-19 15:53:05 +01:00
Divyesh Makwana (Open ERP) 430734a449 [IMP] account : Improved the error message
bzr revid: mdi@tinyerp.com-20111213044148-c98n11r8vta387i8
2011-12-13 10:11:48 +05:30
Quentin (OpenERP) 8ec0108649 [REM] account: removal of deprecated account reports for balance sheet and profit/loss
bzr revid: qdp-launchpad@openerp.com-20111209162558-xigtewgren97xuk5
2011-12-09 17:25:58 +01:00
Divyesh Makwana (Open ERP) c2aae9e46c [IMP] account : Improved the code
bzr revid: mdi@tinyerp.com-20111209095222-43eo3pulebwdtapy
2011-12-09 15:22:22 +05:30
Divyesh Makwana (Open ERP) eb69ddcce0 [FIX] account : Can close period evenif there is unposted items on period
lp bug: https://launchpad.net/bugs/901554 fixed

bzr revid: mdi@tinyerp.com-20111209094844-sva1jl3l9v5k63e2
2011-12-09 15:18:44 +05:30
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
Kirti Savalia (OpenERP) f165976f0d [MERGE]:with latest addons
bzr revid: ksa@tinyerp.com-20111128092813-p2nzbd95ormdc3u0
2011-11-28 14:58:13 +05:30
Kirti Savalia (OpenERP) 6babd07f90 [IMP]:in refund wizard remove the context key
bzr revid: ksa@tinyerp.com-20111128092235-iriwoz7nq5trxsy5
2011-11-28 14:52:35 +05:30
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
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
Fabien Pinckaers 6861e526da [MERGE] EDI branch of hmo/odo
bzr revid: fp@tinyerp.com-20111116185443-zu2zpt7qd3lrfw9s
2011-11-16 19:54:43 +01:00
Quentin (OpenERP) 1d54432f87 [FIX] account, accounting entries model: fixed a bug related to period choosing in multicompany environement and factorized the code of wizard
lp bug: https://launchpad.net/bugs/812027 fixed

bzr revid: qdp-launchpad@openerp.com-20111116141340-vz61c74eguu9chjh
2011-11-16 15:13:40 +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
Olivier Dony b22fa55566 [IMP] all: remove references to `object` column of ir.values, now gone
This will get rid of a lot of warnings now that the server
warns about unknown fields

bzr revid: odo@openerp.com-20111116115810-9c5kp7lql0yyhs3n
2011-11-16 12:58:10 +01:00
Quentin (OpenERP) 83e4168a03 [FIX] account: proper handling of context in encoding by line
bzr revid: qdp-launchpad@openerp.com-20111114113405-c3oyzuw369rz7y0r
2011-11-14 12:34:05 +01:00
Fabien Pinckaers 055441c518 [IMP] labels of refund invoice
bzr revid: fp@tinyerp.com-20111111084451-m36rgp45m0ye7e8f
2011-11-11 09:44:51 +01:00
Raphael Collet 60b7b6e10c [MERGE] lp:868224
bzr revid: rco@openerp.com-20111108155818-fx5yeq0fq2ihslr8
2011-11-08 16:58:18 +01:00
Olivier Dony 06046f46ad [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111105140205-34f3hrpyvsiv4o2e
bzr revid: odo@openerp.com-20111105165051-dxyhea1ry93516mw
bzr revid: odo@openerp.com-20111107121624-fummc56927uz6t3p
2011-11-07 13:16:24 +01:00
Bharat (OpenERP) 062f6446df [FIX] account : can't write off invoice with analytic account in reconcile entries wizard
lp bug: https://launchpad.net/bugs/885571 fixed

bzr revid: bde@tinyerp.com-20111103095612-liyro0uztuac10zo
2011-11-03 15:26:12 +05:30