Commit Graph

587 Commits

Author SHA1 Message Date
Amit Patel f3917aa6ad [MERGE/IMP]
bzr revid: apa@tinyerp.com-20120919114437-2anme182yopn93ow
2012-09-19 17:14:37 +05:30
Amit Patel 87fbe7b883 [IMP]:account:pass correct context in journal_id
bzr revid: apa@tinyerp.com-20120919114323-dkmciz9p698mgbo2
2012-09-19 17:13:23 +05:30
Khushboo Bhatt (Open ERP) 7ed74bec49 [FIX]account:create journal items
bzr revid: kbh@tinyerp.com-20120918132727-7ffkz0q737r5yzmq
2012-09-18 18:57:27 +05:30
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
Khushboo Bhatt (Open ERP) 2ef470f717 [FIX]account:fix the issue of customer/supplier journal items
bzr revid: kbh@tinyerp.com-20120913124136-ygcr1666kzmcm3bp
2012-09-13 18:11:36 +05:30
Ravish Murari (OpenERP) c5bc0ce1f3 [FIX] improved the in code
bzr revid: rmu@tinyerp.com-20120823133031-9atxtgh0d3pypus4
2012-08-23 19:00:31 +05:30
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
Ravish Murari (OpenERP) 6353b0ba03 [merge] with latest addons
bzr revid: rmu@tinyerp.com-20120823085754-h3ps8fc13rgwabtz
2012-08-23 14:27:54 +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
Alexis de Lattre c11754eaa9 Merge with addons-trunk revno 7150
Adapt views accordingly

bzr revid: alexis@via.ecp.fr-20120802134012-fjk20wld5rv9v45i
2012-08-02 15:40:12 +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
Alexis de Lattre 42ffccfa96 Add a "Supplier Payment Term" on res.partner
Add payment term on purchase.order

bzr revid: alexis@via.ecp.fr-20120711111434-ih20ohy81bynn1wd
2012-07-11 13:14:34 +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
Olivier Dony c2aaad1dd3 [FIX] OPW 576006: account.period.find() should not select opening/special periods in some cases
The cases where we filter out special periods
should in fact be the default, but this is a risky
change, so we turn this filtering on via an extra
context flag instead, which can be added by callers
as needed.

bzr revid: odo@openerp.com-20120704163307-bvu454y7if8vck8j
2012-07-04 18:33:07 +02:00
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
Ferdinand eee05a71e6 [FIX] Improve the code
lp bug: https://launchpad.net/bugs/1011178 fixed

bzr revid: rmu@tinyerp.com-20120611112342-26mx7amrg6x78l4i
2012-06-11 16:53:42 +05:30
Ferdinand @ Camptocamp 1a48187c3b [FIX] Improve in message of method update_journal_check in acount_move_line
lp bug: https://launchpad.net/bugs/1011178 fixed

bzr revid: rmu@tinyerp.com-20120611063352-agnsyq9l50fp883x
2012-06-11 12:03:52 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +02:00
Mayur Maheshwari (OpenERP) 45cb6f89d8 [FIX]account: fix the issue of Centralised Counterpart [TypeError:]
lp bug: https://launchpad.net/bugs/997316 fixed

bzr revid: mma@tinyerp.com-20120510125123-wefcgpxe2gitw0bo
2012-05-10 18:21:23 +05:30
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
Xavier ALT 9cf4637657 [FIX] account.move.line: do not create writeoff entries when called from fy closing wizard
bzr revid: xal@openerp.com-20120306161040-ycv7viqwtfn1lbob
2012-03-06 17:10:40 +01:00
Numerigraphe - Lionel Sausin f120f5aa5b [FIX] unmutable default in account
bzr revid: ls@numerigraphe.fr-20120305174111-zf5j02cm7veyvzs4
2012-03-05 18:41:11 +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
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
Stéphane Bidoul 15281f1416 [FIX] account_move_line: uninitialized period_id
lp bug: https://launchpad.net/bugs/783994 fixed

bzr revid: ara@tinyerp.com-20110519113409-jzvcgxqfbcowoza1
2011-05-19 17:04:09 +05:30
Ferdinand @ Camptocamp befc1d3eda [FIX] account_move_line._update_check - please include move_id.name in error message
lp bug: https://launchpad.net/bugs/772476 fixed

