Commit Graph

6303 Commits

Author SHA1 Message Date
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
Xavier Morel cab4b4604f [IMP] account: if updating just one literal key in a dict, just call __setitem__ no need to call update with a literal dict...
bzr revid: xmo@openerp.com-20120214120741-srnfvkxf3rc2m7ev
2012-02-14 13:07:41 +01:00
Antony Lesuisse 0b5e9b6107 [IMP] account display a warning when there are no more companies to generate a new chart of account
bzr revid: al@openerp.com-20120214110704-oz8w31yg8p5qe0jx
2012-02-14 12:07:04 +01:00
Thibault Delavallée 3ddf844f26 [MERGE] Removed duplicate view.
lp bug: https://launchpad.net/bugs/931651 fixed

bzr revid: tde@openerp.com-20120214094804-i1hnq1djp1pfcan9
2012-02-14 10:48:04 +01:00
Mayur Maheshwari (OpenERP) cbb806ac04 [FIX]account: removed action_move_line_select which is repeated
lp bug: https://launchpad.net/bugs/931651 fixed

bzr revid: mma@tinyerp.com-20120214084920-rklc4p11wp23t3pm
2012-02-14 14:19:20 +05:30
Launchpad Translations on behalf of openerp 74b3b0bc69 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054303-2gawtr1s4zulhhhs
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054630-925y7kotw7axa7z4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214061906-2g5kxwe0xle5u54c
2012-02-14 06:19:06 +00:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Thibault Delavallée 35446546d3 [IMP] Small code cleaning.
bzr revid: tde@openerp.com-20120213152152-cp4c6akarz1k45u1
2012-02-13 16:21:52 +01:00
Thibault Delavallée a22726ffe6 [IMP] Add comments
bzr revid: tde@openerp.com-20120213152121-tkdldypj70v52jrn
2012-02-13 16:21:21 +01:00
Thibault Delavallée 901a88bf25 [IMP] When trying to launch the Chart of Accounts configuration wizard, there is now a check of the number of unconfigured companies. This prevents from having a wizard impossible to execute due to the lack of company_id. Also cleaned a bit the code in account_view.xml (ir_actions_server_action_wizard_multi_chart id).
bzr revid: tde@openerp.com-20120213150322-a8d6kx5047r0sdd9
2012-02-13 16:03:22 +01:00
Quentin (OpenERP) 7718ad9157 [FIX] account, financial report: don't display lines twice
bzr revid: qdp-launchpad@openerp.com-20120213135604-tsmzruto4h50obd0
2012-02-13 14:56:04 +01:00
Quentin (OpenERP) 614893d620 [MERGE] account: merged the dev branch with workaround of context['line_id'] in line_id field (operation not supported in web client)
bzr revid: qdp-launchpad@openerp.com-20120213131702-f20fl7ydpxvt9o7g
2012-02-13 14:17:02 +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
Launchpad Translations on behalf of openerp 2aa2378015 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050953-f8t9zos3qjzmnj3t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044319-nxuw0h7g5aqrqy4s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213045042-jyku2inv3wkcae91
2012-02-13 04:50:42 +00:00
Thibault Delavallée 7247e0e17d [MERGE] pos: merged several fixes: canceling a cash register does not crash anymore if it has no statement line; cleaned search view for cash registers; cleaned redirection after opening and closing cash registers; cleaned search filters in Reporting; fixed a bug in cash register analysis that was limited to Administrator entries only.
bzr revid: tde@openerp.com-20120210140731-lp38unlb126l9l57
2012-02-10 15:07:31 +01:00
Thibault Delavallée e8d373aa6c [FIX] Fixed filter icon for cash registers; removed a space for view_mode definition when returning an act_window; small code optimizations
bzr revid: tde@openerp.com-20120210134606-8aa4hnn8vuhwdzrz
2012-02-10 14:46:06 +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) 2e4dbceb5f [IMP] account, financial report printing: improved style for view objects of level 1
bzr revid: qdp-launchpad@openerp.com-20120210105741-72vtly8jjmej5s6s
2012-02-10 11:57:41 +01:00
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
Thibault Delavallée a0fe3954fc [MERGE] Merged with main addons
bzr revid: tde@openerp.com-20120210084008-tinfpl5td3fummq2
2012-02-10 09:40:08 +01:00
Launchpad Translations on behalf of openerp 5d4664f823 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210044704-ffxh1ikqgom660lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210045028-kbviilp8xdby42fi
2012-02-10 04:50:28 +00:00
Thibault Delavallée 10d6d58927 [FIX] Fixed cash register opening going to web pos view instead of cash register view. Also added default views in cash registers (draft, open).
bzr revid: tde@openerp.com-20120209180433-n7e1o5csqjxlfq7q
2012-02-09 19:04:33 +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
Fabien Pinckaers 20c91167a3 [IMP] Partnership Analysis, Activation Status
bzr revid: fp@tinyerp.com-20120209161544-t6ypbbb4g9r2dd4z
2012-02-09 17:15:44 +01:00
Launchpad Translations on behalf of openerp 0e2e9ddd78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4
2012-02-09 07:27:46 +00:00
Olivier Dony ae685f4af0 [MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez / Clearcorp
bzr revid: odo@openerp.com-20120208162340-ml3ok32rh375n6ye
2012-02-08 17:23:40 +01:00
Carlos Vásquez 3afecc7604 [ADD] es_CR.po: added po to all modules, copy from es.po or from pot
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208145917-aaai0irh68omlzmb
2012-02-08 08:59:17 -06:00
Raphael Collet 37da83d9a8 [FIX] account: method build_ctx_periods returns more periods than those asked when both period are the same
lp bug: https://launchpad.net/bugs/922957 fixed

bzr revid: rco@openerp.com-20120208094735-vh2lnba79da9kn92
2012-02-08 10:47:35 +01:00
Stephane Wirtel f0a31577dd [REV] account: Revert my previous patch about the uniqueness of description,company_id for the tax
lp bug: https://launchpad.net/bugs/928424 fixed

bzr revid: stw@openerp.com-20120208092406-a1nlp4bqwhd2cxqh
2012-02-08 10:24:06 +01:00
Launchpad Translations on behalf of openerp 320b2d2e2e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208060921-wir47e717rh04xxn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208063913-vg9qdu30tx09ojrl
2012-02-08 06:39:13 +00:00
Olivier Dony 0a63ecb0cf [I18N] all: updated translation template
This should be the last major template sync
before the final release of 6.1.

bzr revid: odo@openerp.com-20120208010830-zchnkg48u7s40nw2
2012-02-08 02:08:30 +01:00
Olivier Dony 754c5a68f8 [FIX] account: improve translations and use of _()
bzr revid: odo@openerp.com-20120208000332-4j6jqital8f0558k
2012-02-08 01:03:32 +01:00
Launchpad Translations on behalf of openerp 35601a346f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045344-l7gkplf7icv5djit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045952-t6bedpten4ms5hx4
2012-02-07 04:59:52 +00:00
Stephane Wirtel 0c3f58cb87 [FIX] account: invoice: add the journal and type in the constraints more flexible
bzr revid: stw@openerp.com-20120206135724-e013l6jwwnf4b17q
2012-02-06 14:57:24 +01:00
Stephane Wirtel 433b98f832 [FIX] account: Modify the sql constraints for the tax object, use the description instead of the name
bzr revid: stw@openerp.com-20120206135658-5i35qm0dyyf4i6kl
2012-02-06 14:56:58 +01:00
Rucha (Open ERP) 534f64d798 [IMP]: account: [FOR TESTING ONLY] try to fix problem of opening move form view from web client
bzr revid: rpa@tinyerp.com-20120201114441-bmmn15cwr76bd6p7
2012-02-01 17:14:41 +05:30
Launchpad Translations on behalf of openerp a6be92b62b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045611-6pg23l4ipzfnlpme
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201051211-pvfvh4f562tv94rj
2012-02-01 05:12:11 +00:00
Launchpad Translations on behalf of openerp 69910d967c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050031-o00wn1tnzbkgjt6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050331-w0omtl1lmfqzciwq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131052309-jtfsc2m4h3liyzb5
2012-01-31 05:23:09 +00:00
Antony Lesuisse 17bffc9cc6 [MERGE] active becomes auto_install: install this module when its dependencies (that can be empty) are satisfied
bzr revid: al@openerp.com-20120130211812-w0wu42hdu4l7koc4
2012-01-30 22:18:12 +01:00
Quentin (OpenERP) 4eb5a5824c [FIX] account: fix of level field computation at the generation from templates time
bzr revid: qdp-launchpad@openerp.com-20120130154701-o0j01ngsedcw0dwv
2012-01-30 16:47:01 +01:00
Raphael Collet 7f2be58065 [IMP] account: hide column 'statement_id' from Journal Items automatic tree view
bzr revid: rco@openerp.com-20120130111803-tturnaosp7jxca2p
2012-01-30 12:18:03 +01:00
Vo Minh Thu ad4b6fcc21 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
2012-01-30 11:18:37 +01:00
Launchpad Translations on behalf of openerp ffbff476df Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120128050312-sep3uryazw4j1xz6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120129052156-67wqllfafijp6h1m
bzr revid: launchpad_translations_on_behalf_of_openerp-20120130044112-h04p0g5ne16y1nav
bzr revid: launchpad_translations_on_behalf_of_openerp-20120128050513-ncpdbsqyyk18pc67
bzr revid: launchpad_translations_on_behalf_of_openerp-20120129052226-dfcf7sm2r00y1s3s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120130044131-sdsyvt62gvyzo0e3
2012-01-30 04:41:31 +00:00
Raphael Collet 099ef8af95 [MERGE] lp:919682 (account: improve error message in account moves validation)
bzr revid: rco@openerp.com-20120127160431-7jwuxsy9dhpxljpp
2012-01-27 17:04:31 +01:00
Raphael Collet 4e39112275 [FIX] account: fix error message and misleading variable names
bzr revid: rco@openerp.com-20120127155647-z83937bh3z8kbfjb
2012-01-27 16:56:47 +01:00
Quentin (OpenERP) a634bb35be [IMP] account: print journal report layout improvements
bzr revid: qdp-launchpad@openerp.com-20120206123334-x70j7nzwo6vq5i5s
2012-02-06 13:33:34 +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
Fabien Meghazi cdf22b95cd [IMP] Make 'Customer Invoices' form friendly to the new web client
@invisible uses display:none on the new web client thus the element
do not occupy space in the layout. No exception.

lp bug: https://launchpad.net/bugs/926565 fixed

bzr revid: fme@openerp.com-20120206102254-cfotem3g34cfxbrb
2012-02-06 11:22:54 +01:00
Launchpad Translations on behalf of openerp dbd909539b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120204052908-aafm0v5b5u2zzsse
bzr revid: launchpad_translations_on_behalf_of_openerp-20120205044838-266rlchio2rc58yh
2012-02-05 04:48:38 +00:00