Commit Graph

974 Commits

Author SHA1 Message Date
Rucha (Open ERP) cd86edba40 [IMP]: l10n fullness and inheritancy: Improvement in code
* Arranged function to load COA templates prorely [WORK IN PROGRESS]

bzr revid: rpa@tinyerp.com-20110819130826-ccdxkbonv5fgyo5p
2011-08-19 18:38:26 +05:30
Fabien Pinckaers 62a260c5fb [IMP] payment term
bzr revid: fp@tinyerp.com-20110819121436-wten76n6wcd6s6m6
2011-08-19 14:14:36 +02:00
ron@tinyerp.com 45eb24b8da [ADD]: account: l10n fullness and inheritancy : Moved tax generated code from execute to parent_child relation and add company_id on template
bzr revid: ron@tinyerp.com-20110818133307-b7u7wgyrbvjhhjvr
2011-08-18 19:03:07 +05:30
ron@tinyerp.com 176bc8654b [ADD]: account: l10n fullness and inheritancy : Created tax_data dict because of used in _load_template() function. so i create also _load_template() fucntion defination
bzr revid: ron@tinyerp.com-20110818122727-5xgdc8hi78lj598y
2011-08-18 17:57:27 +05:30
ron@tinyerp.com 580c89eb87 [ADD]: account: l10n fullness and inheritancy : Create new common fucntion _install_template() for install templates like recursively. If you selected a COA template with a parent, you must first load the parent then load the templates define in the selected COA
bzr revid: ron@tinyerp.com-20110818121758-g0poj5544dte66lo
2011-08-18 17:47:58 +05:30
Rucha (Open ERP) 44fda7dea5 [MERGE]: l10n fullness and inheritancy: Merged new function of creating property fields (moved from execute)
bzr revid: rpa@tinyerp.com-20110818060158-o4aaupccohsq1rxi
2011-08-18 11:31:58 +05:30
ron@tinyerp.com cf32c005ce [IMP]: account: l10n fullness and inheritancy: Add field_obj var
bzr revid: ron@tinyerp.com-20110818054505-ftjo3eijp9i6n5qz
2011-08-18 11:15:05 +05:30
Mustufa Rangwala (OpenERP) 2854c3091e [IMP] Code clean
bzr revid: mra@tinyerp.com-20110818054026-1c8295185zn9vmp4
2011-08-18 11:10:26 +05:30
Mustufa Rangwala (OpenERP) c67bbaedee [MERGE] Merge from trunk addons
bzr revid: mra@tinyerp.com-20110818044718-puj3te1hs2mno0z2
2011-08-18 10:17:18 +05:30
Antony Lesuisse a42f93529c [MERGE] l10n that just merged trunk
bzr revid: al@openerp.com-20110817204653-1qw6ijdu5lbcsu4g
2011-08-17 22:46:53 +02:00
ron@tinyerp.com 5d0d73644b [IMP]: account: l10n fullness and inheritancy : Created generate_properties() function for generating properties. This function splited from execute method of wizard.multi.charts.accounts.
bzr revid: ron@tinyerp.com-20110817132303-id2x301hzfsi2xk5
2011-08-17 18:53:03 +05:30
Rucha (Open ERP) 3fb5a68123 [REF]: account: l10n fullness and inheritancy: Improvement in code
bzr revid: rpa@tinyerp.com-20110817124753-1i1oxnhj3rxop9i8
2011-08-17 18:17:53 +05:30
ron@tinyerp.com 4596273e19 [IMP]: account: l10n fullness and inheritancy : Improved in return value
bzr revid: ron@tinyerp.com-20110817084529-diuzaewnt44icgmg
2011-08-17 14:15:29 +05:30
ron@tinyerp.com a1c31c7381 [IMP]: account: l10n fullness and inheritancy : 1)used proper methods to get id from ir.model.data instead of search and browse,
2)Merged common dict, 
3)Improved PEP standard, 
4)Improved context value

bzr revid: ron@tinyerp.com-20110817071424-2q08zfthd2s5jygq
2011-08-17 12:44:24 +05:30
ron@tinyerp.com 8caec851c7 [REF]: account: l10n fullness and inheritancy: Created generate_journals() function for generating journals . This function splited from execute method of wizard.multi.charts.accounts.
bzr revid: ron@tinyerp.com-20110816104340-jvycag84ys0moi69
2011-08-16 16:13:40 +05:30
Vo Minh Thu 847ddda540 [FIX] changed super(osv,self) to super(the-model,self).
bzr revid: vmt@openerp.com-20110816103248-ufdcbkwh2u6c05u7
2011-08-16 12:32:48 +02:00
Rucha (Open ERP) 534059bdac [MERGE]: l10n fullness and inheritancy: Merged improvement of new function to create accounts from account templates
bzr revid: rpa@tinyerp.com-20110816063732-4szixp1sq1w82gji
2011-08-16 12:07:32 +05:30
ron@tinyerp.com 1121f83d04 [IMP]: account: l10n_multilang : Used {}.update method instead of dict[]=True
bzr revid: ron@tinyerp.com-20110816061933-u3eyacevfvhrxdgc
2011-08-16 11:49:33 +05:30
ron@tinyerp.com 61f589603f [IMP]: account: l10n_multilang : Used order in search method for sorting instead of sort() method
bzr revid: ron@tinyerp.com-20110816060955-jy7jc55dkrhr97s2
2011-08-16 11:39:55 +05:30
ron@tinyerp.com 94ec14e8b9 [IMP]: account: l10n_multilang : 1)Improved params of generate_account(),
2)Improved return values, 
3)Improved references where passed this return values, 
4)Improved in ctx

bzr revid: ron@tinyerp.com-20110816055847-5vb3g33kfang0nc8
2011-08-16 11:28:47 +05:30
fp fa7874cddc [IMP] Improved bank account management, report footer, stages by default on projects
bzr revid: fp@fp-laptop-20110815142141-938zg1laoe8wtbkd
2011-08-15 16:21:41 +02:00
Ujjvala Collins (OpenERP) d4ee49e658 [IMP] account: Improved report.
bzr revid: uco@tinyerp.com-20110812112321-3q1vfylgojz0s91h
2011-08-12 16:53:21 +05:30
mtr 02735ad34a [IMP] account,hr: removed extra space from warning message
bzr revid: mtr@mtr-20110812110557-sjt22giah9erxusl
2011-08-12 16:35:57 +05:30
ron@tinyerp.com d93fa42c83 [REF]: account: l10n fullness and inheritancy: Created generate_account() function for generating accounts from templates. This function splited from execute method of wizard.multi.charts.accounts also improved references which has been generate from generate_account function.
bzr revid: ron@tinyerp.com-20110812093737-75qvpxtogmyfkga5
2011-08-12 15:07:37 +05:30
ron@tinyerp.com 52515ced57 [ADD]: account: l10n fullness and inheritancy: Fixed => Non installable Taxes template displaying in Account multi chart wizard
bzr revid: ron@tinyerp.com-20110811112157-jqnd6kyg1ch3o9ea
2011-08-11 16:51:57 +05:30
Rucha (Open ERP) b65c897141 [MERGE]: account: Created new function for loading fiscal positions from fiscal position templates
bzr revid: rpa@tinyerp.com-20110810131125-rxvqkpqoi7ufprxv
2011-08-10 18:41:25 +05:30
ron@tinyerp.com c4992d504a [IMP]: account: l10n fullness and inheritancy: Improved value of taxes_ids passing from generate_fiscal_position() also gave proper param name in function
bzr revid: ron@tinyerp.com-20110810112930-6eswcq55f34clbpk
2011-08-10 16:59:30 +05:30
ron@tinyerp.com a43a6cfd34 [IMP]: account: l10n fullness and inheritancy: Removed If loop because its not needed and removed some intermediate variable
bzr revid: ron@tinyerp.com-20110810110349-g5qy6lmex8s57jk3
2011-08-10 16:33:49 +05:30
ron@tinyerp.com e3c59f1587 [IMP]: account: l10n fullness and inheritancy: Created journal sequence with proper company_id
bzr revid: ron@tinyerp.com-20110810100856-l3y94km0s9gdwdvc
2011-08-10 15:38:56 +05:30
ron@tinyerp.com 85e5589af0 [REF]: account: l10n fullness and inheritancy: Create Function generate_fiscal_position in account.fiscal.position.template for generate Fiscal Position , Fiscal Position Accounts and Fiscal Position Taxes from templates. This function splited from execute method of wizard.multi.charts.accounts
bzr revid: ron@tinyerp.com-20110810084352-xt4npr55p77udkl3
2011-08-10 14:13:52 +05:30
Maxime Chambreuil 8de161c243 [FIX] Made changes in account.py and installer.py inorder to get the company information while loading account module
lp bug: https://launchpad.net/bugs/822976 fixed

bzr revid: bde@tinyerp.com-20110810060607-9gltlhrpiwyqu3yv
2011-08-10 11:36:07 +05:30
ron@tinyerp.com 0d3115cc11 [ADD]: account: l10n fullness and inheritancy: On account.chart.template, added field.integer which is the default value for number of digits the user wants to have. => Gave onchange instead if the current _default: {code_digits :6}
bzr revid: ron@tinyerp.com-20110809100626-1052s3iz69a53zll
2011-08-09 15:36:26 +05:30
Rucha (Open ERP) 6fae6dab0e [MERGE]: l10n fullness and inheritancy: Added new wizard to easily generate a tax from a tax.template where boolean installable is False (something not in the main process to generate the objects from templates: its another wizard that just doesnt have anything to deal with main flow)
bzr revid: rpa@tinyerp.com-20110808125708-829r5s3k4eabgmhc
2011-08-08 18:27:08 +05:30
ron@tinyerp.com a9212ab97a [IMP]: account: l10n fullness and inheritancy: Improved code for context
bzr revid: ron@tinyerp.com-20110808110437-zqnck821xihgopyn
2011-08-08 16:34:37 +05:30
ron@tinyerp.com e2645ffa4e [IMP]: account: l10n fullness and inheritancy:
1)Removed values given by context, 
2)move ir.values updation to execute fucntion, 
3)improved arguments lables and docString in generate_tax fucntion, 
4)remove unnecessary arguments from generate_tax function

bzr revid: ron@tinyerp.com-20110808105236-pt5f8069zwj1oz3y
2011-08-08 16:22:36 +05:30
ron@tinyerp.com cb2f70799b [IMP]: account: l10n fullness and inheritancy: Add company_id as argument in tax_generate function
bzr revid: ron@tinyerp.com-20110808102658-hy4dkqcdb3u4ike5
2011-08-08 15:56:58 +05:30
ron@tinyerp.com 7304bef3f6 [IMP]: account: l10n fullness and inheritancy: Improved label in the wizard, and docstring in the function
bzr revid: ron@tinyerp.com-20110808100310-f61wr13a559loiyu
2011-08-08 15:33:10 +05:30
ron@tinyerp.com fbd83912b0 [IMP]: account: l10n fullness and inheritancy: Move the tax_generate function to account.tax.template
bzr revid: ron@tinyerp.com-20110808094118-4uhlhm6s63n17qj9
2011-08-08 15:11:18 +05:30
Rucha (Open ERP) 5cc65351e1 [MERGE]: account: Minor usability improvement for field labels + Improved helptext
bzr revid: rpa@tinyerp.com-20110808072650-dmi0722e3egwmtx3
2011-08-08 12:56:50 +05:30
ron@tinyerp.com e92fc06a2c [ADD]: account: l10n fullness and inheritancy: improvement PEP statndard and company_id
bzr revid: ron@tinyerp.com-20110805125145-npom8tyh5c6ol62t
2011-08-05 18:21:45 +05:30
ron@tinyerp.com c8e3c1adae [ADD]: account: l10n fullness and inheritancy: Used common function to generate taxes from tax templates
bzr revid: ron@tinyerp.com-20110805124519-krhoctkm12vwssgg
2011-08-05 18:15:19 +05:30
Rucha (Open ERP) ceb64a143d [MERGE]: Merged with latest trunk-addons as there are many changes regarding config wizards
bzr revid: rpa@tinyerp.com-20110805060927-8bcmk370c4ln9018
2011-08-05 11:39:27 +05:30
mtr b3d4085714 [FIX] account,hr,hr_recruitment,hr_payroll,product:- enforced _sql_constraint to maintain uniqueness
lp bug: https://launchpad.net/bugs/789019 fixed

bzr revid: mtr@mtr-20110805052025-3w0w7ccnnlrish2b
2011-08-05 10:50:25 +05:30
ron@tinyerp.com 4ec5a06323 [ADD]: account: l10n fullness and inheritancy: combined for and If loop
bzr revid: ron@tinyerp.com-20110804111106-vuyy9k02nu701syf
2011-08-04 16:41:06 +05:30
ARA (OpenERP) 1f4c3d2fbb [IMP] improve find method of account period and make comapny_id as related on account voucher
bzr revid: ara@tinyerp.com-20110804095550-xu04lz4wkfhusvg0
2011-08-04 15:25:50 +05:30
ron@tinyerp.com bd6d058fbc [ADD]: account: l10n fullness and inheritancy: 1) Add installable field on account.tax.template
2)Real tax object will create only from tax template when installable field has been true
3)Give default value True of installable field
4)Improved code of tax store in ir.values

bzr revid: ron@tinyerp.com-20110804070856-6mjxo8d22inrfqfh
2011-08-04 12:38:56 +05:30
Bharat (OpenERP) cd85ba5a10 [REM] removed mktime package from account.py
bzr revid: bde@tinyerp.com-20110804065337-egm5ju0h3lyld3q7
2011-08-04 12:23:37 +05:30
Rucha (Open ERP) 7c366558aa [MERGE]: l10n fullness and inheritancy: Added code to load default sales and purchase tax when set_tax_complete is False on COA template
bzr revid: rpa@tinyerp.com-20110803121733-r96ynsm0upbiufwq
2011-08-03 17:47:33 +05:30
ron@tinyerp.com fb3e67988b [IMP]: account: l10n fullness and inheritancy: Improved code for name
bzr revid: ron@tinyerp.com-20110803115601-rw9ri28p3vz6zjmr
2011-08-03 17:26:01 +05:30
ron@tinyerp.com 9823ed6a73 [IMP]: account: l10n fullness and inheritancy: Improved code
bzr revid: ron@tinyerp.com-20110803110910-bw747dlpc74cko1g
2011-08-03 16:39:10 +05:30
ron@tinyerp.com 64047a7f07 [IMP]: account: l10n fullness and inheritancy: Removed unnecessary import library and space
bzr revid: ron@tinyerp.com-20110803103751-stk3pyd8r5gcu27i
2011-08-03 16:07:51 +05:30
ron@tinyerp.com e79d3ace1a [IMP]: account: l10n fullness and inheritancy: Removed duplicate code for loading sales and purchase tax and variables used properly
bzr revid: ron@tinyerp.com-20110803103303-r9lxt5hak0ncmcjz
2011-08-03 16:03:03 +05:30
ron@tinyerp.com 5ad2f2dbb3 [IMP]: account: l10n fullness and inheritancy: flexible code to load/create taxes based on value of Complete Set Of Tax
bzr revid: ron@tinyerp.com-20110803062549-95hi97dclowu01ev
2011-08-03 11:55:49 +05:30
ron@tinyerp.com ddc6ce68be [IMP]: account: l10n fullness and inheritancy: Give default value on Visible field on account chart template
bzr revid: ron@tinyerp.com-20110802113447-aa8u53dfj2nap1ei
2011-08-02 17:04:47 +05:30
ron@tinyerp.com 38a47ab93e [ADD]: account: l10n fullness and inheritancy: create tax templates and real taxes from purchase_tax_rate,sale_tax_rate fields
bzr revid: ron@tinyerp.com-20110802101200-n7sngrvbi4ftme12
2011-08-02 15:42:00 +05:30
Bharat (OpenERP) efc8992a52 [IMP] Made context_date + date variable outside the for loop and improved the variable names
bzr revid: bde@tinyerp.com-20110802084005-vd891ebsio62i2s7
2011-08-02 14:10:05 +05:30
Rucha (Open ERP) 0ed8cfbe4d [IMP]: account: Improvement in field label and help text
bzr revid: rpa@tinyerp.com-20110802064830-76wx12vl0cxl5lju
2011-08-02 12:18:30 +05:30
ron@tinyerp.com 9c32b8cc6a [IMP]: account: l10n fullness and inheritancy: Value false default sale and purchase taxes if we don not have to use/display those fields in the wizard
bzr revid: ron@tinyerp.com-20110802061656-jqacqub4hmw1dlya
2011-08-02 11:46:56 +05:30
ron@tinyerp.com 9e95b2ac77 [IMP]: account: l10n fullness and inheritancy: optimize the code for inconsistent use of dict on onchange_chart_template_id
bzr revid: ron@tinyerp.com-20110801114340-uibvfh42bff44i3l
2011-08-01 17:13:40 +05:30
ron@tinyerp.com 14aceeae6b [IMP]: account: l10n fullness and inheritancy: Changed field name tracking to complete_tax
optimize the code for inconsistent use of quotes in dict

bzr revid: ron@tinyerp.com-20110801100440-bjcjzvz47b7o63mp
2011-08-01 15:34:40 +05:30
ron@tinyerp.com 997528cc9a [IMP]: account: l10n fullness and inheritancy: Improved help of field set_tax_complete
bzr revid: ron@tinyerp.com-20110801054318-9svmdxc6l27cubq6
2011-08-01 11:13:18 +05:30
ron@tinyerp.com 4d8dab977c [ADD]: account: l10n fullness and inheritancy: 1)Add set_tax_complete field in account.chart.template,
2)Add default sale and purchase rates float field in wizard.multi.charts.accounts, 
3)If set_tax_complete boolean is False, then instead of the 2 many2one for default sale and purchase taxes, we display the default sale and purchase rates in in the wizard that generate Chart of Accounts from templates
4)Add tracking field only for tracking purpose

bzr revid: ron@tinyerp.com-20110801053933-g1quvlsozm34zc20
2011-08-01 11:09:33 +05:30
ron@tinyerp.com 69928207cc [IMP]: account: l10n fullness and inheritancy: Improved label and added help text on visible field
bzr revid: ron@tinyerp.com-20110729102548-iam282c6f3dkv5st
2011-07-29 15:55:48 +05:30
ron@tinyerp.com 85c377915c [ADD]: account: l10n fullness and inheritancy:1)Add visible field on account chart template
2)Add a domain on the config wizard to display only where this visible is True

bzr revid: ron@tinyerp.com-20110729061853-l38k6rv5rz5no4wk
2011-07-29 11:48:53 +05:30
Bharat (OpenERP) 3d103402d2 [IMP] improved the code for getting date
bzr revid: bde@tinyerp.com-20110728100715-hujz539r1usdeu4w
2011-07-28 15:37:15 +05:30
ron@tinyerp.com 4d882e63e1 [IMP]: account: l10n fullness and inheritancy:Remove required=True from account_root_id,bank_account_view_id,tax_code_root_id and also optimize the code
bzr revid: ron@tinyerp.com-20110722085917-rfnb8w8ycz0otuer
2011-07-22 14:29:17 +05:30
ron@tinyerp.com a21478fde2 [IMP]Account:Add parent_id field in Account.chart.template and Bank Account,Root Account ,Root Tax required when there is no parent
bzr revid: ron@tinyerp.com-20110722070741-dxfzs55wlhgoq4wz
2011-07-22 12:37:41 +05:30
Bharat (OpenERP) e955394d45 [IMP] account : improved the context date in account model
bzr revid: bde@tinyerp.com-20110720113953-h6774pxnk7gqpeu7
2011-07-20 17:09:53 +05:30
ron@tinyerp.com d07923239f [IMP]Account:optimize code of default_get method
bzr revid: ron@tinyerp.com-20110720062443-cn65ey46czpd8v54
2011-07-20 11:54:43 +05:30
Simone Orsi 29ae44a85e [IMP] account : changed ids into list of ids
lp bug: https://launchpad.net/bugs/812723 fixed

bzr revid: bde@tinyerp.com-20110720055900-o3uvf439owzt3e23
2011-07-20 11:29:00 +05:30
ron@tinyerp.com 028375c83f [IMP]Account:Improvement in wizard.multi.charts.accounts all fields have default used that is converted to default_get method
bzr revid: ron@tinyerp.com-20110720053906-px9u1o3sfz4phq4q
2011-07-20 11:09:06 +05:30
Manu c38c7d055c [FIX] account : improved the dates in recurring entries
lp bug: https://launchpad.net/bugs/800767 fixed

bzr revid: bde@tinyerp.com-20110719130740-eq87ant192zguo0n
2011-07-19 18:37:40 +05:30
Raphael Collet 81a1eb18a1 [MERGE] from trunk
bzr revid: rco@openerp.com-20110718083424-kdaesx3gflza142a
2011-07-18 10:34:24 +02:00
Quentin (OpenERP) 69e5946d0f [IMP] account: display currency in name get of journals also for the ones in company currency
bzr revid: qdp-launchpad@openerp.com-20110715124433-f61h47m09l83c07d
2011-07-15 14:44:33 +02:00
Quentin (OpenERP) 7d9737c0f5 [IMP] account: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110711222350-kuz1l5q1tky6acyu
2011-07-12 00:23:50 +02:00
Raphael Collet 378a913023 [MERGE] rename label Narration to Internal Note
bzr revid: rco@openerp.com-20110708093414-xupfl5vk6gbjpsom
2011-07-08 11:34:14 +02:00
mtr cbb6ce99e5 [MERGE] branch merged with lp:openobject-addons
bzr revid: mtr@mtr-20110705124218-trw65cmk7a1al3ai
2011-07-05 18:12:18 +05:30
mtr ef278ffae6 [IMP] account: improved store dictionary of function field 'level'
bzr revid: mtr@mtr-20110705122639-nq3yqkebakr4vig7
2011-07-05 17:56:39 +05:30
Tejas (OpenERP) 6ff2268d46 [Usability] renamed label narration to Internal Notes
bzr revid: tta@openerp.com-20110705062008-hmsgg61r6ixm0w0z
2011-07-05 11:50:08 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
tfr@openerp.com 87dec6fe30 [MERGE] fix bug lp:789658 by uco
bzr revid: tfr@openerp.com-20110701162406-lvn22ylsdu1j24h2
2011-07-01 18:24:06 +02:00
psi (Open ERP) 630dc1e56d [IMP] account: added new constraint on account object which will check when the internal type is payable/receiable then the deferral method on account type can be set to unreconciled only
bzr revid: psi@tinyerp.co.in-20110701133420-2pho2e8himf6sz0q
2011-07-01 19:04:20 +05:30
Guewen Baconnier c41f13b447 [IMP] account : converted ids into list of idsin write method of account.journal
lp bug: https://launchpad.net/bugs/800693 fixed

bzr revid: bde@tiny2-desktop-20110630103918-lw61ms8hxs7ypkc3
2011-06-30 16:09:18 +05:30
Quentin (OpenERP) 016eff262b [FIX] account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.
lp bug: https://launchpad.net/bugs/736890 fixed

bzr revid: qdp-launchpad@openerp.com-20110621125248-xec0ogl2v1hwxsmo
2011-06-21 14:52:48 +02:00
Ferdinand,mtr(OpenERP) e4a21fbd7b [FIX] account: calculates the correct level
lp bug: https://launchpad.net/bugs/783670 fixed

bzr revid: mtr@mtr-20110616093021-n7ihs56l7v08ntwq
2011-06-16 15:00:21 +05:30
Ujjvala Collins (OpenERP) 25fc84728e [FIX] account: Fixed issue of 'balance' type tax using chart of accounts.
lp bug: https://launchpad.net/bugs/789658 fixed

bzr revid: uco@tinyerp.com-20110608072832-dg68dfnsvnzz58vm
2011-06-08 12:58:32 +05:30
bde 29587f1789 Changed Label Field
bzr revid: bde@tiny2-desktop-20110520132457-amhg6xlg62x2h3mw
2011-05-20 18:54:57 +05:30
Quentin (OpenERP) f2c52081d4 [MERGE] lp: 740596
bzr revid: qdp-launchpad@openerp.com-20110518153604-2v5w3dyv5v8ga7o6
2011-05-18 17:36:04 +02:00
Quentin (OpenERP) 53c973b38a [MERGE] lp:684119
bzr revid: qdp-launchpad@openerp.com-20110518153258-17ypw1tjibw51wv0
2011-05-18 17:32:58 +02:00
Quentin (OpenERP) b7452ba8e0 [FIX] account: improvement of fix 684119 (added company criteria + code cleaning)
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: qdp-launchpad@openerp.com-20110518153228-hqg8ykluc6mqi9is
2011-05-18 17:32:28 +02:00
Quentin (OpenERP) e6adf59177 [MERGE] merged branch containing bugfixes for accounting reports
bzr revid: qdp-launchpad@openerp.com-20110518125926-wrr6n75ymmtibrr1
2011-05-18 14:59:26 +02:00
Vo Minh Thu a37a4404fb [REF] consistent, grepable ir.values object naming.
bzr revid: vmt@openerp.com-20110516153331-vusrrgr3hvlcyei0
2011-05-16 17:33:31 +02:00
psi (Open ERP) 444a01a7d7 [MERGE] merge from trunk-addons
bzr revid: psi@tinyerp.co.in-20110506083505-lc7936hmpa1ok9uw
2011-05-06 14:05:05 +05:30
Noviat dac4f6fe28 [FIX] account: fixed _sum() on account.tax.code object. Thanks Noviat for the patch
bzr revid: qdp-launchpad@openerp.com-20110505144340-azftlojg69zbo2sc
2011-05-05 16:43:40 +02:00
Quentin (OpenERP) ee0f98590e [FIX] account: improved order of account_period in order to have the period for opening entries first and fixed in common report wizard the bug that was selecting entries from opening period too when we were printing entries from january to march (because of same date_start for january and opening period). Also fixed the query_get when giving the periods directly in the context (previously it was doing a very weird thing with the clause where_move_lines_by_date defined again and it was not compliant with the opening period new change)
bzr revid: qdp-launchpad@openerp.com-20110504145233-icq3a40l9pahy7hm
2011-05-04 16:52:33 +02:00
AVP(Axelor) cc3d7333c8 [FIX][IMP] all modules improvement.
bzr revid: amp@tinyerp.com-20110429084948-x0pny8n2ersc4h8m
2011-04-29 14:19:48 +05:30
ARA (OpenERP) b2a3d521fa [FIX] account: payment term line need at least 5 to 6 digits precision
bzr revid: ara@tinyerp.com-20110427070318-nq5757mhtqbay99o
2011-04-27 12:33:18 +05:30
AMP (OpenERP) 483c437431 [FIX] account : Usability Improvement
bzr revid: amp@tinyerp.com-20110419104557-n0g8ojzztcyefn17
2011-04-19 16:15:57 +05:30
ARA (OpenERP) 10fbcafa03 [FIX] Account:Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110330061809-3b28ug6dz37tq23v
2011-03-30 11:48:09 +05:30
Quentin (OpenERP) 3557de7ecf [MERGE] lp:728417
bzr revid: qdp-launchpad@openerp.com-20110329143031-kvl9mvq8la0alrha
2011-03-29 16:30:31 +02:00
ARA (OpenERP) 9b06e256e1 [FIX] Account:Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110325101808-r1yfsenlr10lgdv4
2011-03-25 15:48:08 +05:30
ARA (OpenERP) 82565f571b [FIX] Account: payment term line need at least 5 to 6 digits precision
lp bug: https://launchpad.net/bugs/740596 fixed

bzr revid: ara@tinyerp.com-20110325094939-k30q24tu5okj7mcm
2011-03-25 15:19:39 +05:30
ARA (OpenERP) 0de7622c03 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
bzr revid: ara@tinyerp.com-20110324084653-ysbw98hvxcynrgqt
2011-03-24 14:16:53 +05:30
ARA (OpenERP) 6d10583973 [FIX] Account: Account chart wizard does not check if generated account code for bank journal exsits
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: ara@tinyerp.com-20110324084417-9rqbu46o4v97x2ey
2011-03-24 14:14:17 +05:30
Mustufa Rangwala e012af7da9 [FIX] Account: account - sequence_id in journal must be unique
lp bug: https://launchpad.net/bugs/734949 fixed

bzr revid: mra@mra-laptop-20110316112522-nr1q01gm314vos0b
2011-03-16 16:55:22 +05:30
ARA (OpenERP) 9c83ebedd2 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100653-g6ic3b6s8sz1bdxp
2011-03-15 15:36:53 +05:30
ARA (OpenERP) a60b7a65e6 [FIX] account: [6.0.1] Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110315100554-ffxi0u7efh07s186
2011-03-15 15:35:54 +05:30
ARA (OpenERP) 182cb58b7e [FIX] account: [6.0.1] Exception raised when setting an Account InActive
lp bug: https://launchpad.net/bugs/728417 fixed

bzr revid: ara@tinyerp.com-20110309112242-vrdmegno38b5ogre
2011-03-09 16:52:42 +05:30
Quentin (OpenERP) a90aeb8c4a [REF] account: refactored the creation of journals in the generation from templates wizard, removed old deprecated boolean 'refund_journal' on account.journal (use the type field instead)
bzr revid: qdp-launchpad@openerp.com-20110303145900-8ghspjidwb540mhp
2011-03-03 15:59:00 +01:00
Mustufa Rangwala b53a9ab0cd [FIX] account: char templates installation refactor code
bzr revid: mra@mra-laptop-20110225134424-dwvllabvr1zt106v
2011-02-25 19:14:24 +05:30
Quentin (OpenERP) fb1912cea6 [IMP] account: improved translatability
bzr revid: qdp-launchpad@openerp.com-20110223144149-xxqro7smnlbdm550
2011-02-23 15:41:49 +01:00
philubert@gmail.com b1af67b6f5 Did a merge from the parent branch.
bzr revid: philubert@gmail.com-20110216043249-1rgk002k9hjo7hu1
2011-02-16 15:32:49 +11:00
Olivier Dony 07f520a856 [MERGE] merged bugfixes from 6.0 up to revision 4401
bzr revid: odo@openerp.com-20110214114507-8uwohpcblsfhgjae
2011-02-14 12:45:07 +01:00
psi (Open ERP) 8ef20c5b31 [IMP] account: Improvement in refector code for tax, account, journal template generation
bzr revid: psi@tinyerp.co.in-20110210065057-3mvlgcyixg7pc900
2011-02-10 12:20:57 +05:30
psi (Open ERP) e2108dbd6b [MERGE] merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110209133400-73rpy43pqn62g41n
bzr revid: psi@tinyerp.co.in-20110210045329-zt83id81sr9kdoly
2011-02-10 10:23:29 +05:30
psi (Open ERP) 4ce06e0f88 [IMP] account: refactor code for generation of chart of templates
bzr revid: psi@tinyerp.co.in-20110209132830-srd9cfw1i9dnm77u
2011-02-09 18:58:30 +05:30
Jay Vora (OpenERP) fd0c005792 [FIX] Account/Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints(Ref: Case 4006)
lp bug: https://launchpad.net/bugs/715695 fixed

