Commit Graph

974 Commits

Author SHA1 Message Date
Quentin (OpenERP) bd724f43b4 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20111205150819-tuzcw6v25wp2aq9r
2011-12-05 16:08:19 +01:00
Quentin (OpenERP) e1e585aee3 [IMP] account: display the currency in name_get of journal also for journals in company currency
bzr revid: qdp-launchpad@openerp.com-20111202110716-yt4nc2v3p07zdmkl
2011-12-02 12:07:16 +01:00
Ujjvala Collins (OpenERP) be08728a43 [IMP] account:
* Moved 'sign' field from account type to financial report object.
* Changed and added demo data as per the new requirements.
* Replaced the 'Balance Sheet' and 'Profit and Loss' reports with Financial report.

bzr revid: uco@tinyerp.com-20111201115521-g8npi3igpq8dvthu
2011-12-01 17:25:21 +05:30
Ujjvala Collins (OpenERP) 0920c044fd [IMP] account:
* Replaced the current selection field (P&L/BS Category on account type) by a functional field that will simulate the old behavior (for the user it will be the same) but that will read and write into the m2m field between financial reports and account types

bzr revid: uco@tinyerp.com-20111201100420-jsw584v4lemuzhca
2011-12-01 15:34:20 +05:30
Raphael Collet 15581c3a83 [MERGE] lp:894707 (account: use better name for opening period, to avoid constraint violation)
bzr revid: rco@openerp.com-20111130140620-0398h9ysupkb6v3k
2011-11-30 15:06:20 +01:00
Rucha (Open ERP) 04bdda2a29 [FIX]: account: Fixed problem of wrong journal code generation and which causes installation of some modules break because of unique constraints
bzr revid: rpa@tinyerp.com-20111130124210-a0rqbej550042kcg
2011-11-30 18:12:10 +05:30
Ujjvala Collins (OpenERP) b30c43a88e [IMP] account:
* Removed 'note' field from financial report object.
* Coverted Display detail field to selection type from boolean.

bzr revid: uco@tinyerp.com-20111130094648-7tu9vr3md42z2rjl
2011-11-30 15:16:48 +05:30
ron@tinyerp.com ccb8bb9a1f [IMP] account: Changed the Tax name and code which is generated from template dynamically because of account name constrain on account.tax model.
bzr revid: ron@tinyerp.com-20111129123420-oto8m9ug8tobje9s
2011-11-29 18:04:20 +05:30
Rucha (Open ERP) 6933af637c [MERGE]: Merge with latest trunk-addons + Resolved conflicts
bzr revid: rpa@tinyerp.com-20111128053937-88tibpqgnf9y6kq0
2011-11-28 11:09:37 +05:30
Guewen Baconnier 80dc65aeea [FIX] account : Create Monthly Periods : unique key violation on Opening Periods
lp bug: https://launchpad.net/bugs/894707 fixed

bzr revid: mdi@tinyerp.com-20111128050938-5e2vizusnvq8zbth
2011-11-28 10:39:38 +05:30
Fabien Pinckaers 9a1e776b18 [FIX] takes all current fy for taxes amount
bzr revid: fp@tinyerp.com-20111125174908-287t7g8ao6w7wu3q
2011-11-25 18:49:08 +01:00
Fabien Pinckaers 8df3c70127 revert
bzr revid: fp@tinyerp.com-20111125174234-5hgftpj3gdjltdp1
2011-11-25 18:42:34 +01:00
Fabien Pinckaers 16e4e339dd [FIX] default to all filscalyears for tax code sum
bzr revid: fp@tinyerp.com-20111125174131-2ljyfx1ig3xbfzcj
2011-11-25 18:41:31 +01:00
Fabien Pinckaers ccfadbdd90 [IMP] Removed the wizard to install chart of accounts -> install automatically
If installation from SaaS, we know the country of the main company so that we
can install the chart of account by default if it exists for this country. If
not from SaaS, you get the wizard like before.

