Commit Graph

1003 Commits

Author SHA1 Message Date
Sbh (Openerp) e17dee3a5e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120323052530-l9fsd06fbma1l3gz
2012-03-23 10:55:30 +05:30
Olivier Dony 08f6c75477 [MERGE] Properly pass context when incrementing sequences, courtesy of Stefan Rijnhart (Therp)
lp bug: https://launchpad.net/bugs/947355 fixed

bzr revid: odo@openerp.com-20120322122419-xt6rlz330bkdo8ox
2012-03-22 13:24:19 +01: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) 99a12a9216 [FIX] account: build_ctx_period must always return a list of ids
bzr revid: qdp-launchpad@openerp.com-20120319095227-1d7k2zq4ats038em
2012-03-19 10:52:27 +01:00
Stefan Rijnhart 94896a9c0b [FIX] Pass context to ir.sequence.next_by*
lp bug: https://launchpad.net/bugs/974355 fixed

bzr revid: stefan@therp.nl-20120314125324-g1kbltrcygxlmcgt
2012-03-14 13:53:24 +01:00
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
Thibault Delavallée 220a94b317 [FIX] Back to old formatting, before revno 6565
bzr revid: tde@openerp.com-20120215093817-v6shtzwmc24ewbgc
2012-02-15 10:38:17 +01:00
Thibault Delavallée 12dba1122a [IMP] Modified argument order in context_today call (context passed as last argument to comply to OpenERP coding guidelines)
bzr revid: tde@openerp.com-20120215092229-olnjl9e2ant2ka55
2012-02-15 10:22:29 +01:00
Thibault Delavallée ef4ec91715 [FIX] Fixed date_start and date_stop in period creation. Using the fields.date.context_today in revno 6565 was performed uysing current datetime instead of correct beginning and end of months timestamps.
bzr revid: tde@openerp.com-20120215091707-0wt01bms652pzz5e
2012-02-15 10:17:07 +01:00
Quentin (OpenERP) 8b4c62c624 [REF] account: small code refactoring
bzr revid: qdp-launchpad@openerp.com-20120214133053-0125ol25lwr5mk7d
2012-02-14 14:30:53 +01:00
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
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
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
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
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
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
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 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) 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
Raphael Collet e33ce2e84a [MERGE] lp:923884 (account: fix generation of journal codes to avoid infinite loop)
bzr revid: rco@openerp.com-20120203084622-b3vctd1djh8itkjd
2012-02-03 09:46:22 +01:00
Divyesh Makwana (Open ERP) bf7c5f68f0 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203062323-7snclf0vtc73dsai
2012-02-03 11:53:23 +05:30
Divyesh Makwana (Open ERP) f0dbcdcfe7 [IMP] account : Improved the code.
bzr revid: mdi@tinyerp.com-20120203060547-opr31t6snhhxk47c
2012-02-03 11:35:47 +05:30
Raphael Collet 96e0a5dc16 [MERGE] lp:922621 (account: do not compute foreign_balance for accounts with no secondary currency)
bzr revid: rco@openerp.com-20120202100305-jgo79fgwrpyl41kw
2012-02-02 11:03:05 +01:00
Divyesh Makwana (Open ERP) 858758af47 [FIX] account : COA Creation wizard hangs up
lp bug: https://launchpad.net/bugs/923884 fixed

bzr revid: mdi@tinyerp.com-20120202085255-jpuv9x6i33nnjp8f
2012-02-02 14:22:55 +05:30
Divyesh Makwana (Open ERP) 9b3994db6b [FIX] account : foreign_balance should not be computed for account with no secondary currency
lp bug: https://launchpad.net/bugs/922621 fixed

bzr revid: mdi@tinyerp.com-20120202061635-1f6ax1ce6vu6zbbw
2012-02-02 11:46:35 +05:30
Quentin (OpenERP) 9156efc499 [FIX] account: bug fixed in the generation of COA form templates + fixed default values in that wizard in order to have at least one journal of type 'bank' (hardly needed for bank statement encoding for example)
bzr revid: qdp-launchpad@openerp.com-20120124124021-1i6x1qb3pbx6fcgw
2012-01-24 13:40:21 +01:00
Ferdinand 8ad6567fb7 [FIX] account : Error message for chart check must be user freindly
lp bug: https://launchpad.net/bugs/919682 fixed

