Commit Graph

408 Commits

Author SHA1 Message Date
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Jagdish Panchal (Open ERP) 7f9855ee2c [IMP] UOM to Unit of Measure everywhere in account and Picking and Invoicing Policy to Invoicing Policy in sale/res_config.py
bzr revid: jap@tinyerp.com-20120425070825-r8z56xhz42dpthep
2012-04-25 12:38:25 +05:30
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
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
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
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
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 c1e7544ce0 Fixed key error of journal_id while creating journal items --fixes lp:834512
bzr revid: fp@tinyerp.com-20111219222606-z7z1xu39rmbm0xfw
2011-12-19 23:26:06 +01:00
Jagdish Panchal (Open ERP) c5ebf9bdbf [FIX] account_move_line: update journal_id in create
lp bug: https://launchpad.net/bugs/834512 fixed

bzr revid: jap@tinyerp.com-20111215055306-f0y5x1f4w91yvpxe
2011-12-15 11:23:06 +05:30
Alexis de Lattre deff44edbd [Usability] Now tells the user in the error message which account triggers the error
bzr revid: alexis@via.ecp.fr-20111207175445-dav09ybjdhzpilyl
2011-12-07 18:54:45 +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
Quentin (OpenERP) f033b7b1b1 [FIX] account: encoding by line is now working also for tax included (in fact it doesn't consider that value, but it's normal)
bzr revid: qdp-launchpad@openerp.com-20111114103945-blqw5f4egom3dp9m
2011-11-14 11:39:45 +01:00
Fabien Pinckaers bbf5c7002e merge: default value for debit/credit
bzr revid: fp@tinyerp.com-20111111141418-gngwck2pkdk0y8pd
2011-11-11 15:14:18 +01:00
Dmitrijs Ledkovs 3f8ae50046 [FIX] Calculate correct parter payables & receivables if debit/credit are NULL
Set a "not null" constraint on debit and credit columns of account_move_lines
to prevent similar sql errors in the future.

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

bzr revid: dmitrijs.ledkovs@credativ.co.uk-20111103145242-zu13vwjv2hdxbqjl
2011-11-03 14:52:42 +00:00
Quentin (OpenERP) 8e5aaae9bf [IMP] account: added a constraint on account_move_line in order to ensure that every journal entries of an account having a secondary currency, have the same secondary currency.
bzr revid: qdp-launchpad@openerp.com-20111017152147-7kzht90bt711zzjr
2011-10-17 17:21:47 +02:00
Antony Lesuisse 0c0881e17f [FIX] use correct currency_id for is_zero
bzr revid: al@openerp.com-20111013223958-p24b36eno5ljfey1
2011-10-14 00:39:58 +02:00
Quentin (OpenERP) 3ca449046f [FIX] account: partial reconcile must look for amount_currency ONLY in the case there is a currency_id field set on the account reconciled
bzr revid: qdp-launchpad@openerp.com-20111013145804-q7o0ye77yprriyoj
2011-10-13 16:58:04 +02:00
Quentin (OpenERP) b08b10d16f [REF/FIX] account: replaced 'journal_id' and 'period_id' fields on account.move.line object with fields.related
lp bug: https://launchpad.net/bugs/871314 fixed

bzr revid: qdp-launchpad@openerp.com-20111013094347-ax0v8s5xbw5l0ye3
2011-10-13 11:43:47 +02:00
Quentin (OpenERP) 177ca871c9 [FIX] account_voucher: amount currency in voucher entries
bzr revid: qdp-launchpad@openerp.com-20111011144744-pqf9tth1p1osh8wt
2011-10-11 16:47:44 +02:00
Xavier Morel 4e44e08920 [FIX] setup and serialize modifiers on overridden view for account.move.line
bzr revid: xmo@openerp.com-20111006143008-awuryu2n7otgaij6
2011-10-06 16:30:08 +02:00
Xavier Morel 20411473be [IMP] account: unpack field tuple on the fly in iteration to generate view fields in account.move.line
also remove unused name (third item of the tuple)

bzr revid: xmo@openerp.com-20111006132307-7fikg28u10023bty
2011-10-06 15:23:07 +02:00
Xavier Morel 39c490a842 [IMP] lxml-ify fields_view_get override in account.move.line
bzr revid: xmo@openerp.com-20111006132009-ci16jjrylmb23nnn
2011-10-06 15:20:09 +02:00
Vo Minh Thu bd341cc6fe [IMP] ir_sequence: call it with the new methods.
bzr revid: vmt@openerp.com-20110929132254-eevlq6t9d6i6um7z
2011-09-29 15:22:54 +02:00
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Fabien Pinckaers 6391bf5173 [FIX] Account Voucher
bzr revid: fp@tinyerp.com-20110927130730-1jr4uxos5lbst2ub
2011-09-27 15:07:30 +02:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Fabien Pinckaers c4047f3936 [useability] better error/warning message
bzr revid: fp@tinyerp.com-20110918135310-sx5wzu22opr9cdwo
2011-09-18 15:53:10 +02:00
fp e239a8c3d4 merge
bzr revid: fp@fp-laptop-20110917173001-3p30fq4ia0ob509l
2011-09-17 19:30:01 +02:00
Fabien Pinckaers 696b7100be fix
bzr revid: fp@tinyerp.com-20110917145407-qp45yk4ma7mo6pp3
2011-09-17 16:54:07 +02:00
Fabien Pinckaers 93ab861d02 [FIX] bug #752876
bzr revid: fp@tinyerp.com-20110917112152-cbi0dldp7pq41012
2011-09-17 13:21:52 +02:00
Quentin (OpenERP) cde2ec003f [MERGE] bug-783994-ara
bzr revid: qdp-launchpad@openerp.com-20110915140541-y04g618dru0xmdsc
2011-09-15 16:05:41 +02:00
Vo Minh Thu 847ddda540 [FIX] changed super(osv,self) to super(the-model,self).
bzr revid: vmt@openerp.com-20110816103248-ufdcbkwh2u6c05u7
2011-08-16 12:32:48 +02:00
Raphael Collet 81a1eb18a1 [MERGE] from trunk
bzr revid: rco@openerp.com-20110718083424-kdaesx3gflza142a
2011-07-18 10:34:24 +02:00
ARA (OpenERP) 73c7525798 [IMP] account: uninitialized period_id
bzr revid: ara@tinyerp.com-20110713085239-2yb1ou83yg3m8ey7
2011-07-13 14:22:39 +05:30
ARA (OpenERP) f0b04ccee2 [IMP] account: uninitialized period_id
bzr revid: ara@tinyerp.com-20110713071357-r3rhikhaifrcggfa
2011-07-13 12:43:57 +05:30
Quentin (OpenERP) 7d9737c0f5 [IMP] account: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110711222350-kuz1l5q1tky6acyu
2011-07-12 00:23:50 +02:00
Raphael Collet 378a913023 [MERGE] rename label Narration to Internal Note
bzr revid: rco@openerp.com-20110708093414-xupfl5vk6gbjpsom
2011-07-08 11:34:14 +02:00
ARA (OpenERP) e5fd3c18ac [FIX] account_move_line: uninitialized period_id
bzr revid: ara@tinyerp.com-20110706100701-uhrlstsidienzx09
2011-07-06 15:37:01 +05:30
ARA (OpenERP) 12d7cee094 [MERGE] merge with trunk addons
bzr revid: ara@tinyerp.com-20110705101725-27u6khj6xd3nl7r2
2011-07-05 15:47:25 +05:30
Tejas (OpenERP) 6ff2268d46 [Usability] renamed label narration to Internal Notes
bzr revid: tta@openerp.com-20110705062008-hmsgg61r6ixm0w0z
2011-07-05 11:50:08 +05:30
Stéphane Bidoul 5f02988765 [IMP] account_move_line: improved account selection when partner changes
bzr revid: ara@tinyerp.com-20110705061954-15qtmkg029ptdnn2
2011-07-05 11:49:54 +05:30
ARA (OpenERP) 097962f9f9 [MEGRGE] merged with trunk addons
bzr revid: ara@tinyerp.com-20110705061128-z9o4rijiam0x54ca
2011-07-05 11:41:28 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Quentin (OpenERP) 016eff262b [FIX] account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.
lp bug: https://launchpad.net/bugs/736890 fixed

bzr revid: qdp-launchpad@openerp.com-20110621125248-xec0ogl2v1hwxsmo
2011-06-21 14:52:48 +02:00
ARA (OpenERP) 18d848b45c [FIX] account: account_move_line: improved account selection when partner changes
lp bug: https://launchpad.net/bugs/784006 fixed

bzr revid: ara@tinyerp.com-20110606053015-2uczs37n3gx0ftc6
2011-06-06 11:00:15 +05:30
Quentin (OpenERP) 909770517d [MERGE] lp:772476
bzr revid: qdp-launchpad@openerp.com-20110530141451-ocblibm1pq72069c
2011-05-30 16:14:51 +02:00
ARA (OpenERP) 7a4f7e9f5c [FIX] account: account_move_line: uninitialized period_id
bzr revid: ara@tinyerp.com-20110524120745-ue0ra2284mbdvonx
2011-05-24 17:37:45 +05:30
ARA (OpenERP) 56d5a70b18 [FIX] account: account_move_line: uninitialized period_id
bzr revid: ara@tinyerp.com-20110524115951-06prqym1q7sdkg5e
2011-05-24 17:29:51 +05:30