Commit Graph

1014 Commits

Author SHA1 Message Date
Vo Minh Thu 455e47e5e8 [IMP] openerp.addons: openerp.addons is used instead of
openerp.modules as the namespace of the OpenERP addons.

bzr revid: vmt@openerp.com-20120109124120-06gguu3lzxv49i3j
2012-01-09 13:41:20 +01:00
Vo Minh Thu f24a29717e [FIX] orm: correctly set the module name on the model, even when imported with
`import openerp.modules.<module_name>`.

bzr revid: vmt@openerp.com-20120109101647-4hvy3n6eifzeozzq
2012-01-09 11:16:47 +01:00
Launchpad Translations on behalf of openerp fba1686a78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107052041-yb9lin8pt6fiktit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108050339-3f9e3szj5cywz6d3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109044946-zcolka6mpokbp60m
2012-01-09 04:49:46 +00:00
Olivier Dony cf113c2316 [FIX] base: module sequence number removed from XML data, moved to individual module manifests
Having the sequence number living outside the module itself
causes various problems at initialization when modules are
missing (e.g. if creating a database with `base` only).
It is also cleaner to have the module sequence in the
module manifest, like other module metadata.
A corresponding commit in the addons project adds the
`sequence` field in the manifest of all modules who
have a non-default sequence (the main apps).

