Launchpad automatic translations update.
[odoo/odoo.git] / addons / account / account_move_line.py
2014-01-10 Olivier Dony[FIX] account: restore cross-account reconciliation...
2014-01-08 Quentin (OpenERP)[FIX] account: amount in secondary currency shouldn...
2014-01-07 Martin Trigaux[FIX] _auto_init: return a value to _auto_init calls...
2013-12-06 Martin Trigaux[FIX] account: performance improvement on analytic...
2013-11-20 Denis Ledoux[FIX]account: fix _balance func field on account.move...
2013-09-18 Martin Trigaux[IMP] account: performance improvement on the creation...
2013-08-12 Martin Trigaux[FIX] account: pass context to move line reconciliation...
2013-06-13 Martin Trigaux[MERGE] [FIX] account: better check of context when...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-04-25 Quentin (OpenERP)[FIX] account: fixed bad constraint message
2013-04-18 Quentin (OpenERP)[FIX] account, account.move.line form view: the same...
2013-04-18 Quentin (OpenERP)[FIX] account* modules: added 'account_period_prefer_no...
2013-03-26 Chris Biersbach[FIX] account_move_line: takes into account the ir_rule...
2013-03-22 Quentin (OpenERP)[FIX] account: manual reconciliation was not showing...
2013-03-22 Josse Colpaert[FIX] Use created date instead of account move line...
2013-03-18 Quentin (OpenERP)[FIX] account: fixed the filter used in manual reconcil...
2013-03-18 Josse Colpaert[FIX] Change SQL query for manual reconciliation partne...
2013-03-15 Somesh Khare (OpenERP)[FIX]account_move_line:due to boolean value for journal...
2013-02-26 Xavier ALT[MERGE] OPW 582763: account: improve error message...
2013-01-11 Quentin (OpenERP)[FIX] account: when editing an account.move, don't...
2012-12-18 Olivier Dony[MERGE] Another batch of bugfixes from 6.1
2012-12-18 Olivier Dony[MERGE] Bugfixes from 6.1 until revision 6900
2012-12-17 Cecile Tonglet[FIX] replace from/import decimal_precision by from...
2012-12-10 Vo Minh Thu[MERGE] merged trunk.
2012-12-08 Fabien Pinckaers[IMP] fields name
2012-12-07 Olivier Dony[MERGE] Another batch of Bugfixes from 6.1
2012-12-06 Olivier Dony[MERGE] Bugfixes from 6.1 until revision 6800
2012-12-06 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-06 Josse Colpaert[IMP] Merge from trunk
2012-12-06 Josse Colpaert[IMP] Search functions on amounts and dates in partner
2012-12-05 Paramjit Singh Sahota[IMP] Rename string from 'Journal Entry' to 'Journal...
2012-12-05 nep-OpenERP[IMP] account : Improved warning message for already...
2012-12-04 Quentin (OpenERP)[MERGE] merged the branch with supplier payment term...
2012-11-30 Quentin (OpenERP)[MERGE] trunk
2012-11-29 Alexis de LattreMerge with addons/trunk revno 8168.
2012-11-28 dle@openerp.com[MERGE]Latest trunk
2012-11-27 Quentin (OpenERP)[MERGE] trunk
2012-11-27 Denis Ledoux dle... [FIX]journal_id and period_id check wrong in _get_date
2012-11-26 Quentin (OpenERP)[REF] account, hr_timesheet_invoice: code refactoring
2012-11-23 Quentin (OpenERP)[REF] account: refactoring of default_get() of account...
2012-11-22 Josse Colpaert[IMP] Clean-up before multi-compny
2012-11-22 Denis Ledoux dle... [DEL]Remove commented useless fields_view_get
2012-11-22 Denis Ledoux dle... [FIX]Possibility to choose journal none and period...
2012-11-22 Denis Ledoux dle... [ADD]Possibility to select no journal and/or no period
2012-11-22 Quentin (OpenERP)[REF] some code/error message refactoring
2012-11-22 Quentin (OpenERP)[MERGE] trunk
2012-11-22 Denis Ledoux dle... [ADD]Reconcile function which return the full or partia...
2012-11-21 Denis Ledoux dle... [MERGE][FIX][IMP]Latest trunk + lots of things. I shoul...
2012-11-21 Denis Ledoux dle... [IMP]Journals views in one, comment of fields_view_get...
2012-11-15 Arnaud Pineux[TEST]
2012-11-13 Denis Ledoux dle... [MERGE]Latest trunk
2012-11-13 Fabien Pinckaers[MERGE] fix better error handling for move.line constra...
2012-11-12 Denis Ledoux dle... [MERGE]Latest Trunk
2012-11-12 Denis Ledoux dle... [IMP]Menuitem moved
2012-11-12 Denis Ledoux dle... [ADD]Default get journal_id and period_id
2012-11-12 Fabien Pinckaers[MERGE] fix in accounting
2012-11-12 Foram Katharotiya... [MERGE] with trunk
2012-11-10 Fabien Pinckaers[FIX] reconcile
2012-11-09 Ajay Chauhan (OpenERP)[FIX] account: solve traceback when reconciliation
2012-11-09 Foram Katharotiya... [MERGE] with trunk
2012-11-08 Fabien Pinckaers[FIX] if view_id provided in account.move.line, do...
2012-11-07 Foram Katharotiya... [FIX] Uncaught TypeError: Cannot read property 'attrs...
2012-11-05 Denis Ledoux dle... [ADD]QuickAdd Move Line View
2012-11-01 Saurang Suthar[FIX]account:fixed the issue of traceback instead of...
2012-11-01 Mayur Maheshwari... [FIX]account : list index error when context have...
2012-10-26 Joël Grand-Guillaume[IMP] Forbid to remove the reconcile on opening entries...
2012-10-26 Joël Grand-Guillaume[IMP] Add a check on entries that user cannot provide...
2012-10-26 Joël Grand-Guillaume[IMP] For manual entries when multicurrency :
2012-10-19 Quentin (OpenERP)[FIX] account: the readonly fields aren't send to the...
2012-10-17 Quentin (OpenERP)[IMP] account: usability improvement
2012-10-12 Mayur Maheshwari... [IMP]all: imporve string state to status
2012-10-02 Antonin Bourguignon[MERGE] trunk
2012-09-29 Fabien Pinckaers[IMP] improved error message
2012-09-29 Fabien Pinckaers[MERGE] [FIX]account: fix the issue of Centralised...
2012-09-24 Quentin (OpenERP)[FIX] account: fixed list_partners_to_reconcile() in...
2012-09-21 niv-openerpmerge trunk
2012-09-21 Fabien Pinckaers[IMP] usability in journal items, manual reconciliation
2012-09-19 Amit Patel[IMP]:improved code
2012-09-19 Amit Patel[MERGE/IMP]
2012-09-19 Amit Patel[IMP]:account:pass correct context in journal_id
2012-09-18 Khushboo Bhatt ... [FIX]account:create journal items
2012-09-18 Quentin (OpenERP)[IMP/FIX] account, manual reconciliation process
2012-09-17 niv-openerpremoved lot of stuff
2012-09-13 Khushboo Bhatt ... [FIX]account:fix the issue of customer/supplier journal...
2012-09-10 Jigar Amin - OpenERPMerged lp:~openerp-dev/openobject-addons/trunk-remove...
2012-09-06 Olivier Dony[MERGE] OPW 573257: account.move.line: proper handling...
2012-08-23 Ravish Murari (Ope... [FIX] improved the in code
2012-08-23 RGA(OpenERP)[IMP] Added old wizrad algo to computer prgoress of...
2012-08-23 Ravish Murari (Ope... [merge] with latest addons
2012-08-07 Antonin Bourguignon[IMP] all the warning messages now start with 'Warning...
2012-08-07 Antonin Bourguignon[IMP] all the error messages now start with 'Error...
2012-08-07 Antonin Bourguignon[IMP] error messages
2012-08-06 Antonin Bourguignon[IMP] rephrase some error and warning messages in account
2012-08-06 RGA(OpenERP)[IMP] code clean up
2012-08-02 Alexis de LattreMerge with addons-trunk revno 7150
2012-07-27 Xavier Morel[FIX] OPW 575885: read_group result not coherent with...
2012-07-25 pso (OpenERP)[IMP] Improved warning messages for account module
2012-07-25 pso (OpenERP)[IMP] Improved warning messages for account module
2012-07-24 RGA(OpenERP)Merge with trunk
2012-07-20 RGA(OpenERP)[IMP] set default selected record when list view load
next