Commit Graph

1889 Commits

Author SHA1 Message Date
Stephane Wirtel 67df4268fe [MERGE]
bzr revid: stephane@tinyerp.com-20090123145136-ft1j7h7qn5x200j6
2009-01-23 15:51:36 +01:00
Stephane Wirtel 0ba3560e03 [IMP] Update the translation
bzr revid: stephane@tinyerp.com-20090123143628-a2yf1tjg23p79hq6
2009-01-23 15:36:28 +01:00
Stephane Wirtel fdbb578a32 [FIX] Use the context to use the language from the user
lp bug: https://launchpad.net/bugs/320425 fixed

bzr revid: stephane@tinyerp.com-20090123141731-rd3pnhh80xnhzxsj
2009-01-23 15:17:31 +01:00
Olivier Laurent b341b9e3e7 removed debugging code
bzr revid: olt@tinyerp.com-20090123141321-7r1ybl0vjsl8b440
2009-01-23 15:13:21 +01:00
Olivier Laurent 01e0cb7446 [MERGE]
bzr revid: olt@tinyerp.com-20090123141209-zrb7blx2wpbpwu0p
2009-01-23 15:12:09 +01:00
Olivier Laurent 826cd7fed4 Added the possibility to create a module Technical Guide in rst (restructured text)
bzr revid: olt@tinyerp.com-20090123141020-0ctjqpovr8b4m65e
2009-01-23 15:10:20 +01:00
Christophe Simonis 4e13d9b40a [FIX] ir_model: add index to model
[FIX] ir_model_grid inherith from ir_model
[FIX] fix error message when deleting ir_model_grid instance

bzr revid: christophe@tinyerp.com-20090123140824-gltcdmqax4qik9pi
2009-01-23 15:08:24 +01:00
Stephane Wirtel 83a8db6b97 [FIX] Redhat Package Manager
lp bug: https://launchpad.net/bugs/311981 fixed
lp bug: https://launchpad.net/bugs/314575 fixed

bzr revid: stephane@tinyerp.com-20090123121404-345vxufyn1beqjt4
2009-01-23 13:14:04 +01:00
Fabien Pinckaers 54d7c08eba bugfix
bzr revid: fp@tinyerp.com-20090122232958-me3rqmunfkp82ptz
2009-01-23 00:29:58 +01:00
Christophe Simonis 0bb1d799ca [FIX] apply the state change of the module before upgrading languages
lp bug: https://launchpad.net/bugs/319977 fixed

bzr revid: stephane@tinyerp.com-20090122182700-ujlaok0b5027i8ow
2009-01-22 19:27:00 +01:00
Christophe Simonis b926a1eb35 [FIX] execute the migration scripts in alphabetic order (per version)
bzr revid: christophe@tinyerp.com-20090122161616-gvujsj324a3vyvw5
2009-01-22 17:16:16 +01:00
Christophe Simonis 2b6c38d36f [IMP] log queries that fail
bzr revid: christophe@tinyerp.com-20090122161549-oo1boehunmtdiw7k
2009-01-22 17:15:49 +01:00
Stephane Wirtel 3268209d8c [IMP] Add a new method: get_module_as_zip_from_module_directory(module_directory, b64enc, src)
This function compress a module directory as zip file

