Fixed problems with po files:
[odoo/odoo.git] / addons / account / account_move_line.py
2008-11-13 Mustufa Rangwalabug fix: when move line is already reconciled and we...
2008-11-06 Jay VoraAdded merging invoice entries functionality
2008-11-03 Christophe Simonispassing modules in GPL-3
2008-10-23 Fabien Pinckaersbugfixes_currencies
2008-09-25 Mustufa Rangwalasolve problem :
2008-09-25 Mustufa Rangwalabug fix:
2008-09-25 Mustufa Rangwalabug fix on move line and account_budget
2008-09-10 Jay VoraCorrected manual entry behaviour on account.move form...
2008-09-09 Jay VoraProvided complete onchange effect to account.move.line
2008-09-08 Jay Vorapartial commit for account move task
2008-09-08 Mustufa Rangwalacomputation of maturity date on move_line using the...
2008-09-05 Fabien PinckaersBugfixes and Improvements
2008-08-29 Fabien Pinckaersbugfix
2008-08-29 qdp*removed active field from account_move_line, part 2
2008-08-29 Fabien PinckaersMerge
2008-08-29 Fabien PinckaersModifs
2008-08-29 qdp*removed the active field on account.move.line
2008-08-28 Fabien PinckaersModifs
2008-08-25 Fabien PinckaersModifs
2008-08-25 Fabien PinckaersMerge
2008-08-25 qdp*commited patch of c2c to bugfix multi currencies glitc...
2008-08-25 qdp*pushed mra's work:
2008-08-22 Fabien PinckaersModifs
2008-08-19 Jay VoraAccount.move.line:Added analytic entries on manual...
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-14 Jay VoraOn account move line:Added tax and analytic account...
2008-07-30 Harshad ModiDeveloped the get move wizard on a picking:
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisreplace tabs with 4 spaces
2008-07-08 Christophe Simonis* translation of nearly all exceptions
2008-06-17 Fabien PinckaersImprovements inmenus
2008-06-16 Fabien PinckaersBugfix reconciliation multi-currencies
2008-06-16 Fabien PinckaersBugfix Pay Invoice Wizard
2008-06-16 stwadd Copyright and GPL license into the Header of Python...
2008-06-16 stwadd the svn:keywords Id on all .py, .xml, .bat
2008-06-04 qdp*added a new functionnality to allow the user to set...
2008-06-03 Fabien PinckaersMove Line better name_get
2008-03-03 Fabien PinckaersImprovement in accounting, allow modifying entries...
2008-01-21 Fabien PinckaersFiscal Year bugfix
2008-01-11 cedUse all open fiscal year if no fiscal year is selected
2008-01-09 Fabien PinckaersPartial Reconciliation
2007-12-27 cedFix centralization on journal
2007-12-27 cedAdd index on account_id for account_move_line
2007-12-11 cedFix tax line when encoding account lines manually
2007-11-30 cedFix default value if move_id is not find.
2007-11-26 cedAdd invoice on account move line
2007-11-26 cedUse the start date of the period by default for account...
2007-11-21 cedFix ref in account move line from invoice and some...
2007-09-05 cedDon't reconcile not valid state and don't raise Excepti...
2007-08-29 cedImprove performance on reconcile line
2007-08-10 Fabien PinckaersBugfix
2007-08-09 cedMerge branch 'assert'
2007-08-09 cedNow property are also browse record
2007-08-01 bchACCOUNT: use the argument obj instead of the harcoded...
2007-07-31 cedbase, account: fix is_zero and pay_and_reconcile test
2007-07-30 cedaccount, base: fix rounding for reconcile
2007-07-26 cedaccount: add index on (journal_id, period_id)
2007-07-26 cedaccount: improve speed in account_move_line creation...
2007-07-26 cedaccount: add constraint on account inactive
2007-07-26 cedaccount: remove state from many fields of move line
2007-07-26 cedaccount: add tax code/amount in the form view of move...
2007-07-26 cedaccount: remove state from many fields of move line
2007-07-26 cedaccount: remove exception when opening an partner when...
2007-07-26 cedaccount: add tax code/amount in the form view of move...
2007-07-26 Fabien PinckaersRemoved
2007-07-23 cedaccount: remove state from many fields of move line
2007-07-23 cedaccount: add tax code/amount in the form view of move...
2007-07-23 cedaccount: remove state from many fields of move line
2007-07-23 cedaccount: add tax code/amount in the form view of move...
2007-07-19 cedMerge branch 'master' of ssh://ced@dev.tinyerp.com...
2007-07-19 cedaccount: add tax code/amount in the form view of move...
2007-07-19 cedaccount: remove state from many fields of move line
2007-07-17 cedaccount: fix report
2007-07-11 cedaccount: remove exception when opening an partner when...
2007-07-10 cedaccount: add tax code/amount in the form view of move...
2007-07-09 cedaccount: remove state reconciled from account.move...
2007-06-26 Fabien PinckaersFollowup bugfix
2007-06-20 Fabien PinckaersModifs Totals in lists
2007-06-08 cedACCOUNT: improve reconcile
2007-06-01 Fabien PinckaersFields one2many:
2007-05-26 Fabien PinckaersModifs
2007-05-25 Fabien PinckaersNew modules:
2007-05-24 cedCLIENT,KERNEL: new tag act_window for new relate implem...
2007-05-14 cedACCOUNT: remove active on account.account and add new...
2007-04-19 Fabien PinckaersImprovement in the accounting:
2007-03-28 Mantavya GajjarACCOUNT: add multi-company into base accounting
2007-03-13 cedACCOUNT: remove print
2007-02-23 cedACCOUNT: fix tax compute by journal type
2007-02-23 cedACCOUNT: fix call to account.tax.compute
2007-01-04 cedACCOUNT: Add possibilitty to include tax amount in...
2007-01-04 bchACCOUNT: