Commit Graph

277 Commits

Author SHA1 Message Date
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