bzr revid: stephane@tinyerp.com-20090122152536-c9wb2fogcocn7sha
2009-01-22 16:25:36 +01:00
Stephane Wirtel 9ef4ac36fe [FIX] Don't archive the source file when src is False
bzr revid: stephane@tinyerp.com-20090122145853-0er3kat9kxxx8e80
2009-01-22 15:58:53 +01:00
Apa (Open ERP) c677abdf3e [FIX] unsupported locale settings...
bzr revid: apa@tinyerp.com-20090122133705-o0hq401l21uau12e
2009-01-22 19:07:05 +05:30
Stephane Wirtel 7b26658101 [IMP] If the value is a str or unicode and the value is empty, we return a empty string
bzr revid: stephane@tinyerp.com-20090122133245-bp1ri3cu25b3ktp1
2009-01-22 14:32:45 +01:00
Stephane Wirtel b60043e9df [REV] Add the gpl.txt file
bzr revid: stephane@tinyerp.com-20090122132656-lpuwwxlimp12qgyo
2009-01-22 14:26:56 +01:00
Stephane Wirtel e20bd0db8d [IMP] Error handling and don't save the zip file in the addons path for the migration, but only the module directory
bzr revid: stephane@tinyerp.com-20090122132338-0mz0hh320e59t8ce
2009-01-22 14:23:38 +01:00
Stephane Wirtel 520eb96ec9 [IMP] Add the extract_zip_file method
bzr revid: stephane@tinyerp.com-20090122132238-yjx7n3g432s8ujzb
2009-01-22 14:22:38 +01:00
Najlaâ EL KHAYAT 5e692eca91 return blank for non float parameters
bzr revid: nel@tinyerp.com-20090122115819-erokumgim7k3kep8
2009-01-22 12:58:19 +01:00
Fabien Pinckaers 7c579ca353 bugfix
bzr revid: fp@tinyerp.com-20090122074444-1zpp4psuz1uhh5j2
2009-01-22 08:44:44 +01:00
Fabien Pinckaers 9bda731cfd bugfixes
bzr revid: fp@tinyerp.com-20090121231539-ytxxlb27sg6ax2j3
2009-01-22 00:15:39 +01:00
Fabien Pinckaers 8c58a438d3 bugfix
bzr revid: fp@tinyerp.com-20090121200740-idaabyapuf9l24p1
2009-01-21 21:07:40 +01:00
Christophe Simonis 9e6378a06b [FIX] concurrency check: handle the case of the O2M fields
bzr revid: christophe@tinyerp.com-20090121173728-pk4dkpqj79bjyntg
2009-01-21 18:37:28 +01:00
Christophe Simonis 675d0eae55 [FIX] force fields in the user preferencesform to be editable
lp bug: https://launchpad.net/bugs/319555 fixed

bzr revid: christophe@tinyerp.com-20090121135122-qb32vjov8jiq7ojr
2009-01-21 14:51:22 +01:00
Olivier Laurent ab86eac7a7 [MERGE]
bzr revid: olt@tinyerp.com-20090121132244-wl4m9ebdhb0wlnah
2009-01-21 14:22:44 +01:00
Olivier Laurent cad89b87ec * fixed bad indentation
* _is_operator return value is clearer

bzr revid: olt@tinyerp.com-20090121131725-lz105wcnjfcz6b3g
2009-01-21 14:17:25 +01:00
Fabien Pinckaers 310be72d5e pypdf_add
bzr revid: fp@tinyerp.com-20090121130540-xgx5nhe06d0km52w
2009-01-21 14:05:40 +01:00
Apa (Open ERP) f760bd9d7a [FIX]:If you are using an 'iso-8859-1' or 'latin1' encoding, set your locale to 'some_country.iso-8859-15' or 'some_country.latin9'.
bzr revid: apa@tinyerp.com-20090121124300-j84o6w9ngyglsmnr
2009-01-21 18:13:00 +05:30
Olivier Laurent a04f699ed5 [MERGE]
bzr revid: olt@tinyerp.com-20090121123911-ls86mf0t10gmcgv1
2009-01-21 13:39:11 +01:00
Christophe Simonis 2b1ecd58d6 [FIX] demo files were always parsed in 'init' mode
[IMP] ensure modobj exists before upgrading module state and version

bzr revid: christophe@tinyerp.com-20090121121936-2fdqa7kblh2to74k
2009-01-21 13:19:36 +01:00
Christophe Simonis cef5c76514 [FIX] unlink take the context in parameter
lp bug: https://launchpad.net/bugs/319172 fixed

