Commit Graph

32979 Commits

Author SHA1 Message Date
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
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 faddf94f69 [IMP]: account: l10n fullness and inheritancy: Improved Demo data Ids
bzr revid: ron@tinyerp.com-20110810115624-0i4a27qwixi4fmlg
2011-08-10 17:26:24 +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 cf96fa5e18 [IMP]: account: l10n fullness and inheritancy: Improved Demo data
bzr revid: ron@tinyerp.com-20110810105222-oyniy7ymkrrf6w31
2011-08-10 16:22:22 +05:30
Rucha (Open ERP) 322ddae85e [MERGE]: account: while loading COA templates for different company than the company of current user, journals are having proper company but the journal sequence is having the wrong company so fixed this issue.
bzr revid: rpa@tinyerp.com-20110810103410-fbmvqz4utijbv6dy
2011-08-10 16:04:10 +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
Rucha (Open ERP) 15bad0b673 [MERGE]: l10n fullness and inheritancy: Added new field for code digits in COA templates
bzr revid: rpa@tinyerp.com-20110809105711-mf24kpd9snrbl3vg
2011-08-09 16:27:11 +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 6194c7f816 [IMP]: account: l10n fullness and inheritancy: Improved code of Default value set in Tax generate from wizard, remove code of after generating tax =>field should_be_installed = true
bzr revid: ron@tinyerp.com-20110808123149-tnf8ug73ovlv9dn1
2011-08-08 18:01:49 +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
Launchpad Translations on behalf of openerp 6aeed3c0d9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110805044024-q7ugk62igzbg3qjo
2011-08-05 04:40:24 +00:00
Fabien Meghazi 3705a73138 [IMP] Improved css
bzr revid: fme@openerp.com-20110804175440-5ugf6wg716vmz5av
2011-08-04 19:54:40 +02:00
Xavier Morel e92d888f72 [FIX] broken saving of new row in editable list
bzr revid: xmo@openerp.com-20110804153016-24mslsbbxpn07f3t
2011-08-04 17:30:16 +02:00
niv-openerp 09cb505ef9 [fix] css problem which caused the text input to not display when they are required
bzr revid: nicolas.vanhoren@openerp.com-20110804152928-07i8iavw1q3x3x7q
2011-08-04 17:29:28 +02:00
niv-openerp dd09eb8f8d [fix] fixed double-click on labels that was broken
bzr revid: nicolas.vanhoren@openerp.com-20110804152045-51mwgtdpro03i33w
2011-08-04 17:20:45 +02:00
Fabien Meghazi 4b9a2bcf7b [FIX] Many fixes for calendar view
bzr revid: fme@openerp.com-20110804145453-imbj970742zqe8zs
2011-08-04 16:54:53 +02:00
Fabien Meghazi b8304e55f8 [ADD] Added error_callback to Dataset#write
bzr revid: fme@openerp.com-20110804145342-81mvfc4x4ydt0hnu
2011-08-04 16:53:42 +02:00
ron@tinyerp.com 0bc21db7e5 [ADD]: account: l10n fullness and inheritancy: Add new wizard to create Tax from tax template which template installable false
bzr revid: ron@tinyerp.com-20110804130954-bnu2pym8tuljwn3i
2011-08-04 18:39:54 +05:30
Xavier Morel e3b56ecec4 [IMP] create new databases without demo data by default
bzr revid: xmo@openerp.com-20110804122300-zr1aq3bl5oq7rpxt
2011-08-04 14:23:00 +02:00
Antony Lesuisse ebf66d36ac [MERGE] ir.config rework xmo
bzr revid: al@openerp.com-20110804120957-9kzz0xacktzihmlv
2011-08-04 14:09:57 +02:00
Antony Lesuisse 934e7e8f8e [MERGE] client_actions and ir.todo rework by xmo
bzr revid: al@openerp.com-20110804115501-prpmo6lwrm6z989o
2011-08-04 13:55:01 +02:00
Rucha (Open ERP) 86d02aaec4 [MERGE]: l10n fullness and inheritancy: Added new field installable in tax template to load only taxs which are installable
bzr revid: rpa@tinyerp.com-20110804112753-3jzlcyatyzc3vbim
2011-08-04 16:57:53 +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
Xavier Morel 0094e828b9 [FIX] creation of db with no demo data
lp bug: https://launchpad.net/bugs/820812 fixed

bzr revid: xmo@openerp.com-20110804103725-9o6uuvg5zb15rp6h
2011-08-04 12:37:25 +02:00
Fabien Meghazi fd573bc0d9 [FIX] Some fixes in calendar since dhtmlxSheduler upgrade
bzr revid: fme@openerp.com-20110804100731-v032rcnxthqe0y7u
2011-08-04 12:07:31 +02:00
Xavier Morel 3ce3ce9cb6 [FIX] handle error on XML-RPC method part of yet-to-merge server code
bzr revid: xmo@openerp.com-20110804100255-y5n6troopyhf41wv
2011-08-04 12:02:55 +02:00
Xavier Morel 9bc6c66a2c [IMP] don't recreate the home template from scratch every single time
bzr revid: xmo@openerp.com-20110804092043-rkc4zhj35za0wskz
2011-08-04 11:20:43 +02:00
Xavier Morel f048d3821b [ADD] client actions, static home on empty db
bzr revid: xmo@openerp.com-20110804091129-41700ljnvq7up6w9
2011-08-04 11:11:29 +02:00
Xavier Morel e816c34b0a [IMP] use blockUI in static home installation, since we got it
bzr revid: xmo@openerp.com-20110804090124-rteblcid3mx59599
2011-08-04 11:01:24 +02:00
Xavier Morel a66bbb20fc [MERGE] from trunk
bzr revid: xmo@openerp.com-20110804085516-nz1nelcutywq7gn4
2011-08-04 10:55:16 +02:00
Xavier Morel 01f32f9f3f [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110804085455-647wwp0g4454kj1g
2011-08-04 10:54:55 +02:00
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
Launchpad Translations on behalf of openerp be1a659658 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110803043726-ofn4l3px2ooldl00
bzr revid: launchpad_translations_on_behalf_of_openerp-20110804043456-fnef8uwgur5od0en
2011-08-04 04:34:56 +00:00
Xavier Morel 4b80238d11 [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110803144244-86s098uqcamwatde
2011-08-03 16:42:44 +02:00
Fabien Meghazi dd456159b4 [ADD] Updated dhtmlxSheduler to version 3.0. (Fixed dhtmlx core initialization)
bzr revid: fme@openerp.com-20110803140914-5qjtozi94i4ruica
2011-08-03 16:09:14 +02:00
Xavier Morel 01aba99be5 [FIX] casing of BlockUI.js path
bzr revid: xmo@openerp.com-20110803134513-ftr0olg2fjcozgs3
2011-08-03 15:45:13 +02:00
Fabien Meghazi e0bde41f47 [IMP] Improved css (again)
bzr revid: fme@openerp.com-20110803125052-0j7q68himoylw7r3
2011-08-03 14:50:52 +02:00
Fabien Meghazi fc065eabd7 [FIX] Fixed more css
bzr revid: fme@openerp.com-20110803124702-w6ja309afcp818qk
2011-08-03 14:47:02 +02:00