Commit Graph

32979 Commits

Author SHA1 Message Date
Fabien Meghazi 1b629adcf7 [FIX] Fixed some css problems
bzr revid: fme@openerp.com-20110803122003-y677fyp3eqba2jct
2011-08-03 14:20:03 +02:00
Xavier Morel 821b77fb73 [FIX] handling of tree_invisible in form widgets of editable list: if invisible and tree_invisible, tree_invisible should take priority and apply first
bzr revid: xmo@openerp.com-20110803121810-xrw944u8o8afyms9
2011-08-03 14:18:10 +02:00
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
Xavier Morel 5e4ae7b2d8 [FIX] stuff al broke: removed parameters from FormView constructor, did not fix all callsites
bzr revid: xmo@openerp.com-20110803120607-arw69hc83rp0kq03
2011-08-03 14:06:07 +02:00
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
Xavier Morel 643f3116c9 [FIX] resequencing of rows during drag & drop
I don't even understand how it worked before as the terminal condition would really just blow up.

Also, redisplay resequenced rows

bzr revid: xmo@openerp.com-20110803113137-46ddhdail0d4m3ie
2011-08-03 13:31:37 +02:00
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
Xavier Morel 0e597e8ef3 [FIX] start() synchronization in group search widget
Group did not propagate the result of start()ing its subwidgets to its caller (an other group or the searchview itself) => if it contained an async-starting widget (e.g. an m2o), the search view would not be able to wait for the async widget, and would consider itself 'intialized' before truly being so, leading to incorrect results in case of auto_search