bzr revid: fp@tinyerp.com-20111123141616-jrz846u7hd3rubbc
2011-11-23 15:16:16 +01:00
Quentin (OpenERP) 82f88b06d6 [IMP] account: added constraint on account_journal currency + changed default value of type field for new account_account
bzr revid: qdp-launchpad@openerp.com-20111122101338-44k60vjsnmf3khud
2011-11-22 11:13:38 +01:00
Quentin (OpenERP) 1d54432f87 [FIX] account, accounting entries model: fixed a bug related to period choosing in multicompany environement and factorized the code of wizard
lp bug: https://launchpad.net/bugs/812027 fixed

bzr revid: qdp-launchpad@openerp.com-20111116141340-vz61c74eguu9chjh
2011-11-16 15:13:40 +01:00
Quentin (OpenERP) dd43e94d4d [MERGE] lp: 889129 (increased the size of account name)
bzr revid: qdp-launchpad@openerp.com-20111116124005-61j64da8b6lb6rdv
2011-11-16 13:40:05 +01:00
Divyesh Makwana (Open ERP) e9d8c97ad0 [FIX] account :
lp bug: https://launchpad.net/bugs/889129 fixed

bzr revid: mdi@tinyerp.com-20111115064935-510hg8a31whp7k4g
2011-11-15 12:19:35 +05:30
Quentin (OpenERP) f033b7b1b1 [FIX] account: encoding by line is now working also for tax included (in fact it doesn't consider that value, but it's normal)
bzr revid: qdp-launchpad@openerp.com-20111114103945-blqw5f4egom3dp9m
2011-11-14 11:39:45 +01:00
Bogdan Stanciu c62e7ba08b [IMP] Changed 'Chart of Account' into 'Chart of Accounts' mainly in the pot/po files. Added a few translation elements to account.pot and fr.po.
bzr revid: bogdanovidiu.stanciu@gmail.com-20111108100700-i1wnp66n35mg2uwa
2011-11-08 11:07:00 +01:00
Quentin (OpenERP) 503a5e8e7f [MERGE] merged a branch containing bad english fixes. Contribution from philu.
bzr revid: qdp-launchpad@openerp.com-20111107113447-jhqvata3fb689c1m
2011-11-07 12:34:47 +01:00
Quentin (OpenERP) c229d793b2 [MERGE] lp:783670 about level computation of accounts
bzr revid: qdp-launchpad@openerp.com-20111026090010-ok929g2rb24qpk44
2011-10-26 11:00:10 +02:00
Quentin (OpenERP) 6c1525d849 [IMP] account: find() method of account.fiscalyear will now filter correctly on company_id if needed
bzr revid: qdp-launchpad@openerp.com-20111025162001-6um2vm5f277bf0n2
2011-10-25 18:20:01 +02:00
Quentin (OpenERP) 34518372cc [MERGE] merged the dev branch with unrealized gain/loss on foreign currency
bzr revid: qdp-launchpad@openerp.com-20111025145500-r99v3ips3dn9fbrp
2011-10-25 16:55:00 +02:00
Rucha (Open ERP) 6b0cf3ea36 [IMP]: account: Added help text on new menu and fields for unrealized gain or loss
bzr revid: rpa@tinyerp.com-20111025122055-h9cjx6z7op70fndt
2011-10-25 17:50:55 +05:30
Rucha (Open ERP) 8ca07d14e3 [IMP]: account: Improvement in computation of adjusted balance field, added computation of unrealized gain/loss
bzr revid: rpa@tinyerp.com-20111025072409-y2gn417jh6psa0a6
2011-10-25 12:54:09 +05:30
Rucha (Open ERP) 8bf3878661 [IMP]: account: Remaining improvement in field name and string for unrealized gain/loss
bzr revid: rpa@tinyerp.com-20111024125147-eptl0gf7dzn1b3nz
2011-10-24 18:21:47 +05:30
Rucha (Open ERP) 96f306b461 [IMP]: account: Revised field name and string for unrealized gain/loss, before it was "Gains and Losses", but as per usability and functionality "Gain or Loss" suits well
bzr revid: rpa@tinyerp.com-20111024123954-8cwlh7kwu1ffvs25
2011-10-24 18:09:54 +05:30
Rucha (Open ERP) 0e54cc6c00 [IMP]: account: Added computation for adjusted balance (foreign balance / exchange rate)
bzr revid: rpa@tinyerp.com-20111024122812-0en1905g27usan7k
2011-10-24 17:58:12 +05:30
Rucha (Open ERP) bc7351bbd1 [IMP]: account: Instead of dummy char fields, added new fields to compute un realized gain and loss, improvement in view
bzr revid: rpa@tinyerp.com-20111024102011-mwbwf707847onw7p
2011-10-24 15:50:11 +05:30
Meera Trambadia (OpenERP) 73a43b7e35 [IMP] account: optimized code for calculating the level of accounts
bzr revid: mtr@tinyerp.com-20111024095600-w547t7m3r7hs6rmg
2011-10-24 15:26:00 +05:30
Kirti Savalia (OpenERP) d417951b98 [ADD]: new view for Unrealized Gains and losses
bzr revid: ksa@tinyerp.com-20111021120535-6zq4qwyg7zpl5rle
2011-10-21 17:35:35 +05:30
Meera Trambadia (OpenERP) c103285e26 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20111020102032-j6r4k33umb5q6mmc
2011-10-20 15:50:32 +05:30
Quentin (OpenERP) 4463d93eea [FIX] partially reverted commit 5220 which was wrongly reverting few enhancements
bzr revid: qdp-launchpad@openerp.com-20111019081403-4zeh9qlw6p8d2va0
2011-10-19 10:14:03 +02:00
Quentin (OpenERP) c736d4a773 [MERGE] lp: 800767
bzr revid: qdp-launchpad@openerp.com-20111018102043-g6aumdne9odh17wa
2011-10-18 12:20:43 +02:00
Quentin (OpenERP) 3ca449046f [FIX] account: partial reconcile must look for amount_currency ONLY in the case there is a currency_id field set on the account reconciled
bzr revid: qdp-launchpad@openerp.com-20111013145804-q7o0ye77yprriyoj
2011-10-13 16:58:04 +02:00
Quentin (OpenERP) b08b10d16f [REF/FIX] account: replaced 'journal_id' and 'period_id' fields on account.move.line object with fields.related
lp bug: https://launchpad.net/bugs/871314 fixed

bzr revid: qdp-launchpad@openerp.com-20111013094347-ax0v8s5xbw5l0ye3
2011-10-13 11:43:47 +02:00
Quentin (OpenERP) 8cf348cc57 [IMP] account, financial.report object: added translate=True on 'name' field
bzr revid: qdp-launchpad@openerp.com-20111013065611-ibvbezd2hthzr3v9
2011-10-13 08:56:11 +02:00
Quentin (OpenERP) 6dcbcb0dd8 [IMP] account: added 'note' field on account.fiscal.position.template object
bzr revid: qdp-launchpad@openerp.com-20111012145213-cvsfk3zb141fs766
2011-10-12 16:52:13 +02:00
Fabien Pinckaers 31803314ab [IMP] allows to update credit/debit for initial balances of accounts, config wizard
bzr revid: fp@tinyerp.com-20111002105404-tkwzujn086qgjm6h
2011-10-02 12:54:04 +02:00
Fabien Pinckaers 5034f76143 [IMP] improved views of config wizards
bzr revid: fp@tinyerp.com-20111001212318-jmknm2qorrb39gin
2011-10-01 23:23:18 +02:00
Fabien Pinckaers 57b86a1040 merge
bzr revid: fp@tinyerp.com-20111001184811-umj7qepl2ly9jh0d
2011-10-01 20:48:11 +02:00
Fabien Pinckaers ac214af8d0 [IMP] config wizards
bzr revid: fp@tinyerp.com-20111001184625-57er05vgdir4lgwd
2011-10-01 20:46:25 +02:00
Antony Lesuisse 92300c9c63 [IMP] Remove account sequence code madness
bzr revid: al@openerp.com-20111001093437-hplwdkq57wcspcv9
2011-10-01 11:34:37 +02:00
Vo Minh Thu bd341cc6fe [IMP] ir_sequence: call it with the new methods.
bzr revid: vmt@openerp.com-20110929132254-eevlq6t9d6i6um7z
2011-09-29 15:22:54 +02:00
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Fabien Pinckaers 6391bf5173 [FIX] Account Voucher
bzr revid: fp@tinyerp.com-20110927130730-1jr4uxos5lbst2ub
2011-09-27 15:07:30 +02:00
Fabien Pinckaers 4eb5563008 merge
bzr revid: fp@tinyerp.com-20110924144613-zetogwg7qypmquh9
2011-09-24 16:46:13 +02:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Antony Lesuisse b117f5dc75 [MERGE] account balance sign on usertype in reports dsh
bzr revid: al@openerp.com-20110921224125-88aim4xiz89x5mth
2011-09-22 00:41:25 +02:00
Antony Lesuisse 46b4b667e0 [IMP] account financial type account_type is now m2m
bzr revid: al@openerp.com-20110921150708-wkxt83pulih57o93
2011-09-21 17:07:08 +02:00
Antony Lesuisse b83b56164f [IMP] account financial report add type account_type
bzr revid: al@openerp.com-20110921145758-zhq3klyfbgzfbeu8
2011-09-21 16:57:58 +02:00
Dhara (OpenERP) eb1fc58eb8 Balance sign field for accouting report
bzr revid: dhara_openerp-20110921013511-05czzq3ggdv9197f
2011-09-20 18:35:11 -07:00
Quentin (OpenERP) a4cebd9a55 [MERGE] merged the dev branch containing the account.financial.report enhancement
bzr revid: qdp-launchpad@openerp.com-20110919141251-liill5p05t0oasfz
2011-09-19 16:12:51 +02:00
Quentin (OpenERP) 5357fbe00f [FIX] account, financial report printing: recursion problem when report.type=='accuont_report'
bzr revid: qdp-launchpad@openerp.com-20110919140655-kfdfcmm4u2gdf8gg
2011-09-19 16:06:55 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Fabien Pinckaers 7519962123 fix
bzr revid: fp@tinyerp.com-20110917153118-01rqbejf2vdr8vwh
2011-09-17 17:31:18 +02:00
Fabien Pinckaers 58a25be03d merge
bzr revid: fp@tinyerp.com-20110917151633-limcvnhpte1ufhn9
2011-09-17 17:16:33 +02:00
Fabien Pinckaers 6b435a7d3d merge
bzr revid: fp@tinyerp.com-20110917142846-hfq9upmfd3026t3y
2011-09-17 16:28:46 +02:00
Fabien Pinckaers 523be42bd1 merge
bzr revid: fp@tinyerp.com-20110917141929-2goj9ifzidq8g6rk
2011-09-17 16:19:29 +02:00
Fabien Pinckaers a2dbd69cd6 [FIX]
lp bug: https://launchpad.net/bugs/781585 fixed

bzr revid: fp@tinyerp.com-20110917125537-y32aedueqdu7pc9o
2011-09-17 14:55:37 +02:00
Quentin (OpenERP) 62112460fe [MERGE] merged a branch that add a contraint on account type's defferal method for accounts payable/receivable, to avoid common configuration mistakes
bzr revid: qdp-launchpad@openerp.com-20110916084024-5ncitdnyjtshln53
2011-09-16 10:40:24 +02:00
Quentin (OpenERP) 9807a4a097 [MERGE] bug-784364-bde
bzr revid: qdp-launchpad@openerp.com-20110915165803-ds10y2ityf9fiia6
2011-09-15 18:58:03 +02:00
Meera Trambadia (OpenERP) ba5341a5e6 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@tinyerp.com-20110915130151-7uxiju44u28o7b9h
2011-09-15 18:31:51 +05:30
Bharat (OpenERP) 47c63113c0 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915125318-qmkisohlvpqvnum3
2011-09-15 18:23:18 +05:30
Meera Trambadia (OpenERP) a2327dbc4c [MERGE] branch merged with openobject-addons
bzr revid: mtr@tinyerp.com-20110915125153-day13d440fx6o84a
2011-09-15 18:21:53 +05:30
Bharat (OpenERP) ce3142522e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915122628-cspmx42ltb4fzv6l
2011-09-15 17:56:28 +05:30
Bharat (OpenERP) 5a1b29c72e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915120828-4gy0toubmws6t6ag
2011-09-15 17:38:28 +05:30
Bharat (OpenERP) 884f11490e [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915120732-6ux2kkkmc0uivy55
2011-09-15 17:37:32 +05:30
Bharat (OpenERP) d7376766b2 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915114306-kqwnntakgzl5crw3
2011-09-15 17:13:06 +05:30
Ujjvala Collins (OpenERP) d75e8e130b [REF] account: Renamed the object account.low.level.report to account.financial.report.
bzr revid: uco@tinyerp.com-20110909055456-f4s8yh6nzyrxoo3z
2011-09-09 11:24:56 +05:30
Ujjvala Collins (OpenERP) 684aed6420 [FIX] account: Fixed error when a record contains type='Account Report' and then print the Financial report gives recursion error.
bzr revid: uco@tinyerp.com-20110907053246-z0fclnw84s102r2f
2011-09-07 11:02:46 +05:30
Rucha (Open ERP) 562598d5c1 [REF]: account: l10n fullness and inheritancy : Improvement in function name
bzr revid: rpa@tinyerp.com-20110906130924-mxh7k1vse5dvk9bv
2011-09-06 18:39:24 +05:30
Rucha (Open ERP) b9887d84ae [REF,IMP]: account: l10n fullness and inheritancy : Improvement in function creating bank journals in order to pass less params on all related functions
bzr revid: rpa@tinyerp.com-20110906130712-0y7qh0nl6crnsbke
2011-09-06 18:37:12 +05:30
ron@tinyerp.com abbc74de99 [IMP]: account: l10n fullness and inheritancy : Removed duplicate tax_code genearted from tax_code_template and improved code(name field)
bzr revid: ron@tinyerp.com-20110905132836-7dletz0qr3ti5n72
2011-09-05 18:58:36 +05:30
ron@tinyerp.com 88bc353ca7 [IMP]: account: l10n fullness and inheritancy : Improved code of journals_already_created in vals_journal argument
bzr revid: ron@tinyerp.com-20110905095814-n9o6a9w7h4dqdobf
2011-09-05 15:28:14 +05:30
ron@tinyerp.com 93c2c6cc88 [IMP]: account: l10n fullness and inheritancy : Removed account_root_id as browse record argument from generate_account()
bzr revid: ron@tinyerp.com-20110905091231-h7swueipnd5lfrae
2011-09-05 14:42:31 +05:30
ron@tinyerp.com 3d95835775 [MERGE] Merged with parent branch lp:~openerp-dev/openobject-addons/trunk-l10n-control-dev-parent-child-load-coa-templates-ron
bzr revid: ron@tinyerp.com-20110905063606-fjhufy22ecezfh16
2011-09-05 12:06:06 +05:30
ron@tinyerp.com 17f723709a [IMP]: account: l10n fullness and inheritancy : 1) Created common function journals_already_created() to check for not creating duplicated journals for same company
2)Removed random generated code used for creating journals