bzr revid: jvo@tinyerp.com-20110209121719-a6jqfug06syt5zdc
2011-02-09 17:47:19 +05:30
ARA (OpenERP) e0a95e80c1 [FIX] Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints
lp bug: https://launchpad.net/bugs/715695 fixed

bzr revid: ara@tinyerp.com-20110209120535-o3htlw38zves04fm
2011-02-09 17:35:35 +05:30
philubert@gmail.com b1060e382e Change "Balance Sheet (Assets Accounts)" to "Balance Sheet (Asset Accounts)"
because you don't use the plural of pronouns,
and because it is inconsistent with the other three Account Types
where singular is used (e.g. "Liability Accounts" rather than "Liabilities Accounts").

bzr revid: philubert@gmail.com-20110208221312-62lpsq7fzumvfmyz
2011-02-09 09:13:12 +11:00
Mustufa Rangwala adb0329f7e [REF] account: typos
bzr revid: mra@mra-laptop-20110208112438-gtm9zoh7uzx8n8xi
2011-02-08 16:54:38 +05:30
Mustufa Rangwala c162de5ab1 [REF] Account: typo
bzr revid: mra@mra-laptop-20110208072557-uzi20kapg0c6w4nf
2011-02-08 12:55:57 +05:30
Mustufa Rangwala ff225574c7 [REF] Account: typo
bzr revid: mra@mra-laptop-20110208071702-1a2e37v6bsmwgiya
2011-02-08 12:47:02 +05:30
Mustufa Rangwala 51e3c0dff5 [MERGE] Account: accounting: improve the generation of journals and periods => backlog 991 id
bzr revid: mra@mra-laptop-20110204102049-2d80e0kr6vhk00el
2011-02-04 15:50:49 +05:30
psi (Open ERP) 4c9e34cbd3 [MERGE] merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110203103228-0ii7bxdk2bgtydxr
bzr revid: psi@tinyerp.co.in-20110204050801-t6w0b0s0xae7wkx7
2011-02-04 10:38:01 +05:30
Mustufa Rangwala 545bf5805b [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110204044842-i79i51jfk3ti97b6
2011-02-04 10:18:42 +05:30
Olivier Dony 4900c41842 [REVERT] account: reverted incorrect fix for bug 708603, this is in fact a server error
Commit reverted was merged in rev 3164.118.782 mra@mra-laptop-20110131082002-xzx4v2adzdvv8nmg

lp bug: https://launchpad.net/bugs/708603 fixed

bzr revid: odo@openerp.com-20110203222026-ln6hmyivaj9bo11g
2011-02-03 23:20:26 +01:00
psi (Open ERP) 43b097f7dd [ADD, IMP] account: changes in my last commite as per merge suggetion(New Opening and Miscellaneous journal)
bzr revid: psi@tinyerp.co.in-20110203101630-rvzgahp15111jf8s
2011-02-03 15:46:30 +05:30
Mustufa Rangwala 31552ce80d [REF] account
bzr revid: mra@mra-laptop-20110202115439-e98y2mjze50g5luw
2011-02-02 17:24:39 +05:30
Mustufa Rangwala fe01aaef74 [REF] account
bzr revid: mra@mra-laptop-20110202114728-3ifqa2gfy6ubka9g
2011-02-02 17:17:28 +05:30
psi (Open ERP) e6bdb08b5a [IMP, ADD] account: add Opening entry Journal, Miscellenous journal and respective accounts
bzr revid: psi@tinyerp.co.in-20110201123652-805x6523dq3lk4ix
2011-02-01 18:06:52 +05:30
psi (Open ERP) ec0111bd0e [MERGE]merge with dev-addons3
bzr revid: psi@tinyerp.co.in-20110128110112-7k34kuxyyvgt48ie
bzr revid: psi@tinyerp.co.in-20110201103758-xndy252g5lm2yaam
2011-02-01 16:07:58 +05:30
mtr 6847838d4b [IMP] account:improved code for the account duplication bug
bzr revid: mtr@mtr-20110131080207-hmsbxkmonkvdh3to
2011-01-31 13:32:07 +05:30
mtr f1d38b5844 [IMP] account:placed else condition inside 'if sums.get(child.id, False):'
bzr revid: mtr@mtr-20110131073705-2m6d54pjia4y1506
2011-01-31 13:07:05 +05:30
mtr 6127d931f3 [FIX] account: allows duplication of account
lp bug: https://launchpad.net/bugs/708603 fixed

bzr revid: mtr@mtr-20110131063645-pjwyyj3uv1jp40i1
2011-01-31 12:06:45 +05:30
mtr c70e22c1a2 [FIX] account: allows duplication of account
lp bug: https://launchpad.net/bugs/708603 fixed

bzr revid: mtr@mtr-20110128114450-998ho3olsdfno7yw
2011-01-28 17:14:50 +05:30
psi (Open ERP) 18bcd1c980 [IMP, ADD] account:Improve the logic to create period so it can create one more period and add two journals for opening entries
bzr revid: psi@tinyerp.co.in-20110128105818-ptd5vk4xsaowmnec
2011-01-28 16:28:18 +05:30
Mustufa Rangwala 222865a94f [REF]
bzr revid: mra@mra-laptop-20110121073726-2k6qhs2gi2nungpd
2011-01-21 13:07:26 +05:30
Olivier Dony 20e94b74a5 [MERGE] backport of trunk fixes to account, base_calendar, purchase, stock, stock_planning
bzr revid: odo@openerp.com-20110120140214-2mj8xn3g3kddgjvb
2011-01-20 15:02:14 +01:00
Mustufa Rangwala 17d7e186e3 [FIX] Account: tracebak on configuration wizard
lp bug: https://launchpad.net/bugs/705350 fixed

bzr revid: mra@mra-laptop-20110120112936-ervqmcj5l15997n9
2011-01-20 16:59:36 +05:30
qdp-launchpad@tinyerp.com dfd781cd13 [IMP] account: account.journal.column usability improved
bzr revid: qdp-launchpad@tinyerp.com-20110118175942-dk2bj1m3ayt7spdj
2011-01-18 18:59:42 +01:00
Fabien Pinckaers 049cf5bd8d fix
bzr revid: fp@tinyerp.com-20110118015529-87p2k9796p44o95c
2011-01-18 02:55:29 +01:00
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
Antony Lesuisse 45f1b5ac6c [FIX] account_account allow write if company_id has the same value
lp bug: https://launchpad.net/bugs/702329 fixed

bzr revid: al@openerp.com-20110114150106-i533hpid59k0rxl3
2011-01-14 16:01:06 +01:00
qdp-launchpad@tinyerp.com 2af2dbefd5 [REF] account: remove debug print statement
bzr revid: qdp-launchpad@tinyerp.com-20110114103608-qrp23dblr216qsgc
2011-01-14 11:36:08 +01:00
qdp-launchpad@tinyerp.com e5708c6b95 [MERGE] merged the xrg branch related to l10n_gr module + change the type of account non-leaves to 'view'
bzr revid: qdp-launchpad@tinyerp.com-20110114100940-qafaa4h0t9phly9g
2011-01-14 11:09:40 +01:00
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
qdp-launchpad@tinyerp.com 721c1fe325 [IMP] account: usabiltiy imp.
bzr revid: qdp-launchpad@tinyerp.com-20110113171159-lvdat1nrexheeqc3
2011-01-13 18:11:59 +01:00
Mustufa Rangwala 3d11cc2351 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110111121832-dq30dncvyjx3v7pc
2011-01-11 17:48:32 +05:30
psi (Open ERP) d846432de7 [IMP, ADD] account: Improve the constraint string and add same into po and pot files
bzr revid: psi@tinyerp.co.in-20110111105656-t8gcuxeevde9a432
2011-01-11 16:26:56 +05:30
qdp-launchpad@tinyerp.com 50b7d12b75 [REF] account: removed translate=True on name field of fiscal position (and template) in order to clean the translations
bzr revid: qdp-launchpad@tinyerp.com-20110111105511-zqsj32s7oygq6811
2011-01-11 11:55:11 +01:00
ARA (OpenERP) 599f0b0845 [MERGE] merge from dev3
bzr revid: ara@tinyerp.com-20110111093448-vn0x4ws6vvm9k4yv
2011-01-11 15:04:48 +05:30
ARA (OpenERP) 23bae8a2c4 [REF]account:improve constraint
bzr revid: ara@tinyerp.com-20110111093252-eponfkyerjhzhgys
2011-01-11 15:02:52 +05:30
Mustufa Rangwala aeff56c45a [REF] account
bzr revid: mra@mra-laptop-20110111073845-vk9zdein7cvosbka
2011-01-11 13:08:45 +05:30
ARA (OpenERP) facafa1ed9 [REF]account:improve message string
bzr revid: ara@tinyerp.com-20110111063642-ywa2c47xgqtkxazp
2011-01-11 12:06:42 +05:30
ARA (OpenERP) f338b963b8 [REF]account:improve variable name
bzr revid: ara@tinyerp.com-20110111060318-ctjohf91qc6xotfe
2011-01-11 11:33:18 +05:30
ARA (OpenERP) 1058ae9c8b [REF]account:Add constraint on account.account and account.account.template for type
bzr revid: ara@tinyerp.com-20110111051952-8fscm1f9ia1mq2gh
2011-01-11 10:49:52 +05:30
ARA (OpenERP) 1af8ebcaac [REF]account:Add constraint on account.account and account.account.template for type
bzr revid: ara@tinyerp.com-20110110105423-g2mvc5yr1lje0vwd
2011-01-10 16:24:23 +05:30
ARA (OpenERP) 96f5598a6a [IMP] Add readonly=true and store=true where company_id is related field in all addons module
bzr revid: ara@tinyerp.com-20110106113221-7rkpjapyqawg25a6
2011-01-06 17:02:21 +05:30
Mustufa Rangwala 3bdca04e28 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20110103090825-h3f9ie8qu7l09ceb
2011-01-03 14:38:25 +05:30
qdp-launchpad@tinyerp.com b7d5d7c008 [FIX] account: removed translate=True on account type in order to fix the translations
bzr revid: qdp-launchpad@tinyerp.com-20110103084715-hihr3cz55l1i43wt
2011-01-03 09:47:15 +01:00
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
qdp-launchpad@tinyerp.com dc6e8e9b34 [MERGE] merged the numerigraphe branch related to common typo mistake 'childs' instead of children. Thanks for the contribution
bzr revid: qdp-launchpad@tinyerp.com-20101228170718-3r55jyvpb6m5h05u
2010-12-28 18:07:18 +01:00
Fabien Pinckaers 5dd4167527 merge
bzr revid: fp@tinyerp.com-20101228145539-ck1vuy2yg3jprnyk
2010-12-28 15:55:39 +01:00
qdp-launchpad@tinyerp.com c279d8bbff [FIX] account: consolidated charts are now working if children accounts don't have the same currency (doesn't belong to a company using the same currency)
bzr revid: qdp-launchpad@tinyerp.com-20101228122508-p02bqdeb2et148v4
2010-12-28 13:25:08 +01:00
Mustufa Rangwala c0d390d252 [REF] account
bzr revid: mra@mra-laptop-20101228105807-tloznbt63oro0r2u
2010-12-28 16:28:07 +05:30
Mustufa Rangwala ee13d9be9f [REF] remove print
bzr revid: mra@mra-laptop-20101224130132-73q1mpiu6772tc7t
2010-12-24 18:31:32 +05:30
Mustufa Rangwala e39f771e91 [FIX] Account: [6.RC2] Account chart wizard does not check if generated account code for bank journal exsits
lp bug: https://launchpad.net/bugs/684119 fixed

