Merge with addons/trunk revno 8168.
[odoo/odoo.git] / addons / account / account.py
2012-11-29 Alexis de LattreMerge with addons/trunk revno 8168.
2012-11-28 dle@openerp.com[MERGE]Latest trunk
2012-11-23 Quentin (OpenERP)[REF] account: refactoring of default_get() of account...
2012-11-22 Quentin (OpenERP)[REF] some code/error message refactoring
2012-11-22 Quentin (OpenERP)[MERGE] trunk
2012-11-22 Denis Ledoux dle... [FIX]Too much deleted in _prepare_all_journals
2012-11-22 Denis Ledoux dle... [DEL]View_id references missed
2012-11-22 Denis Ledoux dle... [REM]Remove all account.journal.view and account.journa...
2012-11-21 Denis Ledoux dle... [MERGE][FIX][IMP]Latest trunk + lots of things. I shoul...
2012-11-15 Arnaud Pineux[TEST]
2012-11-06 Rajesh Prajapati... [IMP] account : string changed
2012-11-06 Rajesh Prajapati... [IMP] account : method code changed
2012-11-06 Rajesh Prajapati... [IMP] account : method name changed
2012-11-06 Rajesh Prajapati... [IMP] account : added constraints to check parent account
2012-10-26 Joël Grand-Guillaume[IMP] Forbid to remove the reconcile on opening entries...
2012-10-26 Joël Grand-Guillaume[IMP] Forbid the user to delete any move linked to...
2012-10-26 Joël Grand-Guillaume[IMP] Add a constraints on reconcile object to forbid...
2012-10-25 Joël Grand-Guillaume[IMP] Forbid to change type of account for 'consolidati...
2012-10-25 Joël Grand-Guillaume[IMP] For legal reason (forbiden to modify journal...
2012-10-24 Fabien Pinckaers[MERGE] typo
2012-10-19 Quentin (OpenERP)[FIX] account: the readonly fields aren't send to the...
2012-10-16 Mayur Maheshwari... [MERGE]: Merge with lp:openobject-addons
2012-10-15 Quentin (OpenERP)[REF] account: removed dead field 'property_reserve_and...
2012-10-12 Mayur Maheshwari... [IMP]all: imporve string state to status
2012-10-10 Fabien Pinckaers[MERGE]
2012-10-03 Xavier Morel[MERGE] from trunk
2012-10-02 Antonin Bourguignon[FIX] a few problems introduced with the last merge
2012-10-02 Antonin Bourguignon[MERGE] trunk
2012-10-01 Xavier Morel[FIX] account: correctly handle 'false' close_method
2012-10-01 Xavier Morel[FIX] account: incorrect check for parent_id value
2012-09-30 Fabien Pinckaers[MERGE] better domain on CoA template
2012-09-29 Fabien Pinckaers[MERGE] fix unicode problem on account
2012-09-29 Fabien Pinckaers[MERGE] for spanish localisation
2012-09-29 Fabien Pinckaers[FIX] translate journal view
2012-09-28 Vijaykumar Baladaniya[FIX] Add Domain in parent_id and remove unnecessary...
2012-09-25 Foram Katharotiya... [MERGE] merge with parent
2012-09-24 Antonin Bourguignon[IMP] handling of '(copy)' l10n
2012-09-24 Foram Katharotiya... [IMP] solve KeyError: 'amount' in Open Journal Entries...
2012-09-20 Fabien Pinckaers[MERGE] fixes in account
2012-09-17 Amit Patel[MERGE]
2012-09-14 Jigar Amin - OpenERP[Merge] lp:~openerp-dev/openobject-addons/trunk-addons9...
2012-09-14 Jigar Amin - OpenERP[MERGE] lp:openobject-addons
2012-09-13 Antonin Bourguignon[IMP] code cleaning
2012-09-13 Khushboo Bhatt ... [FIX]account:fix the issue of customer/supplier journal...
2012-09-13 Antonin Bourguignon[FIX] recurring line's model form view
2012-09-12 Randhir Mayatra... [MERGE]merge with parent branch
2012-09-12 Antony Lesuisse[IMP] account template loading speedup 1min on runbot
2012-09-10 Stephane Wirtel[MERGE] account: Fix a typo in the variable name
2012-09-10 Jigar Amin - OpenERPMerge lp:~openerp-dev/openobject-addons/trunk-remove...
2012-09-10 Jigar Amin - OpenERPMerge lp:openobject-addons
2012-09-07 Fabien Pinckaers[MERGE] currency from company
2012-09-07 Twinkle Christian... [MERGE]merge with project barch main branch
2012-09-07 Turkesh Patel (Ope... [MRG] merge with lp:openobjec-addons.
2012-09-06 Stephane Wirtel[MERGE] stock: fix the issue of counting of Deliveries
2012-09-06 Twinkle Christian... [IMP]remove server warnings
2012-09-05 Stephane Wirtel[MERGE] account: If the credit or debit field does...
2012-09-04 Stephane Wirtel[MERGE] account: remove the payement term lines if...
2012-09-03 Paramjit Singh Sahota[IMP] Improved the code and removed the conflicts.
2012-09-03 Paramjit Singh Sahota[MERGE] Merged trunk.
2012-09-03 Paramjit Singh Sahota[IMP] improved.
2012-09-03 Paramjit Singh Sahota[MERGE] Merged.
2012-09-03 Jiten (OpenERP)[MERGE] Merge from trunk.
2012-09-03 Paramjit Singh Sahota[MERGE] Merged lp:openoject-addons
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-31 Quentin (OpenERP)[MERGE] account: when generating objects from templates...
2012-08-31 Bhumi Thakkar (Ope... [IMP] If ids are int or long then convert into list.
2012-08-31 Bhumi Thakkar (Ope... [MERGE] merge lp:~openerp-dev/openobject-addons/trunk...
2012-08-30 Harry (OpenERP)[MERGE]
2012-08-29 Bhumi Thakkar (Ope... [IMP] if not list then convert into list.
2012-08-28 Quentin (OpenERP)[FIX] account: company isn't a kwarg for set_default...
2012-08-28 Stephane Wirtel[IMP] account: Merge the opening_control and closing_co...
2012-08-28 Quentin (OpenERP)[FIX] account: when generating objects from templates...
2012-08-27 Amit Bhavsar (Open... Merge with latest addons.
2012-08-27 pso (OpenERP)[MERGE] Merged with main branch
2012-08-27 Paramjit Singh Sahota[MERGE] Merged lp:openobject-addons
2012-08-24 Mayur Maheshwari... [MERGE]: Merge with lp:openobject-addons
2012-08-23 Quentin (OpenERP)[FIX] lp: 1039013, where an id is given to name_get...
2012-08-23 pso (OpenERP)[IMP] Added onchange on company to fetch currency relat...
2012-08-23 Turkesh Patel (Ope... [MRG] merge with lp:openobject-addons
2012-08-22 Bhumi Thakkar (Ope... [IMP] report_type function field is be stored in table.
2012-08-20 pso (OpenERP)[IMP] Improved default view and method of set accountin...
2012-08-09 Harry (OpenERP)[MERGE]
2012-08-08 Stephane Wirtel[MERGE]
2012-08-07 Antonin Bourguignon[IMP] all the warning messages now start with 'Warning...
2012-08-07 Antonin Bourguignon[IMP] error messages
2012-08-06 Antonin Bourguignon[IMP] rephrase some error and warning messages in account
2012-08-03 Antonin Bourguignon[IMP] fix a first batch of typos and spelling mistakes...
2012-08-02 Alexis de LattreMerge with addons-trunk revno 7150
2012-08-01 pso (OpenERP)[MERGE] Merge with main branch
2012-07-31 pso (OpenERP)[MERGE] Merge with main branch
2012-07-30 Amit (OpenERP)[FIX] account : Fixed the unicode decode error on searc...
2012-07-27 pso (OpenERP)[IMP] account: Improved default get method of account...
2012-07-27 Ajay Chauhan (OpenERP)[IMP]account : made c capital for Centralised Counterpart
2012-07-25 Quentin (OpenERP)[MERGE] fixed error in account.account.__compute()...
2012-07-25 Quentin (OpenERP)[MERGE] account/account.py: use of tools.float_utils...
2012-07-25 pso (OpenERP)[MERGE] Merged with main branch
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 Stephane Wirtel[MERGE] lp:~openerp-dev/openobject-addons/trunk-tooltip...
2012-07-23 Pinakin Nayi (OpenERP)[IMP]account-option-wizard
next