bzr revid: ron@tinyerp.com-20110905060444-rp5ew8q4hwzqjrn3
2011-09-05 11:34:44 +05:30
ron@tinyerp.com 757b00368d [IMP]: account: l10n fullness and inheritancy : Created comment(TODO check) for Dynamically create user_type on code and removed TODO code from tax generate
bzr revid: ron@tinyerp.com-20110902070142-jaa3lc6qew0nhl4u
2011-09-02 12:31:42 +05:30
ron@tinyerp.com 6c4bfe6215 [IMP]: account: l10n fullness and inheritancy : remove unused ToDO code and change generate_journalr() arguments
bzr revid: ron@tinyerp.com-20110902061531-0way3cdxuppjhk3b
2011-09-02 11:45:31 +05:30
Antony Lesuisse 68063122c4 [FIX] account journal create sequence with company_id
bzr revid: al@openerp.com-20110831151617-goq19llee5iajmb8
2011-08-31 17:16:17 +02:00
Quentin (OpenERP) f0162e68d6 [MERGE] merge with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110831125038-671o7cjzti5jgmdh
2011-08-31 14:50:38 +02:00
Rucha (Open ERP) 100c8679ea [MERGE]: account: l10n fullness and inheritancy : added reference to COA template in account template
bzr revid: rpa@tinyerp.com-20110831124825-m6pno81m6df1pdqm
2011-08-31 18:18:25 +05:30
Quentin (OpenERP) c844cb41e0 [IMP] account, low level reports: layout improvements
bzr revid: qdp-launchpad@openerp.com-20110831115459-ncrctqr0ms4w919y
2011-08-31 13:54:59 +02:00
Vo Minh Thu 31f8cea190 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110831092639-sfivx3hubd7ujwv0
2011-08-31 11:26:39 +02:00
ron@tinyerp.com 952bf7ec2b [ADD]: account: l10n fullness and inheritancy : 1)Add bank_journals in generate_journals()
2)create random generation of number for create journals