bzr revid: ara@tinyerp.com-20110518111624-cwu4622ddx2nlvql
2011-05-18 16:46:24 +05:30
psi (Open ERP) 887afe3384 [IMP] Add Unreconciled Entries as fourth selection ooption in Filter
bzr revid: psi@tinyerp.co.in-20110506062758-6nd4styq6xqojrok
2011-05-06 11:57:58 +05:30
Quentin (OpenERP) ee0f98590e [FIX] account: improved order of account_period in order to have the period for opening entries first and fixed in common report wizard the bug that was selecting entries from opening period too when we were printing entries from january to march (because of same date_start for january and opening period). Also fixed the query_get when giving the periods directly in the context (previously it was doing a very weird thing with the clause where_move_lines_by_date defined again and it was not compliant with the opening period new change)
bzr revid: qdp-launchpad@openerp.com-20110504145233-icq3a40l9pahy7hm
2011-05-04 16:52:33 +02:00
psi (Open ERP) 62e9299b2b [FIX] account: Third Party ledger problem with Initial Balance
lp bug: https://launchpad.net/bugs/744789 fixed

bzr revid: psi@tinyerp.co.in-20110428072058-q0n8y4k01t74pe7z
2011-04-28 12:50:58 +05:30
Quentin (OpenERP) 26e21b097e [FIX] account: fix error on initial balance if we don't give any criteria
lp bug: https://launchpad.net/bugs/744789 fixed

bzr revid: qdp-launchpad@openerp.com-20110419153459-fpd1zitw5ud3lzct
2011-04-19 17:34:59 +02:00
Quentin (OpenERP) 26469cf092 [FIX] account/account_move_line: proper use of set()
bzr revid: qdp-launchpad@openerp.com-20110325153854-jtxryt1cw7rm5a7p
2011-03-25 16:38:54 +01:00
ARA (OpenERP) 19c0ebbd45 [FIX] account: slow invoice cancel because validate for every line
bzr revid: ara@tinyerp.com-20110325083549-ud6qd6hxhzimsb1l
2011-03-25 14:05:49 +05:30
Raphaël Valyi cb85ff64ca [FIX] Account: dog slow invoice cancel because validate for every line; patch included
lp bug: https://launchpad.net/bugs/740353 fixed

bzr revid: ara@tinyerp.com-20110324095631-pgup0qjn8s9jar0f
2011-03-24 15:26:31 +05:30
Quentin (OpenERP) a90aeb8c4a [REF] account: refactored the creation of journals in the generation from templates wizard, removed old deprecated boolean 'refund_journal' on account.journal (use the type field instead)
bzr revid: qdp-launchpad@openerp.com-20110303145900-8ghspjidwb540mhp
2011-03-03 15:59:00 +01:00
Mustufa Rangwala e98d215d49 [REVERT] account: chart of account https://bugs.launchpad.net/openobject-addons/+bug/716300
bzr revid: mra@mra-laptop-20110224094621-7xeasbtw25194cfv
2011-02-24 15:16:21 +05:30
Mustufa Rangwala d0649df01b [MERGE] account: context not passed in tree_but_action
bzr revid: mra@mra-laptop-20110211123951-c4d0qm3qsllztltr
2011-02-11 18:09:51 +05:30
mtr e93166a2c4 [FIX] account:context is correctly passed in 'Chart of Accounts'
lp bug: https://launchpad.net/bugs/716300 fixed

bzr revid: mtr@mtr-20110211112737-esnj1iyhcwlqn87v
2011-02-11 16:57:37 +05:30
Olivier Dony 4a6159b376 [FIX] account.move.line: write() should support ids=int, to be consistent with super.
This shortcoming was made obvious by a recent server change: 3343
revision-id: odo@openerp.com-20110205004316-zaw9qqfke1bcw0s7

