Commit Graph

423 Commits

Author SHA1 Message Date
Quentin (OpenERP) 8f134d5c85 [IMP/FIX] account, manual reconciliation process
*replaced function get_next_partner() by list_partners_to_reconcile(), which is optmized, more explicit and returns now the result of name_get() (for convenience)
	*removed useless stuff about 'stop_reconcile' in context (replaced by the function has_something_to_reconcile())
	*changed semantic of last_reconciliation_date field. It's now intented to be filled only when the given partner does not have anything remaining to reconcile)

bzr revid: qdp-launchpad@openerp.com-20120918124640-eerh0ait8vt7n7ta
2012-09-18 14:46:40 +02:00
niv-openerp cd12a0faf5 removed lot of stuff
bzr revid: nicolas.vanhoren@openerp.com-20120917151031-h3gofzqv23k6g0t7
2012-09-17 17:10:31 +02:00
RGA(OpenERP) c1437ba1b4 [IMP] Added old wizrad algo to computer prgoress of reconcilation process, costomer and supplier should display respective recivalbe and payable entry
bzr revid: rgaopenerp-20120823115523-44m8ydyc33az4tjc
2012-08-23 17:25:23 +05:30
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +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
Antonin Bourguignon 48e0915804 [IMP] rephrase some error and warning messages in account
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters
rephrase the clumsy form 'No <some attribute> is defined'

bzr revid: abo@openerp.com-20120806154410-kbf9aai2uzq2b0c4
2012-08-06 17:44:10 +02:00
pso (OpenERP) 238bbc539a [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725073357-kcdgglpmbxrtbq6d
2012-07-25 13:03:57 +05:30
pso (OpenERP) 1e3535e877 [IMP] Improved warning messages for account module
bzr revid: pso@tinyerp.com-20120725065901-8yz655wmvys729kj
2012-07-25 12:29:01 +05:30
Rajesh Prajapati (OpenERP) e068ed2663 [IMP]vat to tax : changed the label Vat as its abbreviation
bzr revid: rpr@tinyerp.com-20120719053803-r4p9dhh28h2bysmm
2012-07-19 11:08:03 +05:30
Rajesh Prajapati (OpenERP) 74a58c0f15 [IMP]vat to tax : I have changed the label as tax inplace of vat
bzr revid: rpr@tinyerp.com-20120718121821-esupnmy423ukxniz
2012-07-18 17:48:21 +05:30
Christophe Simonis f004544c4b [FIX] account: clean account.move.line tree view generation + ensure "state" is always shown
bzr revid: chs@openerp.com-20120713144030-nmmkmw6mh7emex1r
2012-07-13 16:40:30 +02:00
Hardik 3fadbdcfc0 [IMP]Account : Changes in Warning Message
bzr revid: hsa@tinyerp.com-20120711084821-4reozitt3vgo9u31
2012-07-11 14:18:21 +05:30
Stephane Wirtel 16f5816731 [FIX] account: The account.move.line overwrite the fields_view_get
method to dynamically generate views using a list of columns defined
by the user. During the update process, some columns may not exists
due to not already loaded modules.

bzr revid: stw@openerp.com-20120615134945-5hte9oirnr9tmz89
2012-06-15 15:49:45 +02:00
Olivier Dony 452d1e5ee6 [FIX] account: @refresh attribute does not exist for tree views
bzr revid: odo@openerp.com-20120614145023-iffj1kfkz5vmoatw
2012-06-14 16:50:23 +02:00
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