Commit Graph

587 Commits

Author SHA1 Message Date
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
Mantavya Gajjar c14544fe29 [FIX]: make a general method to convert string period_id to integer
[FIX]: fix problem toolbar in form view for account move line

bzr revid: mga@tinyerp.com-20100813110727-uhw2nwufbcjyx9jb
2010-08-13 16:37:27 +05:30
Mantavya Gajjar 308981d14e [FIX]: fix a problem of period_id, default value comes is str it should be in int,
need improve @ client after that this code does not required

bzr revid: mga@tinyerp.com-20100813100843-7hn9arrkyx0cdmct
2010-08-13 15:38:43 +05:30
Mantavya Gajjar aef424a9f2 [FIX/IMP]: fix a problem of journal entries (remove selection widget on period_id)
[IMP]: implement name_search for account move 
[IMP]: implement on_change_date for account move line, it will change the period
[FIX]: now it is possible to link existing lines with existing move -> remove readonly attribute on move_id under object account.move.line

bzr revid: mga@tinyerp.com-20100812201733-s0os5160atacra6e
2010-08-13 01:47:33 +05:30
Mantavya Gajjar f182d69495 [FIX]: fix a broken window action for account move wizard 'Reconcile Entries'
[IMP]: improve some views in account, and hr_payroll module view

