[FIX] account_voucher: don't break non-form views when overriding fields_view_get...
[odoo/odoo.git] / addons / account_voucher / account_voucher.py
2011-12-13 Xavier Morel[FIX] account_voucher: don't break non-form views when...
2011-12-07 Quentin (OpenERP)[FIX] account_voucher: fixed onchange_partner_id when...
2011-12-07 Quentin (OpenERP)[MERGE] merged the last branch of development related...
2011-12-02 Quentin (OpenERP)[FIX] account_voucher: fixes fixes fixes
2011-12-02 Quentin (OpenERP)[FIX] account_voucher: several fixes
2011-12-01 Raphael Collet[MERGE] lp:893977 (account_voucher: set analytic accoun...
2011-11-30 Quentin (OpenERP)[IMP] account_voucher: usability changes
2011-11-30 Quentin (OpenERP)[IMP] account_voucher: improvements inj usability ...
2011-11-30 Bharat (OpenERP)[IMP] : directly assigned the analytic_id if persists
2011-11-30 Bharat (OpenERP)[FIX] account : Account voucher: Analytic account assoc...
2011-11-24 Quentin (OpenERP)[IMP + FIX] account_voucher: fixed few remaining bugs...
2011-11-24 Quentin (OpenERP)[IMP] account_voucher: code cleaning and bugfixes
2011-11-23 Quentin (OpenERP)[FIX] account_voucher: fixed onchange_payment_rate_currency
2011-11-23 Quentin (OpenERP)[IMP] account_voucher: changed logic when paying an...
2011-11-23 Quentin (OpenERP)[IMP] account_voucher: added a a column 'full reconcile...
2011-11-23 Quentin (OpenERP)[FIX] account_voucher: small fixes in account_voucher...
2011-11-22 Quentin (OpenERP)[IMP] account_voucher: multi currency handling
2011-11-15 Bharat (OpenERP)[IMP] account_voucher : Added domain and tooltip on...
2011-10-21 Quentin (OpenERP)[FIX] account_voucher: do not let the field payment_rat...
2011-10-21 Quentin (OpenERP)[IMP] account_voucher: changed the views for sale and...
2011-10-21 Quentin (OpenERP)[IMP] account_voucher: added payment_rate field on...
2011-10-20 Quentin (OpenERP)[IMP] account_voucher: onchange_partner_id small refact...
2011-10-17 Quentin (OpenERP)[FIX] account_voucher: fixed error in args of _get_exch...
2011-10-17 Quentin (OpenERP)[FIX] account_voucher: fixed error in amount_currency...
2011-10-17 Quentin (OpenERP)[FIX] account_voucher: fixed error in amount_currency...
2011-10-13 Quentin (OpenERP)[MERGE] merged the refactoring of accounting entries...
2011-10-13 Quentin (OpenERP)[MERGE] lp:867461
2011-10-12 Mustufa Rangwala[FIX] account : in bank statement form when i tried...
2011-10-11 Quentin (OpenERP)[FIX] account_voucher: amount currency in voucher entries
2011-10-11 Javier Duran[REF] Correcting bad comment
2011-10-11 Javier Duran[REF] Just taking off some useless strings
2011-10-11 Javier Duran javie... [REF] Including decimal precision on amount_residual...
2011-10-11 Javier Duran javie... [REF] Exchange difference move lines was pushed to...
2011-10-11 Javier Duran javie... [REF] All the context_multicurrency logic pushed in...
2011-10-10 Javier Duran javie... [REF] Changing to an external method curr currency...
2011-10-10 javier@vauxoo.com[REF] Modifying writeoff_move_line_create method to...
2011-10-10 javier@vauxoo.com[REF] Modifying first_move_line_create method to return...
2011-10-10 javier@vauxoo.com[REF] Modifying action_move_create method to return...
2011-10-09 Javier Duran[REF] Just added a final comment
2011-10-09 Javier Duran[REF] writeoff_move_line_create We put in an external...
2011-10-09 Javier Duran[REF] voucher_move_line_create was created to generate...
2011-10-09 Javier Duran[REF] Creation of the first line in an external method...
2011-10-09 Javier Duran javie... [REF] Send outside action_move_line_create the process...
2011-10-08 Javier Duran javie... [REF] The method call the voucher as 'inv' it is confus...
2011-10-08 Javier Duran javie... [REF] Moved variables to be initialized in the correct...
2011-10-08 Nhomar Hernandez[REF] Deleted unused method _get_payment_term_lines...
2011-09-29 Vo Minh Thu[IMP] ir_sequence: call it with the new methods.
2011-09-27 Fabien Pinckaers[FIX] account_voucher
2011-09-27 Fabien Pinckaers[FIX] Account Voucher
2011-09-24 Fabien Pinckaersmerge
2011-09-22 Quentin (OpenERP)[FIX] account_voucher: fixed typo in error raised when...
2011-09-22 Rucha (Open ERP)[MERGE]: Merge with latest trunk-addons and resolved...
2011-09-18 Fabien Pinckaers[Useability] improved error message
2011-09-17 Fabien Pinckaers[FIX] bug 760412
2011-09-17 Fabien Pinckaersfix
2011-09-17 Fabien Pinckaersfix
2011-09-14 Mayur Maheshwari... [IMP]stock,purchase_requisition,crm:statusbar Improveme...
2011-08-25 Quentin (OpenERP)[FIX] account_voucher: fixed the case of supplier payments
2011-08-23 Quentin (OpenERP)[IMP] account_voucher: onchange amount now sets the...
2011-08-23 Quentin (OpenERP)[IMP] account_voucher: fixed the assignation of voucher...
2011-08-22 Quentin (OpenERP)[IMP] account_voucher: selection of a specific invoice...
2011-08-22 Quentin (OpenERP)[IMP] account_voucher: removed debug statement
2011-08-22 Quentin (OpenERP)[FIX] account_voucher: usability. onchange amount in...
2011-08-22 Quentin (OpenERP)[FIX] account_voucher: fixed currency on voucher.line...
2011-08-22 Quentin (OpenERP)[MERGE] merged ara's branch on voucher
2011-08-22 Quentin (OpenERP)[MERGE] fixes on voucher
2011-08-22 Quentin (OpenERP)[FIX] account_voucher: fixed writeoff amount method...
2011-08-09 ARA (OpenERP)[IMP] improve period of account_voucher
2011-08-04 ARA (OpenERP)[IMP] make move_line_id as required in account_voucher
2011-08-04 ARA (OpenERP)[IMP] improve find method of account period and make...
2011-07-21 Mustufa Rangwala[FIX] Account voucher: payment date refused when check...
2011-07-15 Quentin (OpenERP)[IMP] account_voucher: onchange of the amount must...
2011-07-15 Quentin (OpenERP)[IMP] account_voucher: multi currency improvements...
2011-07-15 Quentin (OpenERP)[IMP] account_voucher: multi-currency improvements...
2011-07-14 Quentin (OpenERP)[IMP] account_voucher: multi currency and usability...
2011-07-14 Quentin (OpenERP)[IMP] account_voucher: lots of improvements (part 1)
2011-07-06 ARA (OpenERP)[REM] account_voucher: remove: method=true
2011-07-05 ARA (OpenERP)[FIX] Can pay Sales Receipt multiple times
2011-07-05 ARA (OpenERP)[IMP] resolve conflict
2011-07-04 niv-openerp[merge]
2011-07-01 Olivier Dony[IMP] removed method=True params from all fields.function
2011-06-30 niv-openerp[imp] changed o2m in customer payment too
2011-06-30 niv-openerp[fix] small potential error that will never in this...
2011-06-30 niv-openerp[imp] implemented correct behavior for onchange_price...
2011-06-10 Mustufa Rangwala[FIX] Voucher: _check_paid method small fix
2011-06-01 ARA (OpenERP)[FIX] account_voucher: Can pay Sales Receipt multiple...
2011-06-01 ARA (OpenERP)[IMP]merge to main branch
2011-06-01 ARA (OpenERP)[IMP]account_voucher: Can pay Sales Receipt multiple...
2011-05-20 Jay Vora (OpenERP)[MERGE] Merged Amit Dodiya's branch for the fix of...
2011-05-20 Amit Dodiya (OpenERP)[FIX] account_voucher: change the behaviour of fields_v...
2011-05-06 Jay Vora (OpenERP)account_voucher : Respective Invoice only displayed...
2011-05-06 Jagdish Panchal... [FIX] account_voucher : Respective Invoice only display...
2011-04-20 ARA (OpenERP)[FIX] account_voucher: correct red fields..error when...
2011-04-04 ARA (OpenERP)account_voucher: Can pay Sales Receipt multiple times
2011-04-04 ARA (OpenERP)account_voucher: Can pay Sales Receipt multiple times
2011-03-31 ARA (OpenERP)[FIX] account_voucher: Can pay Sales Receipt multiple...
2011-03-31 ARA (OpenERP)[FIX] account_voucher: Can pay Sales Receipt multiple...
2011-03-19 Mantavya Gajjar[FIX]: fix review condition in voucher also change...
2011-03-19 Mantavya Gajjar[FIX]: post voucher entry based on the journal posting...
2011-03-18 mtr[MERGE] branch merged with lp:~openerp-dev/openobject...
next