bzr revid: odo@openerp.com-20110207103645-nra55tbsakl4xrd7
2011-02-07 11:36:45 +01:00
Mustufa Rangwala 88f37ff570 [FIX] Account: remove constraints on account.move.line if the partner is not exists for receivable and paybletype account
bzr revid: mra@mra-laptop-20110120100731-yln0ib71ehcavwrv
2011-01-20 15:37:31 +05:30
Fabien Pinckaers 3b89031156 [FIX] visibility of journal_period in journal items
bzr revid: fp@tinyerp.com-20110117190910-5roy3ikf4iigww0a
2011-01-17 20:09:10 +01:00
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
Mustufa Rangwala dcc21af8d2 [MERGE] Account: account_analytic_plan break the creation of inovice from analytic lines
bzr revid: mra@mra-laptop-20110117055637-q6rgiptw70h9169q
2011-01-17 11:26:37 +05:30
psi (Open ERP) 6cc21d77fa [FIX] account: account_analytic_plan break the creation of inovice from analytic lines
lp bug: https://launchpad.net/bugs/701895 fixed

bzr revid: psi@tinyerp.co.in-20110117051525-3lwmprov1zamc2vp
2011-01-17 10:45:25 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
qdp-launchpad@tinyerp.com 721c1fe325 [IMP] account: usabiltiy imp.
bzr revid: qdp-launchpad@tinyerp.com-20110113171159-lvdat1nrexheeqc3
2011-01-13 18:11:59 +01:00
Mustufa Rangwala b883865a68 [REF] account
bzr revid: mra@mra-laptop-20110112121511-kswewkftnmbmqayf
2011-01-12 17:45:11 +05:30
Mustufa Rangwala b6177f80a8 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110110120924-b1vs539xou7wt6l1
bzr revid: mra@mra-laptop-20110110124817-7zne2i3c7hbaxqar
bzr revid: mra@mra-laptop-20110111044415-e0xo335fvdxvh4rw
2011-01-11 10:14:15 +05:30
qdp-launchpad@tinyerp.com 45fcc2b1ba [FIX] account: fixed the query_get of account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20110110114400-dnbowby75l9rlr7k
2011-01-10 12:44:00 +01:00
qdp-launchpad@tinyerp.com 186713ef9d [FIX] account, aged balance report: removed fiscalyear filter and field from the query and wizard
bzr revid: qdp-launchpad@tinyerp.com-20110110111533-xwo0j4nkm1de8392
2011-01-10 12:15:33 +01:00
Mustufa Rangwala 0865685512 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110107120501-3cyo4o3y8jlgc0cp
bzr revid: mra@mra-laptop-20110110043524-711jubrometl0d25
2011-01-10 10:05:24 +05:30
qdp-launchpad@tinyerp.com 8045efa512 [FIX] account: fixed the query_get method of account.move.line (in cases of initial balance computing with given dates filter)
bzr revid: qdp-launchpad@tinyerp.com-20110107113811-x8wzxdukuzd9sfrl
2011-01-07 12:38:11 +01:00
qdp-launchpad@tinyerp.com 28ca304453 [FIX] account: fixed the query_get method of account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20110107110425-71apgdq792ccgll3
2011-01-07 12:04:25 +01:00
Mustufa Rangwala c21328f83c [FIX] Account: Customer / Supplier Journal item does not includes Refund journals
lp bug: https://launchpad.net/bugs/698188 fixed