bzr revid: mra@mra-laptop-20101224125947-lgw0mhlbb4kw2226
2010-12-24 18:29:47 +05:30
Mustufa Rangwala 5304e5eb1a [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101224042409-m2hqv9kns13jdgsg
2010-12-24 09:54:09 +05:30
Mustufa Rangwala 6002cc0ec2 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101222112024-yt47p2bd7kwvcqwy
bzr revid: mra@mra-laptop-20101223041057-w5s862hm3fajcqkr
2010-12-23 09:40:57 +05:30
Thibault Francois b845bb4ee1 [MERGE] trunk dev addons1
bzr revid: tfr@openerp.com-20101222132330-537grpixmbdtz43s
2010-12-22 14:23:30 +01:00
qdp-launchpad@tinyerp.com 333f5b21c2 [FIX] account: fixed onchange of type in the account.journal form view
bzr revid: qdp-launchpad@tinyerp.com-20101222101655-pagdwermbumdffx8
2010-12-22 11:16:55 +01:00
pso af7c7b6363 [MERGE] merge from trunk addons3
bzr revid: pso@tinyerp.com-20101222055018-dc0ofopu6869pvmc
2010-12-22 11:20:18 +05:30
Sbh (OpenERP) fe7e395e20 [Merge] Merge outlook improvement
bzr revid: sbh@tinyerp.com-20101221064230-mvyhauz4qr4z42c9
2010-12-21 12:12:30 +05:30
psi (Open ERP) 024bb524f6 [FIX] account: Account Journal onchange_type method context undefined error
lp bug: https://launchpad.net/bugs/692139 fixed

bzr revid: psi@tinyerp.co.in-20101220055304-u9clus3vjn9bxfhs
2010-12-20 11:23:04 +05:30
pso c4af077809 [FIX] account: Passed context as dict if it is None
lp bug: https://launchpad.net/bugs/691810 fixed

bzr revid: pso@tinyerp.com-20101220055129-5anvbd7pr09x0q1w
2010-12-20 11:21:29 +05:30
Mustufa Rangwala b0f61a9546 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101214130232-wqsim6966u1hilu9
bzr revid: mra@mra-laptop-20101217043732-ri8dfx38pacpruye
2010-12-17 10:07:32 +05:30
qdp-launchpad@tinyerp.com b8b24f0504 [IMP] account: removed translate=True on the name of account.journal in order to clean the translation progress
bzr revid: qdp-launchpad@tinyerp.com-20101216163216-gf7ey64ad6use8sk
2010-12-16 17:32:16 +01:00
Salvi Angjeli 48d4d8b4a3 [FIX] Account: [trunk][account_cancel] error when saving journal settings (general account journal view and in the write method)
lp bug: https://launchpad.net/bugs/681272 fixed

bzr revid: mra@mra-laptop-20101214110437-dflw8j6sn3cys097
2010-12-14 16:34:37 +05:30
jvo(OpenERP) 0846b6491e [IMP] account: optimized code for __compute method
lp bug: https://launchpad.net/bugs/568537 fixed

bzr revid: psi@tinyerp.co.in-20101214050444-05jjxgm7xdf8tz17
2010-12-14 10:34:44 +05:30
qdp-launchpad@tinyerp.com 8053f16315 [MERGE] merged with branch 3
bzr revid: qdp-launchpad@tinyerp.com-20101213205054-nncswx7rxxuaa3q4
2010-12-13 21:50:54 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
Nicolas 516084383b [FIX] Account: Account chart wizard generation does not accept an tax with only one collected account
lp bug: https://launchpad.net/bugs/684116 fixed

bzr revid: mra@mra-laptop-20101209060711-9boquxhnex02psm3
2010-12-09 11:37:11 +05:30
qdp-launchpad@tinyerp.com 8e59d73e71 [FIX] account: creation of bank journals and account from template wizard
bzr revid: qdp-launchpad@tinyerp.com-20101207141237-swoom11xmy3e5wsv
2010-12-07 15:12:37 +01:00
qdp-launchpad@tinyerp.com faf0a95b38 [FIX] account: fix bad usage of self.poll._init
lp bug: https://launchpad.net/bugs/576898 fixed

bzr revid: qdp-launchpad@tinyerp.com-20101206153709-40cw3byj8df2oulv
2010-12-06 16:37:09 +01:00
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
qdp-launchpad@tinyerp.com 382779126a [MERGE] merged the dev team2 branch
bzr revid: qdp-launchpad@tinyerp.com-20101126161359-s02ik0bmz3l8lt9u
2010-11-26 17:13:59 +01:00
Thibault Francois b9add5f29e [MERGE] with addons1
bzr revid: tfr@openerp.com-20101126095512-n859a08cz6bui5th
2010-11-26 10:55:12 +01:00
qdp-launchpad@tinyerp.com fa8274e038 [IMP] account: set the journal code size to 5 chars max in order to improve the reports (smaller column for this field without any risk)
bzr revid: qdp-launchpad@tinyerp.com-20101125143641-02t6o55nxg396rk5
2010-11-25 15:36:41 +01:00
uco (OpenERP) eb04af83f3 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101124050709-w2cc1ox2heixbszx
bzr revid: uco@tinyerp.com-20101125074120-k0njj67uxv5934dw
2010-11-25 13:11:20 +05:30
Thibault Francois 6c060e9c84 [MERGE] trunk
bzr revid: tfr@openerp.com-20101124092654-svj569t2xv5m5dvn
2010-11-24 10:26:54 +01:00
ARA (OpenERP) 849a4e9b5f [REF] Account: journal code size=5 and related demo data changes
bzr revid: ara@tinyerp.com-20101124091514-4tyb6ozxi1cnhxfa
2010-11-24 14:45:14 +05:30
rpa (Open ERP) 432d5ceeae [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101123131531-xux3r8ss858aztt6
bzr revid: rpa@tinyerp.com-20101124053028-7pclpk0y5egj5jpb
2010-11-24 11:00:28 +05:30
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
Harry (OpenERP) 1442f13817 [MERGE]
bzr revid: hmo@tinyerp.com-20101122110334-rsh6dqq9p2in012u
2010-11-22 16:33:34 +05:30
sbh (Open ERP) ffe2e74ed2 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101122054525-426fapmok2566wew
2010-11-22 11:15:25 +05:30
uco (OpenERP) 427cd9af23 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101122050522-dd1d0r9663bib603
2010-11-22 10:35:22 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
rch-openerp 8db844d712 [Merge]: Merge from trunk.
bzr revid: rch@tinyerp.com-20101119134029-g7s9fotsw59mx9ww
2010-11-19 19:10:29 +05:30
Mustufa Rangwala 37ff846bd1 [FIX] Account: SO - adding tax manually does not respect search criteria
lp bug: https://launchpad.net/bugs/671127 fixed

bzr revid: mra@mra-laptop-20101119075609-3mn9fise6pebr00y
2010-11-19 13:26:09 +05:30