bzr revid: mdi@tinyerp.com-20120123091429-pf4d65obqjtcn9ny
2012-01-23 14:44:29 +05:30
Quentin (OpenERP) 5888531e5c [FIX] account: fixed the generation of tax from sale and purchase rates in wizard
bzr revid: qdp-launchpad@openerp.com-20120106111149-ztmuqg58980a0tu3
2012-01-06 12:11:49 +01:00
Quentin (OpenERP) 12494f165e [FIX] account: generation of chart of tax from templates was creating duplicated roots
bzr revid: qdp-launchpad@openerp.com-20120104093005-o9u8f02ocx54ow69
2012-01-04 10:30:05 +01:00
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Fabien Pinckaers 6a1d590d85 [FIX] analytic journal on journal
bzr revid: fp@tinyerp.com-20111230163043-96vwqvzje444xs2g
2011-12-30 17:30:43 +01:00
Fabien Pinckaers 60b9004486 [IMP] purchase tax rate depends on sale for generic chart of account
bzr revid: fp@tinyerp.com-20111230161827-c18kz0rwa52q59kf
2011-12-30 17:18:27 +01:00
Fabien Pinckaers 0aa8747a48 [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151600-vwsj877ip2btv5s7
2011-12-30 16:16:00 +01:00
Fabien Pinckaers c5855b961c [FIX] select rate when installing generic chart
bzr revid: fp@tinyerp.com-20111230151435-86qu330g74d6ibj1
2011-12-30 16:14:35 +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 c04a3aed07 [FIX] small fixes and imp
bzr revid: fp@tinyerp.com-20111230111938-c4k5h0f22oo15vt9
2011-12-30 12:19:38 +01:00
Quentin (OpenERP) ba3139d972 [MERGE] lp:909014
bzr revid: qdp-launchpad@openerp.com-20111229171453-p8pg8dxkrf49lkzw
2011-12-29 18:14:53 +01:00
Quentin (OpenERP) 7ba7c43af4 [MERGE] merged fix on account journal code selection when generating from the wizard + fix on onchange_date in account_voucher module
bzr revid: qdp-launchpad@openerp.com-20111228134243-rxodujxrjp89wkvx
2011-12-28 14:42:43 +01:00
Rucha (Open ERP) 5740ac50bd [MERGE]: Merge with latest trunk addons
bzr revid: rpa@tinyerp.com-20111228130748-kss1ptv0z8l0lz57
2011-12-28 18:37:48 +05:30
Divyesh Makwana (Open ERP) 0f1a9ba110 [IMP] account : Improved the code
bzr revid: mdi@tinyerp.com-20111228124631-iy0eg7dnful3a71q
2011-12-28 18:16:31 +05:30
Divyesh Makwana (Open ERP) 33802ab48b [FIX] account : Not Create Account form Account Templates
lp bug: https://launchpad.net/bugs/909014 fixed

bzr revid: mdi@tinyerp.com-20111228094509-tsyuafffvk1rg8rq
2011-12-28 15:15:09 +05:30
Rucha (Open ERP) 82dd48691b [MERGE]: Merge with latest trunk-addons and resolved conflicts
bzr revid: rpa@tinyerp.com-20111226112605-zxbl07jkzjtpyktw
2011-12-26 16:56:05 +05:30
Raphael Collet ae0eddfcbb [FIX] account: fix malformed domain
bzr revid: rco@openerp.com-20111223083108-i8exaqx5ha7af5fh
2011-12-23 09:31:08 +01:00
Fabien Pinckaers 6aa1e416da [IMP] indexes on _order
bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs
2011-12-21 23:15:04 +01:00
Mayur Maheshwari (OpenERP) 357f3fca2f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n
2011-12-21 18:07:24 +05:30
Antony Lesuisse cb5339c3d9 [IMP] jump to accounting dash board after account generation
bzr revid: al@openerp.com-20111221115013-q10j13kwwfgzc859
2011-12-21 12:50:13 +01:00
Raphael Collet cf34f051af [MERGE] lp:904244 (account: fix wizard Install Chart of Accounts)
bzr revid: rco@openerp.com-20111220081326-qfce75nrpifesiod
2011-12-20 09:13:26 +01:00