bzr revid: ron@tinyerp.com-20110831090917-8ge4kpr25phz5a41
2011-08-31 14:39:17 +05:30
ron@tinyerp.com 2c061fda6d [IMP]: account: l10n fullness and inheritancy : Improved code of load taxes generate from float(taxes) fields
bzr revid: ron@tinyerp.com-20110831085731-422kg6f0ogj0ufo7
2011-08-31 14:27:31 +05:30
ron@tinyerp.com 1a2d69c073 [IMP]: account: l10n fullness and inheritancy : 1)changed logic of Parent>child relation of installing of chart_templates
2)created back_journal list before execute function and passed as a keyword argu in _install_template()

bzr revid: ron@tinyerp.com-20110831085433-7h14a933n5sab6h5
2011-08-31 14:24:33 +05:30
ron@tinyerp.com cc9cf2deae [IMP]: account: l10n fullness and inheritancy : 1)Passed template_id in generate_account instead of browse record
2)Changed the search method like Loaded the accounts templates only which related to current templates or false

bzr revid: ron@tinyerp.com-20110831072521-lqb1aossh75ydzzz
2011-08-31 12:55:21 +05:30
ron@tinyerp.com 753855c340 [ADD]: account: l10n fullness and inheritancy : 1)Added chart_template_id field in account.account.template,
2)Overwrited search method for chart_template only access the Accounts belongs to related chart_template or False

bzr revid: ron@tinyerp.com-20110830052901-abjkwtgh2siams14
2011-08-30 10:59:01 +05:30
Bharat (OpenERP) cb58a2dbff [FIX] account : crash when desactivating an account
lp bug: https://launchpad.net/bugs/833377 fixed

bzr revid: bde@tinyerp.com-20110829053422-dd4ptp18i2r3poyn
2011-08-29 11:04:22 +05:30
Quentin (OpenERP) a8787f6170 [IMP] account: low level accounting reports imp
bzr revid: qdp-launchpad@openerp.com-20110824233151-g7fj950htmhtm06g
2011-08-25 01:31:51 +02:00
Quentin (OpenERP) cfab7f39f0 [IMP] account: account_report improvements. BTW, now it's called 'low level report'
bzr revid: qdp-launchpad@openerp.com-20110824124908-nz0j00v7s6qka0o1
2011-08-24 14:49:08 +02:00
Ujjvala Collins (OpenERP) 0ec14d00cd [ADD] account: Added a tree view to see hierarchy of account reports.
bzr revid: uco@tinyerp.com-20110824115047-rce4wzv0e58gexec
2011-08-24 17:20:47 +05:30
Mustufa Rangwala (OpenERP) 8c8dfa436e [IMP] Account: account report search view
bzr revid: mra@tinyerp.com-20110824102211-5ua2w8w50z7swkz4
2011-08-24 15:52:11 +05:30
Vo Minh Thu de3d208a35 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110822111249-6pf9iv8h9at20to9
2011-08-22 13:12:49 +02:00
Quentin (OpenERP) acba6c7c34 [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110822103457-yhndn1dnop30o2k5
2011-08-22 12:34:57 +02:00
Fabien Pinckaers 537c71dc10 [IMP] tooltips on account/journal types
bzr revid: fp@tinyerp.com-20110819151915-spa2agetmtqweau5
2011-08-19 17:19:15 +02:00
Fabien Pinckaers 4e1bcd16f9 [FIX] hr_recruitment access rules
bzr revid: fp@tinyerp.com-20110819133607-wgap1frd1knnhz55
2011-08-19 15:36:07 +02:00