bzr revid: mga@tinyerp.com-20100803133719-5jgyo5gcvrugxqkq
2010-08-03 19:07:19 +05:30
Mustufa Rangwala a5935b5366 [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100803043011-8j58befmrpm6uecj
2010-08-03 10:00:11 +05:30
Mantavya Gajjar 639fe80b9d [FIX]: fix for a default account in journal items on change partner
bzr revid: mga@tinyerp.com-20100802141802-g3z0oxug1v59j6cx
2010-08-02 19:48:02 +05:30
Mustufa Rangwala 6182d9ec02 [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100802130603-gkear5cizc86pn7q
2010-08-02 18:36:03 +05:30
Mantavya Gajjar a70befdac7 [FIX]: fix a problem for the account.move.line filter on sale/purchase tax
bzr revid: mga@tinyerp.com-20100802124955-23mov4lzth15yhx2
2010-08-02 18:19:55 +05:30
Mustufa Rangwala 84a53ba939 [MERGE] Merge with main branch
bzr revid: mra@mra-laptop-20100802044712-893xjg2dl61l8whu
2010-08-02 10:17:12 +05:30
Mantavya Gajjar a2f052b8c1 [FIX]: fix a problem of the voucher, and account move line
bzr revid: mga@tinyerp.com-20100730205951-f49t3znf1w9p25ef
2010-07-31 02:29:51 +05:30
Mustufa Rangwala aa11e3d434 [MERGE] Merge with main branch
bzr revid: mra@mra-laptop-20100728061306-j5ysfgfb09k8sbjj
2010-07-28 11:43:06 +05:30
Mantavya Gajjar 08855162c6 [IMP]: improvement in to the account
* invoice
* journal
* account move
* accout move lines

bzr revid: mga@tinyerp.com-20100727143307-sz4f7tb86mkzfs8g
2010-07-27 20:03:07 +05:30
Mustufa Rangwala 09709e7f29 [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100726132957-b1refmz0o5ewz6w6
bzr revid: mra@mra-laptop-20100727040715-y0wmz46r6glmq9sm
2010-07-27 09:37:15 +05:30
Mantavya Gajjar 3aa3051b4d [IMP]: account module improvements for the bank and cash statements
bzr revid: mga@tinyerp.com-20100726144132-43czgtm069okzshd
2010-07-26 20:11:32 +05:30
Mustufa Rangwala 84cf2f8177 [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100726063015-u2vmy0pk4pnlkq2o
2010-07-26 12:00:15 +05:30
Mantavya Gajjar 8c7900cd74 [FIX]: account.move.line: fix a variable problem
[IMP]: account.move: implement a graphview for account move

bzr revid: mga@tinyerp.com-20100724182656-akn7nrbes2ebs7ix
2010-07-24 23:56:56 +05:30
Mantavya Gajjar 8c04abda1b [FIX]: account.move: improve a copy method
[IMP]: improvement for a views

bzr revid: mga@tinyerp.com-20100724181802-lqx0gx47fg8j1et0
2010-07-24 23:48:02 +05:30
Mantavya Gajjar c5c499418d [IMP]: improvement in accounting
bzr revid: mga@tinyerp.com-20100723140726-9dcas1qebivvy4vo
2010-07-23 19:37:26 +05:30
Mustufa Rangwala 2e16fa9117 [IMP] Account move line: If we want to fiscal year to be empty in query for the condition with no filter and initial balance
[FIX] account report common

bzr revid: mra@mra-laptop-20100722044318-5s38i3y0dn138m5r
2010-07-22 10:13:18 +05:30
Mustufa Rangwala 0507c0ec77 [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100713115000-d155xsvlyl2i8xsb
2010-07-13 17:20:00 +05:30
Mantavya Gajjar ba8f090d18 [IMP]: improvement in accounting module
bzr revid: mga@tinyerp.com-20100713090130-nprwe7f05iv9w5q6
2010-07-13 14:31:30 +05:30
Mustufa Rangwala a031e8d55f [IMP] Account: account.move.line remove print
bzr revid: mra@mra-laptop-20100713044310-jc2bd10mw4g73yni
2010-07-13 10:13:10 +05:30
Mustufa Rangwala 891bbd761c [MERGE] merge with main branch
bzr revid: mra@mra-laptop-20100713034242-iu8mu2dql3xikx1l
bzr revid: mra@mra-laptop-20100713040258-qipc6idysyh40xff
2010-07-13 09:32:58 +05:30
Olivier Dony 2c5ed4adad [IMP] account, base_calendar, stock: another round of cr.commit() cleanup. One should never call cr.commit() explicitly unless after having created a dedicated cursor (and you should only do that in very rare cases, if ever). Please let the framework handle the transactions!
bzr revid: odo@openerp.com-20100712142859-306guxucojj6q358
2010-07-12 16:28:59 +02:00
Anup (OpenERP) ed1ab6093f [FIX] account/point_sale : Corrections in check_date method of move line
bzr revid: ach@tinyerp.com-20100712134045-e6jz2ajv2hoclsfm
2010-07-12 19:10:45 +05:30
Mustufa Rangwala cf8d254a72 [IMP] account: account.move.line => query_get method updated for charts of accounts
bzr revid: mra@mra-laptop-20100712132630-o0ehzcj2epag5a65
2010-07-12 18:56:30 +05:30
qdp-launchpad@tinyerp.com d7c1d75c87 [IMP] account: more refactoring on wizards (filter on journal)
bzr revid: qdp-launchpad@tinyerp.com-20100706121344-slqpt2hau5tngm7s
2010-07-06 14:13:44 +02:00
qdp-launchpad@tinyerp.com 470916f5d6 account: account balance report improvement (not yet finished)
bzr revid: qdp-launchpad@tinyerp.com-20100706093231-n3zj7v8nq42aujuy
2010-07-06 11:32:31 +02:00
Fabien Pinckaers 644a42f683 [FIX] improved view
bzr revid: fp@tinyerp.com-20100628201242-sws7fmqmtt27nbxr
2010-06-28 22:12:42 +02:00
Mantavya Gajjar df9590fe95 [FIX]: display all common fields form the journals views
bzr revid: mga@tinyerp.com-20100624132834-5xliec7dq477w38t
2010-06-24 18:58:34 +05:30
Mantavya Gajjar f63415abba [FIX]: fix a problem, now Journal Items will display all columns on first view load
bzr revid: mga@tinyerp.com-20100623114740-d2gq04riomwvj5bw
2010-06-23 17:17:40 +05:30
Mantavya Gajjar d966213c12 [REM]: remove the print stmt
bzr revid: mga@tinyerp.com-20100623112203-9e4x9lo3uk0fvapi
2010-06-23 16:52:03 +05:30
Mantavya Gajjar 5d8d3ce79e [REVIEW]: review accounting menus
[IMP]: finally replace the wizard Entry by Line to simple entry system

bzr revid: mga@tinyerp.com-20100622141042-7i884fp2vd5bjxad
2010-06-22 19:40:42 +05:30
Mustufa Rangwala 918ce43a9b [MERGE]
bzr revid: mra@mra-laptop-20100618112329-20lm2kf1x6ipz6yj
2010-06-18 16:53:29 +05:30
Mustufa Rangwala 509cf3964e [IMP] account: account reconcile partner process
bzr revid: mra@mra-laptop-20100618111559-knik7r51ry3se6wh
2010-06-18 16:45:59 +05:30
vra 80f5c0b3ab [FIX] account : minor fix.
bzr revid: vra@tinyerp.com-20100618102047-qk0q60951hltc17q
2010-06-18 15:50:47 +05:30
Mustufa Rangwala 3be7801205 [MERGE] merge with trunk addons and remove conficts
bzr revid: mra@mra-laptop-20100618083859-5jbrk4u9l2vojxu6
2010-06-18 14:08:59 +05:30
Mustufa Rangwala d73e5f7757 [REF]
bzr revid: mra@mra-laptop-20100618072359-a860w5bc6y9i56wi
2010-06-18 12:53:59 +05:30
vra 2cb7e09f47 [REF] ref.
bzr revid: vra@tinyerp.com-20100618060559-wslsjxa4t4aw97vz
2010-06-18 11:35:59 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
Mustufa Rangwala e7e7ba0e58 [REF] account move line
bzr revid: mra@mra-laptop-20100611130342-cfd8r0nf2syuxwp3
2010-06-11 18:33:42 +05:30
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
Mustufa Rangwala 70776b0c8f [MERGE] Merge sbh brancg for changes of product_margin, sale_marign merge, product_visible_discount, account_invoice_salesman
bzr revid: mra@mra-laptop-20100610041130-70m3cg90i1xkehoy
2010-06-10 09:41:30 +05:30
Mustufa Rangwala 9148775b6e [MERGE] merge mtr branch for changes of multicompany environement with account move lines
[IMP] optimize the code

bzr revid: mra@mra-laptop-20100609132253-giau5tgcdlcoh6aq
2010-06-09 18:52:53 +05:30
mtr af6e99a052 [IMP] account,sale:checked multi-company in accounting and sale module
bzr revid: mtr@mtr-20100608064531-6q96hu7uet2e5qc9
2010-06-08 12:15:31 +05:30
EDA(Axelor) 7470d1da1a [FIX] Account : Wrong calculation for payment date corrected
bzr revid: jvo@tinyerp.com-20100601105022-2ifz2piufgu3r79v
2010-06-01 16:20:22 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
Jay (Open ERP) 50724c0a0f [MERGE] MErged from main branch
bzr revid: jvo@tinyerp.com-20100519145940-s8tk9v6lmxkp6idg
2010-05-19 20:29:40 +05:30
Jay (Open ERP) 35791bbde3 [REF]
bzr revid: jvo@tinyerp.com-20100519124923-09fiqka3gexs6yh2
2010-05-19 18:19:23 +05:30
JMA (OpenERP) 72bd05b3c2 [FIX] Account : USer will be notified for unreconciling partial reconcilatins if he tries to cancel the invoice
bzr revid: jma@tinyerp.com-20100512104158-uvbap84l2jnzcnsz
2010-05-12 16:11:58 +05:30
Jay(Open ERP) 0398d67493 [FIX](5.0 - 6.0) Account : code improved for move line creation
bzr revid: vra@tinyerp.com-20100510140828-o5w5yyd4wegw4uc2
2010-05-10 19:38:28 +05:30
Jay(Open ERP) ee48c965e5 [FIX] (5.0 - 6.0)Account : Manual reconcilation should work with the option of Skip Draft Entries of Journal
bzr revid: vra@tinyerp.com-20100510102537-wunu090pw1ycpbub
2010-05-10 15:55:37 +05:30
Jay(Open ERP) 99d8cd6e3c [FIX] (5.0 to 6.0)Account : Added centralization check on write() of move line
bzr revid: vra@tinyerp.com-20100510100550-4wk259iksi9f0aer
2010-05-10 15:35:50 +05:30
mra (Open ERP) 87a2597fa3 [IMP] account: Account move line creation
bzr revid: mra@tinyerp.com-20100428063659-2ny3nnmgg4s6wii2
2010-04-28 12:06:59 +05:30
mra (Open ERP) e8dda69146 [IMP] account: Improve code
bzr revid: mra@tinyerp.com-20100427134123-0fbxu36rgcv1r9kq
2010-04-27 19:11:23 +05:30
mra (Open ERP) 5b680bfd88 [IMP] account: Improve code
bzr revid: mra@tinyerp.com-20100427133837-xm50yq43zctymy1d
2010-04-27 19:08:37 +05:30
mra (Open ERP) ff2277ac30 [FIX] account: Account Move Line creation error=> when there is no debit and credit value
lp bug: https://launchpad.net/bugs/570132 fixed

bzr revid: mra@tinyerp.com-20100427125847-jd7v6ptp0gfhv00s
2010-04-27 18:28:47 +05:30
RVO(OpenERP) b170ef94fc FIX converted private methods called from views to public
bzr revid: hda@tinyerp.com-20100325141736-itdnr9bfe7iox4to
2010-03-25 19:47:36 +05:30
Fabien Pinckaers 1091830208 [IMP] configurable digits in floats per application
bzr revid: fp@tinyerp.com-20100306205219-pg1r78deq76t2jg2
2010-03-06 21:52:19 +01:00
mra (Open ERP) 6aa92e5d6a [REM] account_balance: Removed module (merge with account module)
[ADD] account: account_balance module reports

bzr revid: mra@tinyerp.com-20100305103609-ulqvx8ng3ck4ucv1
2010-03-05 16:06:09 +05:30
Raphaël Valyi 42f1ff14d1 [REF] fixed datetime now() method call in account and sale modules
bzr revid: rvalyi@gmail.com-20100301051651-2gdc7tn8ljyi5vz9
2010-03-01 02:16:51 -03:00
Raphaël Valyi bb84484882 [REF] [account] further mx.DateTime cleanup
bzr revid: rvalyi@gmail.com-20100301045316-mw67ahn1epe4lknq
2010-03-01 01:53:16 -03:00
olt@tinyerp.com 222ab7cd11 [FIX] account: context argument was missing from method signature
bzr revid: olt@tinyerp.com-20100222150724-o1dltc9hxc5hc3ek
2010-02-22 16:07:24 +01:00
HDA (OpenERP) 284ec3e006 Merged with client
bzr revid: hda@tinyerp.com-20100216142723-ul7m7do5fpl3r9av
2010-02-16 19:57:23 +05:30
Christophe Simonis 231c5c04c2 [FIX] Unable to validate supplier invoice/refund with reference greater than 32 characters. The reference is used as reference for the move lines and the analytic account line but the reference of these objects are limited to 32 characters, raising an sql error. It also broke the workflow of the invoice.
lp bug: https://launchpad.net/bugs/518914 fixed

bzr revid: chs@tinyerp.com-20100208171726-3nabrcko8q8zo215
2010-02-08 18:17:26 +01:00
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Jay (Open ERP) a23b83db01 [FIX] Functional fields should have context as an argument when we use fnct_searc method
lp bug: https://launchpad.net/bugs/504670 fixed

bzr revid: jvo@tinyerp.com-20100108113858-dp3e8pm5px4uspum
2010-01-08 17:08:58 +05:30
UCO 6940efb21f Improvement in tooltip
bzr revid: vir@tinyerp.com-20091230111438-xwhuk2qio9xjyu2y
2009-12-30 16:44:38 +05:30
Fabien Pinckaers c032072ca1 merge
bzr revid: fp@tinyerp.com-20091223171752-zunj0g08eknomv0l
2009-12-23 18:17:52 +01:00
Fabien Pinckaers cbd41d602b [FIX] multi company_default
bzr revid: fp@tinyerp.com-20091223171639-hgvyetizdgyh0itv
2009-12-23 18:16:39 +01:00
uco (OpenERP) c1d66e1ac5 [IMP]: Generalization of tooltips: Added tooltips for 'origin' fields, renamed 'Ref' to 'Reference', Added same tooltips for same fields of 'account & account template' and 'tax & tax templates'
bzr revid: uco@tinyerp.co.in-20091222093841-2uamhp6w0wkmcnk0
2009-12-22 15:08:41 +05:30
uco (OpenERP) c9f66f69f0 [IMP]: Tooltip improvements: Typo errors and improvements
bzr revid: uco@tinyerp.co.in-20091221095054-do0gbj9907u3oyxc
2009-12-21 15:20:54 +05:30
Fabien Pinckaers d1ffd281b0 [FIX] multicompany
bzr revid: fp@tinyerp.com-20091209103611-jit101ufi52teo8a
2009-12-09 11:36:11 +01:00
Fabien Pinckaers 6dce4f1248 [FIX] related are stored
bzr revid: fp@tinyerp.com-20091209095238-1rt7nk6fel8n6bzy
2009-12-09 10:52:38 +01:00
Harry (Open ERP) ec0abc8968 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091202085041-v3ae7tu3krbr2heh
2009-12-02 14:20:41 +05:30
fabian 9cc171f3ef [REM] Removed company wise prices in product (it should use pricelist instead)
[ADD] Added company_id fields in multiple models
[ADD] Added multicompany management for invoice, sale, mrp and stock (it now passes the company_id from ressource to ressource)
[FIX] Fixed default company method
[ADD] Added multicompany rules to demo datas

bzr revid: fabian@fabian-openerp-20091201145418-upu1kghhvrk4yuzy
2009-12-01 15:54:18 +01:00
Jay (Open ERP) 0b44aff80b [FIX] Account : making the default_get() eTiny compatible
lp bug: https://launchpad.net/bugs/490342 fixed

bzr revid: jvo@tinyerp.com-20091201135539-33qrq2g81un1lyr8
2009-12-01 19:25:39 +05:30
nch@tinyerp.com cf02ffe65f [IMP]:Account sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091130102422-dgvq2kh7y8dm453q
2009-11-30 15:54:22 +05:30
kum (Open ERP) c9f87c4dc9 [IMP] English Improvement resolved conflicts
bzr revid: kum@tinyerp.co.in-20091125113147-pmsqovlrx4ia54hf
bzr revid: kum@tinyerp.co.in-20091126062538-149ru08q9obdlksy
bzr revid: kum@tinyerp.co.in-20091126084252-ml6pgh170e6f4r3f
2009-11-26 14:12:52 +05:30
uco (OpenERP) 9a47388fd6 [REF]: Improved state field tooltips
bzr revid: uco@tinyerp.co.in-20091125100347-xt927v8iyl0bu2ua
2009-11-25 15:33:47 +05:30
kum (Open ERP) 38caea46b0 [IMP] English Improvement
bzr revid: kum@tinyerp.co.in-20091125093144-4pburrqn0rhq6y39
2009-11-25 15:01:44 +05:30
rpa (Open ERP) c86680370d [Merge]: Merge with same branch
bzr revid: rpa@tinyerp.com-20091125071039-pttk0tadnftcgrlm
2009-11-25 12:40:39 +05:30
fabian e1e9f45100 [IMP] Added company_id fields for multicompany management
[IMP] Improved demo datas for mutlicompany

bzr revid: fabian@fabian-openerp-20091124171516-c7dwf40yfi9wm2mu
2009-11-24 18:15:16 +01:00
uco (OpenERP) 47a820f7a1 [ADD]: Added tooltips for all state fields.
bzr revid: uco@tinyerp.co.in-20091123135238-oadv1oyefpsi9631
2009-11-23 19:22:38 +05:30
gpa ac0348f28a [IMP]account,hr_timesheet_sheet,product,project,purchase,sale modules: company_id [ADD] multi_company module.
bzr revid: gpa@gpa-desktop-20091120134742-xzwscqyhzxsbijt5
2009-11-20 19:17:42 +05:30
vra 80861660c6 merge multi_company, multi_company_account, multi_company_hr_timesheet_sheet, multi_company_product, multi_company_project, multi_company_purchase modules.
bzr revid: vra@tinyerp.com-20091110124920-qho0im1rrx3mf4sf
2009-11-10 18:19:20 +05:30
HDA (OpenERP) 1b0700fd2f Merged
bzr revid: hda@tinyerp.com-20091106111216-hwo5f87jzd5llx7i
2009-11-06 16:42:16 +05:30
HDA (OpenERP) a05dc59623 Merged for financial improvements
bzr revid: hda@tinyerp.com-20091106075143-5y1tyxj41h5f9t1g
2009-11-06 13:21:43 +05:30
Joel Grand-Guillaume 675d14e54f [FIX] Use price_accuracy to verify balanced entry insteed of fixed '0,0001'. Add price_accuracy on debit and credit move lines
lp bug: https://launchpad.net/bugs/452854 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091103073004-7vjpq2t4uqwpgi0j
2009-11-03 08:30:04 +01:00
rvalyi 7a2cbc32de [FIX][IMP] Correct write-off date, add analytic account, better interface between all way to reconcile
lp bug: https://launchpad.net/bugs/435160 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091102084000-h21k703spch2hqxl
2009-11-02 09:40:00 +01:00
UCO(OpenERP) c4540e220e Improved search views
bzr revid: hda@tinyerp.com-20091029101618-cjre798oi4ycmypi
2009-10-29 15:46:18 +05:30
uco (OpenERP) f0b5bc678c [REF]: Small Modifications
bzr revid: uco@tinyerp.co.in-20091028101332-2h2vz1a02pk1s4ph
2009-10-28 15:43:32 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
HDA (OpenERP) d514c8c694 [MERGE]
bzr revid: hda@tinyerp.com-20091001120743-ccchg1bds3iu2hb3
2009-10-01 17:37:43 +05:30
HDA (OpenERP) 7d3a5b51ba [Merged] stable and trunk addons
bzr revid: hda@tinyerp.com-20090924104621-7p53erkfs9xa0bev
2009-09-24 16:16:21 +05:30
GPA(Open ERP) 62749f5823 [FIX] Account : Move line creation was giving encoding error while automated entries were inserted,corrected
lp bug: https://launchpad.net/bugs/431871 fixed

bzr revid: jvo@tinyerp.com-20090918103321-duidpcu12b358dlv
2009-09-18 16:03:21 +05:30
Fabien Pinckaers b7f5aa52c5 merge
bzr revid: fp@tinyerp.com-20090820153205-1j6pt7x12uzms06m
2009-08-20 17:32:05 +02:00