bzr revid: odo@openerp.com-20120107041745-tik3iu1b2qs4ym85
2012-01-07 05:17:45 +01:00
Launchpad Translations on behalf of openerp f08a8d253e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120105053707-versptnac7z62k11
2012-01-05 05:37:07 +00:00
Olivier Dony bdce754108 [IMP] cleanup deprecated method=True param for function fields
bzr revid: odo@openerp.com-20120104133027-oaydmngk2dfc22mk
2012-01-04 14:30:27 +01:00
Vo Minh Thu e9e419089e [MERGE] res.company: resize the "name" related field to pointed-to field size.
bzr revid: vmt@openerp.com-20120104125106-lp0rpi1sy2z5oxm5
2012-01-04 13:51:06 +01:00
Vo Minh Thu fc738e803e [MERGE] res.users.email is really res.users.user_email.
bzr revid: vmt@openerp.com-20120104124952-nedgq9h2jg132b18
2012-01-04 13:49:52 +01:00
Fabien Pinckaers 6f293d0ec3 [IMP] useability: desactivate menutips by default
bzr revid: fp@tinyerp.com-20120104110226-izfzv94jdh54mum7
2012-01-04 12:02:26 +01:00
Vo Minh Thu f63dca7122 [MERGE] increase the size of res.partner.address.function field from 64 to 128.
bzr revid: vmt@openerp.com-20120104101444-4003iwhl2d3aducm
2012-01-04 11:14:44 +01:00
Antony Lesuisse fde9d8d259 [FIX] crm install trigger the setting dashboard
bzr revid: al@openerp.com-20111230184114-x1ugr7yw9i9gx2d5
2011-12-30 19:41:14 +01:00
Fabien Pinckaers 939bbe47f5 [IMP] removed thymbra for demo data, too much problems with this company:)
bzr revid: fp@tinyerp.com-20111230153722-k7nk1oz8q1ak2vd2
2011-12-30 16:37:22 +01:00
Fabien Pinckaers 20763e9781 [IMP] modules on top
bzr revid: fp@tinyerp.com-20111230145607-5h9y3wd153pvfgix
2011-12-30 15:56:07 +01:00
Fabien Pinckaers 24a24d30ee [fIX]
bzr revid: fp@tinyerp.com-20111230102038-bphopiaihay9wqkl
2011-12-30 11:20:38 +01:00
Fabien Pinckaers 0483747b45 [IMP] rml_header1: no slogan by default, tooltip
bzr revid: fp@tinyerp.com-20111229093603-dbyv5u78xnnlc5ni
2011-12-29 10:36:03 +01:00
Launchpad Translations on behalf of openerp 031ecd675c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111228052112-def190p3malaw3hc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111228052136-390v7hxkz4nu1x1g
2011-12-28 05:21:36 +00:00
Antony Lesuisse 41218715bd [FIX] cron mktime should be timegm
bzr revid: al@openerp.com-20111227223944-jk1humfvon1kqw59
2011-12-27 23:39:44 +01:00
Minh Tran 5da5507a61 Fixed style for module vignette buttons
bzr revid: mit@openerp.com-20111223114645-0mn4y5diam54c3t2
2011-12-23 12:46:45 +01:00
Minh Tran ff90fce816 Removed padding around kanban vignette
bzr revid: mit@openerp.com-20111223110741-pc51vw2wmch0nwax
2011-12-23 12:07:41 +01:00
Raphael Collet 2661edacda [MERGE] translations: import using lower-level sql (translations load about 6 times faster)
bzr revid: rco@openerp.com-20111223104824-fup1cjbjni1fsty1
2011-12-23 11:48:24 +01:00
Launchpad Translations on behalf of openerp a6c649dd4e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111223054503-il515335tdfkghbw
bzr revid: launchpad_translations_on_behalf_of_openerp-20111223073609-mpe8e232ykba47y0
2011-12-23 07:36:09 +00:00
Olivier Dony be9a509e58 [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20111222202356-6u22um5kc9yuusxc
2011-12-22 21:23:56 +01:00
Olivier Dony 3bf839996c [I18N] base: updated translation template
bzr revid: odo@openerp.com-20111222202225-bfyk0uzmakgt1tle
2011-12-22 21:22:25 +01:00
Olivier Dony 482aee1951 [IMP] fields.sparse: custom sparse field creation now working + handle deleted resources properly
bzr revid: odo@openerp.com-20111222182405-425rzyl6idg9aocu
2011-12-22 19:24:05 +01:00
Quentin (OpenERP) a1e8dc5f12 [MERGE] merged the dev branch with us letter format support for RML files
bzr revid: qdp-launchpad@openerp.com-20111222151559-1jmgkd1ykkj6iuau
2011-12-22 16:15:59 +01:00
Vo Minh Thu 6bb854b893 [MERGE] merged the new floats rounding code.
bzr revid: vmt@openerp.com-20111222111551-3np72b3u6qt8lkeo
2011-12-22 12:15:51 +01:00
Olivier Dony d925235e62 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20111222102555-bydsozbdu6urkj31
2011-12-22 11:25:55 +01:00
Olivier Dony 1638303686 [MERGE] res.partner.category: add short name_get variant (context toggle), courtesy of Numerigraphe
bzr revid: odo@openerp.com-20111221145443-js9nydzwa2vx4un4
2011-12-21 15:54:43 +01:00
Olivier Dony cbfbf78e05 [ADD] view.rng: new @options attribute for field widgets
This attribute is supposed to be a JSON dict containing
arbitrary widget-specific options. To be ignored if the
widget or client does not support them.

bzr revid: odo@openerp.com-20111221110301-ejjm4s4f2vttw2r6
2011-12-21 12:03:01 +01:00
Rucha (Open ERP) 077d7c275c [ADD, IMP]: res.company: Added new field in company for paper format which is used to format report pageSize
bzr revid: rpa@tinyerp.com-20111221092344-0mftzklmd6wrlsws
2011-12-21 14:53:44 +05:30
Olivier Dony e410b81cc4 [FIX] fields.float: always round floats when persisting
Added test to try a full round-trip to
the database as well to make sure the
automatic rounding is working properly.

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

bzr revid: odo@openerp.com-20111221011100-gybt9pjdfpg4wc86
2011-12-21 02:11:00 +01:00
Olivier Dony 68e03147ff [MERGE] latest trunk
bzr revid: odo@openerp.com-20111220235717-845hp2z5g8yglw1w
2011-12-21 00:57:17 +01:00
Olivier Dony 759ccd9845 [IMP] float_utils: simplified code, added float_repr
lp bug: https://launchpad.net/bugs/882036 fixed

bzr revid: odo@openerp.com-20111220234740-kotcgoz3opcbkx4b
2011-12-21 00:47:40 +01:00
Fabien Pinckaers 80c3d2c892 [IMP] removed raise on name_create partner
bzr revid: fp@tinyerp.com-20111220165541-n7g5btjjv8asj2jx
2011-12-20 17:55:41 +01:00
Olivier Dony ed53ef4761 [IMP] float_utils: fix HALF_UP rounding according to discussions on bug 882036
Also improved test and added warning logging when
crossing the precision limit due to too many
significant digits. There is apparently a limitation
in Python's float implementation for this.

bzr revid: odo@openerp.com-20111220163420-lz0sh1h0yjkh6jdc
2011-12-20 17:34:20 +01:00
Olivier Dony 07f2cdf4d2 [IMP] res.partner: wording+todo for name_create()
bzr revid: odo@openerp.com-20111220141204-bypzd7gvi1maveuw
2011-12-20 15:12:04 +01:00
Fabien Pinckaers 19a9a1d595 [IMP] useability seach opportunity
bzr revid: fp@tinyerp.com-20111220102333-dv8v47wkgf4v0laf
2011-12-20 11:23:33 +01:00
Raphael Collet df44e44cc2 [FIX] base/module: typo in xml id and name of module category
bzr revid: rco@openerp.com-20111220083716-n5ri0z1re0c62jzv
2011-12-20 09:37:16 +01:00
Antony Lesuisse c6bddbdd49 [MERGE] module kaban padding fixes (manual merge)
bzr revid: al@openerp.com-20111220004135-fafhd3w1l0ovsdie
2011-12-20 01:41:35 +01:00
Roberto López López (OpenERP) 578410ae9f [FIX] wrong access to property
bzr revid: rlo@openerp.com-20111219134925-ymujigvtt9pa7v78
2011-12-19 14:49:25 +01:00
Raphael Collet f17b864c63 [FIX] res_users: add explicitly False in non-required selection group fields
bzr revid: rco@openerp.com-20111219083458-e0uqpa9vx52lnr9p
2011-12-19 09:34:58 +01:00
Fabien Pinckaers 3b0419ddc8 [IMP] module in categ links are installed automatically
bzr revid: fp@tinyerp.com-20111218213817-8yyeeaqcigrmftwr
2011-12-18 22:38:17 +01:00
Fabien Pinckaers f413683b8d [IMP] order of main apps/modules
bzr revid: fp@tinyerp.com-20111218204746-q4y3kzaukitwtg0l
2011-12-18 21:47:46 +01:00
Fabien Pinckaers dcfb40f18e [IMP] order of main apps/modules
bzr revid: fp@tinyerp.com-20111218204731-50g37bd7un5igr84
2011-12-18 21:47:31 +01:00
Fabien Pinckaers 0cfe50155d [FIX] small bug in address
bzr revid: fp@tinyerp.com-20111218114443-lary2ovig5tznwl8
2011-12-18 12:44:43 +01:00
Olivier Dony 9ddd05fb3a [REF] float_utils: moved in its own python module
bzr revid: odo@openerp.com-20111216160426-gya8d1d1zymcz8os
2011-12-16 17:04:26 +01:00
Olivier Dony 6add700d7a [MERGE] latest trunk
bzr revid: odo@openerp.com-20111216155624-3nvdsaurjsdo44mx
2011-12-16 16:56:24 +01:00
Olivier Dony 1afb14ddc4 [FIX] modules: temporaty fix to allow installing hidden/technical modules
A better way to hide technical modules and a better thought
classification for Apps/Extra/Technical modules should still
be done before releasing 6.1

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

bzr revid: odo@openerp.com-20111216154532-tb23vjkdyc4dk53i
2011-12-16 16:45:32 +01:00
Numerigraphe - Lionel Sausin eec9f019f0 [IMP] base: allow the category name to not include the parents if the context requires it
bzr revid: ls@numerigraphe.fr-20111215145604-wu2muv9m9gb9c9h4
2011-12-15 15:56:04 +01:00
Launchpad Translations on behalf of openerp 2d1baf3dda Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052448-trqaat8m6335nctw
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052507-5r7nig2ys4fyef7f
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216060814-z34sm1fdvd230j37
2011-12-16 06:08:14 +00:00