bzr revid: christophe@tinyerp.com-20090121111956-nu8qi42x2d8xlcbv
2009-01-21 12:19:56 +01:00
Apa (Open ERP) fee97685ea [FIX]:all amounts don t have all the same format
bzr revid: apa@tinyerp.com-20090121104934-4r9l70liuk3rrny8
2009-01-21 16:19:34 +05:30
Apa (Open ERP) c064bfdbae [FIX] Please check the sale order report. the format seems to be correct. but all amounts don t have all the same format. check the total, total net
and 
taxes, price unit. all these needs to be changed

bzr revid: apa@tinyerp.com-20090121070317-wekapr73pq3lpmq0
2009-01-21 12:33:17 +05:30
Christophe Simonis 03fa514309 [FIX] in <record> tag, "forcecreate" attribute is now implicit
bzr revid: christophe@tinyerp.com-20090120181433-z1gne7bm93esjfos
2009-01-20 19:14:33 +01:00
Fabien Pinckaers f16cf978ff bugfixes
bzr revid: fp@tinyerp.com-20090120172941-voekzxe1ac3iqhj6
2009-01-20 18:29:41 +01:00
Fabien Pinckaers 7a14b5de6c modifs
bzr revid: fp@tinyerp.com-20090120165712-g36e80k3uesypld3
2009-01-20 17:57:12 +01:00
Fabien Pinckaers fb4d402681 modifs
bzr revid: fp@tinyerp.com-20090120163005-h4tathm0hd0rtnw7
2009-01-20 17:30:05 +01:00
Fabien Pinckaers 009a85879f bugfix
bzr revid: fp@tinyerp.com-20090120153957-fje33m8ns19s9al1
2009-01-20 16:39:57 +01:00
Jay (Open ERP) 411f8d3d24 Misc. changes
bzr revid: jvo@tinyerp.com-20090120135409-4ain027j7gxcfig3
2009-01-20 19:24:09 +05:30
Apa (Open ERP) 12174cedb5 Add code for locale langauge translation
bzr revid: apa@tinyerp.com-20090120130729-y3wwgpy2eoo81gxn
2009-01-20 18:37:29 +05:30
Apa (Open ERP) eae277fbb5 reverted report_sxw.py
bzr revid: apa@tinyerp.com-20090120130554-g6145dpil7fzmmq2
2009-01-20 18:35:54 +05:30
Christophe Simonis e916f04ea2 [IMP] module_graph.py: unknow modules are in red
bzr revid: christophe@tinyerp.com-20090120104202-eu36hnnlsx2yqhwl
2009-01-20 11:42:02 +01:00
Stephane Wirtel c228e56f93 [REF] Use the xpath with condition
bzr revid: stephane@tinyerp.com-20090119232458-pip4shfzdx2m7go9
2009-01-20 00:24:58 +01:00
Stephane Wirtel a875a71408 [IMP] Improve the speed - Use the inspect module only if we specify the debug log level
bzr revid: stephane@tinyerp.com-20090119224840-j0yqyaw30tzfrc78
2009-01-19 23:48:40 +01:00
Fabien Pinckaers d99f6b27d9 bugfix
bzr revid: fp@tinyerp.com-20090119210714-6rn2sy2ma5uiyp89
2009-01-19 22:07:14 +01:00
Fabien Pinckaers 1e150d5898 bugfix
bzr revid: fp@tinyerp.com-20090119205152-g7i0pghp98p2v93l
2009-01-19 21:51:52 +01:00
Stephane Wirtel c50b3b67f1 [IMP] Update the translations
bzr revid: stephane@tinyerp.com-20090119200123-pqi9rde3gtfbjnv0
2009-01-19 21:01:23 +01:00
Stephane Wirtel 6a38a97f4d [FIX] Typo
bzr revid: stephane@tinyerp.com-20090119154403-g2t8dn49yxrpmw3h
2009-01-19 16:44:03 +01:00
Christophe Simonis 520f5aec9c [MERGE] merge smile branch.
[REF] rewrite error generation when a view field is not found in the model

bzr revid: christophe@tinyerp.com-20090119110150-dzxto9uvwsqkva6s
2009-01-19 12:01:50 +01:00