bzr revid: xmo@openerp.com-20110803110615-3ps3he9hza05h7q8
2011-08-03 13:06:15 +02:00
Xavier Morel 9fe7ed5d04 [REM] trailing comma in object literal
bzr revid: xmo@openerp.com-20110803104928-t9a1plo51djmivml
2011-08-03 12:49:28 +02:00
Fabien Meghazi b7bc2ba858 [ADD] Calendar: event create and update
bzr revid: fme@openerp.com-20110803110550-i47i9bo5va0fm0j9
2011-08-03 13:05:50 +02:00
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
Fabien Meghazi 65b6987364 [ADD] Debug xml view plugged to "Manage Views" sidebar option
bzr revid: fme@openerp.com-20110803084250-0hrrd7b3bnjf573q
2011-08-03 10:42:50 +02:00
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
Quentin (OpenERP) 148b1d482d [MERGE] merged mma's branch to correct state and types of configuration wizards
bzr revid: qdp-launchpad@openerp.com-20110802124807-9lrki319loumkosq
2011-08-02 14:48:07 +02:00
Rucha (Open ERP) 5953df96c8 [MERGE]: l10n fullness and inheritancy: Merged a little improvement for default value of field "visible"
bzr revid: rpa@tinyerp.com-20110802120145-mmpwtsoo1uohyygg
2011-08-02 17:31:45 +05:30
Mayur Maheshwari (OpenERP) 45d44b2f77 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20110802114206-897qzr7w1n05t4nq
2011-08-02 17:12:06 +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
Xavier Morel a302a6de7b [MERGE] database management
bzr revid: xmo@openerp.com-20110802095331-74u9e7ubuc5vhqmz
2011-08-02 11:53:31 +02:00
Xavier Morel 620e3ad55b [MERGE] updates from trunk
bzr revid: xmo@openerp.com-20110802094717-yxmi281j1l139tws
2011-08-02 11:47:17 +02:00
Xavier Morel c605283990 [FIX] error handling in db backup operation
bzr revid: xmo@openerp.com-20110802092845-anf3pndd7nfidsos
2011-08-02 11:28:45 +02:00
Xavier Morel 77dce51e75 [FIX] missed db error dialog redundancy
bzr revid: xmo@openerp.com-20110802092016-ae6qs5uo3x85q8vf
2011-08-02 11:20:16 +02:00
Xavier Morel 808a015933 [IMP] remove redundant 'db' qualifiers in Database methods and JSON-RPC methods
bzr revid: xmo@openerp.com-20110802091849-6jobmumdqw4o6j68
2011-08-02 11:18:49 +02:00
Xavier Morel 21aab96e41 [IMP] deduplicate display of error dialog, add some error handling improvements to restore db
bzr revid: xmo@openerp.com-20110802091344-3lk1wk7ctjhs0j3p
2011-08-02 11:13:44 +02:00
Rucha (Open ERP) c43d066638 [MERGE]: Removed sale/purchase tax field from account installer wizard
bzr revid: rpa@tinyerp.com-20110802084730-jgune14ya35uzpwi
2011-08-02 14:17:30 +05:30
Xavier Morel 43e9c64882 [ADD] UI blocking during long operations (backuping and restoring a db)
bzr revid: xmo@openerp.com-20110802084312-yvbryccygitvfem8
2011-08-02 10:43:12 +02:00
Xavier Morel 8bfd912af2 [FIX] fix logging-in-after-db-creation to mostly wrap the branch up
bzr revid: xmo@openerp.com-20110802082803-at77u89v51et90uj
2011-08-02 10:28:03 +02:00
Xavier Morel 82efc771fa [ADD] forgotten to commit jquery form and blockUI O_o
bzr revid: xmo@openerp.com-20110802081606-jt6s3p421f7z2fju
2011-08-02 10:16:06 +02:00
Xavier Morel 093cbdbef9 [FIX] session not sticking on page reload, fix toggle back from database management to login window as well
bzr revid: xmo@openerp.com-20110802081022-30o15ju3bj88xaty
2011-08-02 10:10:22 +02:00
Xavier Morel 0c153d1249 [IMP] style fixes, avoid global Class object on window altogether
bzr revid: xmo@openerp.com-20110802073654-6ocsn0je4wmq1kag
2011-08-02 09:36:54 +02:00
ron@tinyerp.com 36166824e2 [REM] account: l10n_multilang: Remove unused variable on execute method
bzr revid: ron@tinyerp.com-20110802073441-f1txcsnbo2zhzkmm
2011-08-02 13:04:41 +05:30
ron@tinyerp.com e0d8fcb675 [REM] account: l10n_multilang: Remove on_change_tax method
bzr revid: ron@tinyerp.com-20110802072900-p560swly1tjzevga
2011-08-02 12:59:00 +05:30
Xavier Morel 338b07614a [ADD] try to log user in at the end of DB install
bzr revid: xmo@openerp.com-20110802072551-qw3ngvnj40q2nv0k
2011-08-02 09:25:51 +02:00
ron@tinyerp.com 4178a8dddd [REM] account: l10n_multilang: Remove sale_tax, and purchase_tax fields from account installer wizard
bzr revid: ron@tinyerp.com-20110802070928-o41y8ef0g0zt8owo
2011-08-02 12:39:28 +05:30
Xavier Morel 71862dfc35 [IMP] block UI during db creation
bzr revid: xmo@openerp.com-20110802070007-z3ameuhsr84w51cs
2011-08-02 09:00:07 +02:00
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
Rucha (Open ERP) 324c9d15bf [MERGE]: Merged with main project branch
bzr revid: rpa@tinyerp.com-20110802063849-xu8x3nz4dqrtf2i0
2011-08-02 12:08:49 +05:30
Rucha (Open ERP) ad83807cb8 [MERGE]: l10n fullness and inheritancy: Merged improvement to include taxes on charts (Work In progress)
bzr revid: rpa@tinyerp.com-20110802063539-7d2zbe1q99hlml71
2011-08-02 12:05:39 +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
Fabien Meghazi 29bbb4601e [ADD] Added a sidebar to the calendar view
bzr revid: fme@openerp.com-20110801154856-2nhjjtjwa1jc8qy1
2011-08-01 17:48:56 +02:00
Xavier Morel e1b3207935 [FIX] implement going back to the login page by just reloading the whole bloody thing
bzr revid: xmo@openerp.com-20110801150231-wr8h550mr7ixx0ue
2011-08-01 17:02:31 +02:00
Xavier Morel 7c1ecda162 [FIX] get correct field name in chane_password method
bzr revid: xmo@openerp.com-20110801145437-x0qyfk5fsg7ivc9o
2011-08-01 16:54:37 +02:00
Xavier Morel 68cb923ec6 [FIX] backup restoration, works almost 60% of the time
bzr revid: xmo@openerp.com-20110801144728-zh1d6nqpf19i6x7p
2011-08-01 16:47:28 +02:00
Xavier Morel 0fd884d234 [FIX] fully reimplement dumping a DB so that it works correctly
* handler should be an httprequest, as we're returning a binary file (maybe we could use ajax with file API abd b64, but... not now)
* use cookie-hack to know when the file is downloading (or is finished downloading, not sure which, not that it matters) so we can add some kind of UI signal

bzr revid: xmo@openerp.com-20110801131254-ik4m8yyc526pz7rf
2011-08-01 15:12:54 +02:00
Fabien Meghazi 595966fb22 [MERGE] Calendar WIP
bzr revid: fme@openerp.com-20110801124802-hpcbkhpxxc0cu60j
2011-08-01 14:48:02 +02:00
Xavier Morel 56ebc5946c [FIX] for some reason, my IDE does *not* enjoy getting 3MB of binary data dumped into its log view. Only display the size of the data returned in case of http requests
bzr revid: xmo@openerp.com-20110801123302-tfs1jw3kmlnji0ra
2011-08-01 14:33:02 +02:00
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
Xavier Morel 4aed9098ca [IMP] don't duplicate en_US lang in create db, remove redundant <t> elements in select templates
bzr revid: xmo@openerp.com-20110801105838-5arrf4nppsle5akt
2011-08-01 12:58:38 +02:00
Xavier Morel 5ebea36bf9 [FIX] broken markup in drop db template leading to broken rendering
bzr revid: xmo@openerp.com-20110801105231-xbxxzyx8rbr9wg7a
2011-08-01 12:52:31 +02:00