bzr revid: mra@mra-laptop-20110107103851-c1is63wymlpx05br
2011-01-07 16:08:51 +05:30
Mustufa Rangwala 611643ddaa [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110106045609-mp12xm4p66osklva
2011-01-06 10:26:09 +05:30
qdp-launchpad@tinyerp.com b0b8fe2aaf [IMP] account: defined new fields (amount_residual and amount_residual_currency) as function to compute the residual amount (resp. in company currency and in the currency of teh move line) direclty on the account.move.line object (to refactor the code). Changed the residual amount of the account.invoice in order to reuse the code depicted above. +few changes to improve the translations
bzr revid: qdp-launchpad@tinyerp.com-20110105134654-bils0yz2w1vwjtpy
2011-01-05 14:46:54 +01:00
qdp-launchpad@tinyerp.com a446aa0736 [FIX] account: fixed the reconcile_partial method. We now use the is_zero function to avoid rounding problem like having a balance of 0 and the accounting entries that doesn't want to fully reconcile
bzr revid: qdp-launchpad@tinyerp.com-20110105133823-phgorfsweniq1258
2011-01-05 14:38:23 +01:00
qdp-launchpad@tinyerp.com 3c71cd0697 [FIX] account: forward port of the fix of the reconcile method on account.move.line in cases of multi-currency uses
bzr revid: qdp-launchpad@tinyerp.com-20110105133415-hdx72lmvi3f7scvb
2011-01-05 14:34:15 +01:00
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Mustufa Rangwala bfd34971d0 [REF]
bzr revid: mra@mra-laptop-20101228105555-0yq28foc2dxfum9l
2010-12-28 16:25:55 +05:30
Mustufa Rangwala 6002cc0ec2 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101222112024-yt47p2bd7kwvcqwy
bzr revid: mra@mra-laptop-20101223041057-w5s862hm3fajcqkr
2010-12-23 09:40:57 +05:30
Olivier Dony fd5d06ec56 [FIX] res.currency, account: moved account-related res.currency code from base
lp bug: https://launchpad.net/bugs/557325 fixed

bzr revid: odo@openerp.com-20101222160926-0eprbvw7wvqked81
2010-12-22 17:09:26 +01:00
qdp-launchpad@tinyerp.com 0291ffa1e5 [FIX] account, account.move.line: removed the string replacement on the fields_view_get in order to allow the translations
bzr revid: qdp-launchpad@tinyerp.com-20101222133317-jfa6kqp9mcekjvcj
2010-12-22 14:33:17 +01:00
OpenERP 5311423522 [FIX] account: added missing _()
lp bug: https://launchpad.net/bugs/667166 fixed

bzr revid: openerp@vmt-hp4520s-20101222101615-sppzak8r8b313s1f
2010-12-22 11:16:15 +01:00
mtr 9331cb8c79 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
bzr revid: mtr@mtr-20101217054906-ue70k192tte6ywpr
2010-12-17 11:19:06 +05:30
Mustufa Rangwala b0f61a9546 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101214130232-wqsim6966u1hilu9
bzr revid: mra@mra-laptop-20101217043732-ri8dfx38pacpruye
2010-12-17 10:07:32 +05:30
mtr d45fb35742 [FIX] Account:changes in the query of _balance of account.move.line
lp bug: https://launchpad.net/bugs/690895 fixed

bzr revid: mtr@mtr-20101216103345-ues63v1olmx98ojl
2010-12-16 16:03:45 +05:30
qdp-launchpad@tinyerp.com 8053f16315 [MERGE] merged with branch 3
bzr revid: qdp-launchpad@tinyerp.com-20101213205054-nncswx7rxxuaa3q4
2010-12-13 21:50:54 +01:00
qdp-launchpad@tinyerp.com 1fc2747a54 [IMP] translation imp.
bzr revid: qdp-launchpad@tinyerp.com-20101213135637-hmrbna0oqq90o512
2010-12-13 14:56:37 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
Mustufa Rangwala 488a43b717 [FIX] account move line :Partner included in Bank Statement can be deleted
lp bug: https://launchpad.net/bugs/685974 fixed

bzr revid: mra@mra-laptop-20101209072935-cizg6tnfvmyegtvp
2010-12-09 12:59:35 +05:30
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
P. Christeas bffc248796 account.move.line: Fix ugly SQL call
A matter of coding style, tripple quotes in the same line, put in a list
is just a candidate for the hall of shame.

bzr revid: p_christ@hol.gr-20101127201429-07u0bc8xra998zhi
2010-11-27 22:14:29 +02:00
RVO(OpenERP) df57bcc6b6 [FIX] Account: historical currency rate support
lp bug: https://launchpad.net/bugs/591961 fixed

bzr revid: mra@mra-laptop-20101125115838-nsx04bclby615iaw
2010-11-25 17:28:38 +05:30
Mustufa Rangwala 55ef479cf0 [FIX] Account: intiala balance with periods filter
bzr revid: mra@mra-laptop-20101125111558-a3lj88wh6157e6yg
2010-11-25 16:45:58 +05:30
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 427cd9af23 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101122050522-dd1d0r9663bib603
2010-11-22 10:35:22 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Mustufa Rangwala 27ebf5eec2 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101116092536-dfa20lk0lg0jzsnj
bzr revid: mra@mra-laptop-20101118050021-q0dpjzphc62ukd88
2010-11-18 10:30:21 +05:30
qdp-launchpad@tinyerp.com d3f5955317 [FIX] account, account.move.line query_get: fixed the initial balance computation in order to check only the selected fiscalyear
bzr revid: qdp-launchpad@tinyerp.com-20101116083420-rpr5nohjgsb851fk
2010-11-16 09:34:20 +01:00
Ferdinand@Camptocamp 44300bb3be [FIX] Account: performance account_move_line needs index on partner_id
lp bug: https://launchpad.net/bugs/571595 fixed

bzr revid: mra@mra-laptop-20101116041416-zonccm8lg9dvf2at
2010-11-16 09:44:16 +05:30
ARA (OpenERP) 3ef7b63fbc [FIX] account:opening entries from chart of account doesn't use context
lp bug: https://launchpad.net/bugs/672553 fixed

bzr revid: ara@tinyerp.com-20101115061841-ceay30hsach5kex2
2010-11-15 11:48:41 +05:30
Mustufa Rangwala 4e95e42233 [FIX] Account: Account : problem with journals and error messages
lp bug: https://launchpad.net/bugs/615268 fixed

bzr revid: mra@mra-laptop-20101111101353-iwtel2bf7sqdqhby
2010-11-11 15:43:53 +05:30
pso 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
Mustufa Rangwala ecd2554fb3 [MERGE] Account: Constration on move line..do not create move line with type=recievable and payble without partner (PSI branch)
bzr revid: mra@mra-laptop-20101103114617-fzxw09bkxvm0nil2
2010-11-03 17:16:17 +05:30
psi (Open ERP) 7e1eb6132d [MERGE] merge with dev-addons3 branch
lp bug: https://launchpad.net/bugs/662538 fixed

bzr revid: psi@tinyerp.co.in-20101103111507-firugtpi48s31l84
bzr revid: psi@tinyerp.co.in-20101103111656-ee8acl22oz7g2b9p
2010-11-03 16:46:56 +05:30
psi (Open ERP) db5010eca1 [ADD] account: Add groups on account_analytic_id
bzr revid: psi@tinyerp.co.in-20101103062128-7g2nplcwzcw54kqb
2010-11-03 11:51:28 +05:30
Mustufa Rangwala d366367ff2 [FIX] Account: account move line create method
bzr revid: mra@mra-laptop-20101102105542-041r1uivh0u60958
2010-11-02 16:25:42 +05:30
Raphaël Valyi ab38d5247d [FIX] Account: user can't validate the invoice of an other company; patch included
lp bug: https://launchpad.net/bugs/651426 fixed

bzr revid: mra@mra-laptop-20101102093337-0diiqe2wmapc68i2
2010-11-02 15:03:37 +05:30
Mustufa Rangwala 0e233a7dcb [REF]
bzr revid: mra@mra-laptop-20101025045336-ovh54n0q31db0hfp
2010-10-25 10:23:36 +05:30
Mustufa Rangwala 759f31ed3c [FIX] Account: creation of journal items with refrence field on it ..remove the ref field on create ..
bzr revid: mra@mra-laptop-20101021060207-1z44kagx1z6vukew
2010-10-21 11:32:07 +05:30
Mustufa Rangwala 2d10f3edbc [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018123412-fk56ukzdm98eyq1u
2010-10-18 18:04:12 +05:30
Mustufa Rangwala ac690626e0 [FIX]
bzr revid: mra@mra-laptop-20101018110356-8t6yqcdi84zbr8lh
2010-10-18 16:33:56 +05:30
Mustufa Rangwala 9e7d695c3f [FIX]
bzr revid: mra@mra-laptop-20101018104639-r9jhqu31ar79nbih
2010-10-18 16:16:39 +05:30
qdp-launchpad@tinyerp.com 00d06ed17a [MERGE] merged the branch 3
bzr revid: qdp-launchpad@tinyerp.com-20101018103711-3n1x1hsv5y167zc1
2010-10-18 12:37:11 +02:00
psi (Open ERP) 846b4d9dd5 [REF]
bzr revid: psi@tinyerp.co.in-20101015092325-i56uy192ctp9mlal
2010-10-15 14:53:25 +05:30
Mustufa Rangwala 2a77b86cd1 [REF]
bzr revid: mra@mra-laptop-20101015065648-x63gc3akv68nntwe
2010-10-15 12:26:48 +05:30
Mustufa Rangwala 0dc5d800f2 [REF] cleaing account
bzr revid: mra@mra-laptop-20101015063348-1karrzxmopp28zlz
2010-10-15 12:03:48 +05:30
Mustufa Rangwala da427c55dc [FIX] Account: Account move line => Now it will work if you have filter by dates and with initial balances
bzr revid: mra@mra-laptop-20101015061515-jct5lvb5iosc1a7p
2010-10-15 11:45:15 +05:30
Mustufa Rangwala 7e61b3f7c5 [FIX] Account: Move line fields view get => if there is not journal_id fields on search view
bzr revid: mra@mra-laptop-20101014134915-ml1ysjqoiumvr5wo
2010-10-14 19:19:15 +05:30
vth 68d68134da [FIX] Account :change Label on journal item it takes from the Journal Views
bzr revid: vth@tinyerp.com-20101014111925-f99f4r1gdhdnvh17
2010-10-14 16:49:25 +05:30
vth 0ea617db0e [REF] account
bzr revid: vth@tinyerp.com-20101013094527-fsm7bxmikmwopk2t
2010-10-13 15:15:27 +05:30
vth 685489a172 [REF] account
bzr revid: vth@tinyerp.com-20101011055153-h8hygvtjqkxc8004
2010-10-11 11:21:53 +05:30
vra 9b3bb243e5 [IMP] account: removed the static width assignment for 'ref' field from field_view_get of account move line.
bzr revid: vra@tinyerp.com-20101008062957-ur3zpitd8d6r1y04
2010-10-08 11:59:57 +05:30
Mustufa Rangwala e235f2a631 [FIX] Account: Account move line => Query get method improved with Initial balance calculation
bzr revid: mra@mra-laptop-20101005055122-9ywrjw1rwkvovkxy
2010-10-05 11:21:22 +05:30
Mustufa Rangwala 819ee1b9a1 [FIX] Account: move line query get
bzr revid: mra@mra-laptop-20101004114601-z0kjv5blmflm35c8
2010-10-04 17:16:01 +05:30
Mustufa Rangwala f90c074f3f [MERGE] Merge from trunk addons
bzr revid: mra@mra-laptop-20101004043444-6dvkwuhx05cdf134
2010-10-04 10:04:44 +05:30
qdp-launchpad@tinyerp.com d9c2e1a2e8 [FIX] account: typo in query_get + fix in common wizard report + [REF] account: query_get removal of period_manner in context
bzr revid: qdp-launchpad@tinyerp.com-20101001152403-7yy1l7sy0kdq728l
2010-10-01 17:24:03 +02:00
olt@tinyerp.com da504f014e [FIX] account: 'balance' field now uses '_query_get' and uses initial balance
bzr revid: olt@tinyerp.com-20101001125026-m6yabgobzcslok80
2010-10-01 14:50:26 +02:00
qdp-launchpad@tinyerp.com 45e78ba71e [IMP] account: improved the query_get of account_move_line to put the logic of initial balance computing + fixes on general ledger report
bzr revid: qdp-launchpad@tinyerp.com-20101001113241-ojddhmvr3q3zppzj
2010-10-01 13:32:41 +02:00
Mustufa Rangwala 6b80f6ca44 [FIX] Account: Move line tree view corrected in fields_view_get
bzr revid: mra@mra-laptop-20100923131014-tief5ypjrlb7azta
2010-09-23 18:40:14 +05:30
qdp-launchpad@tinyerp.com 4f294bb583 [FIX] account, reconciliation manul process: multi fixes (division by 0, put a condition on stopping the process for a partner, corrected stats and process in order to not show partners with only debit (or credit) entries
bzr revid: qdp-launchpad@tinyerp.com-20100923114315-px7xcih1tv8ic1n1
2010-09-23 13:43:15 +02:00
Mustufa Rangwala 5fc2cfcb0d [FIX] Account: account move line => If partner is not available in move lines and we try to reconcile it
bzr revid: mra@mra-laptop-20100922065727-id3cf8eki1hqakbv
2010-09-22 12:27:27 +05:30
Mustufa Rangwala 4f2b28dcb8 [FIX] Account: Account move line => journal items if the state is move user is not allowed to change its currency and amount of foreigh currency
bzr revid: mra@mra-laptop-20100921063631-4ndy7xo02o6thg93
2010-09-21 12:06:31 +05:30
qdp-launchpad@tinyerp.com 6d6d2d912f [REF] account: removal of reconciliation on bank statements (account.bank.statement.reconcile object). This feature should now be handled by account_voucher module
bzr revid: qdp-launchpad@tinyerp.com-20100917143045-j7n45wazq60xtdnv
2010-09-17 16:30:45 +02:00
pap (openerp) 4e61111c59 [IMP] Account: added user_id while created analytic lines
bzr revid: pap@tinyerp.co.in-20100917083134-dw7g5vf9myo03e47
2010-09-17 14:01:34 +05:30
Mantavya Gajjar b621b0d86f [FIX]: remove warning "WARNING⚠️Deprecated, use compute_all(...)['taxes'] instead of compute(...) to manage prices with tax included"
bzr revid: mga@tinyerp.com-20100915154904-supbzcdc15qgx0od
2010-09-15 21:19:04 +05:30
Olivier Dony d57d18e789 [IMP] account: proper check of main vs. secondary currency during move.line creation
bzr revid: odo@openerp.com-20100914131657-wxiij1ccr9fed005
2010-09-14 15:16:57 +02:00
qdp-launchpad@tinyerp.com 85d243fb44 [MERGE] merge with same branch
bzr revid: qdp-launchpad@tinyerp.com-20100913155446-gm9b07hb4fnd5yyo
2010-09-13 17:54:46 +02:00
Mantavya Gajjar 3519efd5a8 [FIX]: fix a journal_id problem for the Accounting/Journal Entry
bzr revid: mga@tinyerp.com-20100908104553-vl5uunhuoz3rfqi9
2010-09-08 16:15:53 +05:30
Mantavya Gajjar 3efbdcbd09 [FIX]: fix a problem for defult get in account_move_line
bzr revid: mga@tinyerp.com-20100908103630-0d09s3m6m67myp5f
2010-09-08 16:06:30 +05:30
Mustufa Rangwala 42e8cd0749 [IMP] Account: Add method on account move line => which unlink related reconcile ids for moves, Use that method on unreconcile wizard as well as fiscalyear closing with generating entries
bzr revid: mra@mra-laptop-20100907050352-07x1e8yxb9d8jlcm
2010-09-07 10:33:52 +05:30
qdp-launchpad@tinyerp.com 5ccf742524 [MERGE] merge with same branch + small improvements on accouting
[IMP] mrp: improved the mrp.production.form view

bzr revid: qdp-launchpad@tinyerp.com-20100906165421-zy7pz5sdfxgappe7
2010-09-06 18:54:21 +02:00
qdp-launchpad@tinyerp.com bd06a93a56 [IMP] account: fields company related should be readonly on account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20100906121623-sfqikkldkj3avioy
2010-09-06 14:16:23 +02:00
Mustufa Rangwala 199cb9061f [MERGE] Merge with trunk addons
bzr revid: mra@mra-laptop-20100906042640-n6pqzg3d1b6i308l
2010-09-06 09:56:40 +05:30
pap (openerp) 20bbdd3cf1 [IMP] Account:
- added analytic_account field on account_model_line
- removed wizard asking whether to open entries after creating entries from account model
- validating moves through Accounting/Periodical Processing/Draft Entries/Validate Journal Entries wizard validated moves with unbalanced entries too, fixed the bug
- added search view on account model

bzr revid: pap@tinyerp.co.in-20100903112950-eoferlxasre8pjkw
2010-09-03 16:59:50 +05:30
Mustufa Rangwala d93b7ba3bc [IMP] Account: Move line create method if you set the value of journal/period on creation of move line it will not change the value as per context's journal/period ..so you can create different journal/periond with move line
bzr revid: mra@mra-laptop-20100903091256-l3ut29d7d1bw1xle
2010-09-03 14:42:56 +05:30
Vir (Open ERP) ede4ce4399 [MOD] account,account_payment,account_followup : replace maturity date by due date
bzr revid: vir@tinyerp.com-20100903061045-np3lrhr0tcscgj7m
2010-09-03 11:40:45 +05:30
vra 6be24164f4 [FIX] account: fixed minor issue for move_id in '_check_date' method.
bzr revid: vra@tinyerp.com-20100901114708-aftvlyswk7d8x6lr
2010-09-01 17:17:08 +05:30
Fabien Pinckaers 303dec6976 [FIX] Cleaning account voucher: -550 lines
bzr revid: fp@tinyerp.com-20100826001459-ez2b5pik7jexm303
2010-08-26 02:14:59 +02:00
vra 8f53a0360a [IMP] account, account_folloup: improved color option in account move line tree view.
bzr revid: vra@tinyerp.com-20100825071133-5rmxquvpcj1wxfff
2010-08-25 12:41:33 +05:30
qdp-launchpad@tinyerp.com 37d61f380e [IMP] account: added missing label to ref field on account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20100824142839-t6uclkgls2oj7lay
2010-08-24 16:28:39 +02:00
qdp-launchpad@tinyerp.com cc358558d8 [FIX] account: previous conversion of ref field on account_move_line object into a fields.related was missing the store=True attribute
bzr revid: qdp-launchpad@tinyerp.com-20100824131759-ersa8v6ic95uakpr
2010-08-24 15:17:59 +02:00
qdp-launchpad@tinyerp.com 666510526b [IMP] account: replaced 'Ledger Posting' terms
bzr revid: qdp-launchpad@tinyerp.com-20100824130622-y3tujja6qw489as6
2010-08-24 15:06:22 +02:00
qdp-launchpad@tinyerp.com 10f1337855 [IMP] account: replaced the ref field on account.move.line with a related field on the linked move_id as discussed with fp and al
bzr revid: qdp-launchpad@tinyerp.com-20100824124722-o9ach2toz98ghpdf
2010-08-24 14:47:22 +02:00
qdp-launchpad@tinyerp.com d6a478e788 [IMP] account: put the move_id field of account.move.line object as required on the model object. Force that attribute to False in the views, as the system is already creating a new when needed. This change is not supposed to change the behavior, put it puts a constraint NOT NULL on the link between account.move.line and account.move
bzr revid: qdp-launchpad@tinyerp.com-20100824110414-6gj3asrsj8zxc8m1
2010-08-24 13:04:14 +02:00
qdp-launchpad@tinyerp.com ca733e4f0e [IMP] account: useability improvements
bzr revid: qdp-launchpad@tinyerp.com-20100824082543-w8248h9zw0veqj5u
2010-08-24 10:25:43 +02:00
Mantavya Gajjar 02ebd11c1f [REM]: remove account_voucher_paymet as this module merged with the account_voucher
[FIX]: fix a problem of onchange_move_line_id on sales payment
[FIX]: solve the problem of default_get on account_voucher_line

bzr revid: mga@tinyerp.com-20100820185746-mh8ucho9i2bjywgg
2010-08-21 00:27:46 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
PSI(OpenERP) 2f80a95c91 [IMP] Analytic account with group extended with all modules where it refrence
bzr revid: mra@mra-laptop-20100817111335-8zu0l0tqno8dj5u9
2010-08-17 16:43:35 +05:30
Mustufa Rangwala 7b409568c1 [FIX] Account: account move line
bzr revid: mra@mra-laptop-20100816070633-6i2q0tbd7r6q9yk3
2010-08-16 12:36:33 +05:30
PAP(OpenERP) 4d44919026 [IMP] Account correct entries analysis, other misc changes
bzr revid: mra@mra-laptop-20100814103045-m7tkki6fjl843ft1
2010-08-14 16:00:45 +05:30
Mantavya Gajjar 700157f459 [FIX]: fix a problme of account move line normal / dynamic view
[FIX]: fix a problem of opening balance for the cash statement
[FIX]: fix a small activity problem of voucher workflow
[FIX]: make appropreate side for journal list 
[FIX]: change the code for cash journal under demo data

bzr revid: mga@tinyerp.com-20100814090508-xkimy8djq0jqdg8j
2010-08-14 14:35:08 +05:30
Mantavya Gajjar aeea721e66 [FIX]: restrict the journal list in search view and list view of Journal Items
bzr revid: mga@tinyerp.com-20100813134730-8113k9lix2ebrncw
2010-08-13 19:17:30 +05:30
Mantavya Gajjar 8d4041f04b [FIX]: fix a name_search for account move
bzr revid: mga@tinyerp.com-20100813123519-wmz3jyddfr8vjb51
2010-08-13 18:05:19 +05:30
Mantavya Gajjar 23e3cf71de [IMP]: improve the search view for the account move line
[FIX]: fix a probelm for the loading view for Journal Items

bzr revid: mga@tinyerp.com-20100813122226-n0xklkg5898fxe4v
2010-08-13 17:52:26 +05:30