Commit Graph

26168 Commits

Author SHA1 Message Date
P. Christeas 3586ae34c6 debian: use the standard conf file, adapt init and copyright
bzr revid: p_christ@hol.gr-20110117152605-qtifgtoydws7ox8q
2011-01-17 17:26:05 +02:00
P. Christeas 2bc1ef6c31 openerp-server.conf: adapt sample config to 6.0 options.
bzr revid: p_christ@hol.gr-20110117152232-2o5957d6euvn4cba
2011-01-17 17:22:32 +02:00
P. Christeas e6f1b9717b debian: some preparation for the 6.0.0 package
bzr revid: xrg@openerp.com-20110117151145-er0n9ojajspv2w7d
2011-01-17 16:11:45 +01:00
P. Christeas a228e192a5 setup.py: bring back the block that installs addons
Was removed in d6fc9237a62a4, but is necessary for the creation of distro
packages.

bzr revid: xrg@openerp.com-20110117134841-gcrbv699anl9jcho
2011-01-17 14:48:41 +01:00
P. Christeas 8e809ace7f Merge branch 'official-trunk' into deb-scripts
bzr revid: xrg@openerp.com-20110117111022-qmkv7jpo448iwvyh
2011-01-17 12:10:22 +01:00
Olivier Dony 5b2e2371ca [FIX] res.partner: reverted incorrect patch for Addresses action, until a proper fix is done
Reverted revision: 3152.1.1  fde@openerp.com-20101222154236-vpuqk0ou0svugwkg

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

bzr revid: odo@openerp.com-20110117100448-eba1mhz3gt45mu69
2011-01-17 11:04:48 +01:00
P. Christeas 814c4af299 [FIX] osv: _constraints can be inherited by redefining a constraint with the same name
Indeed, when we define an expression like

class bar(osv.osv):
  _inherit = 'bar.bar'

  def _check_foo(self, cr, uid, ids, context):
      return True

  _constraints = [ (_check_foo, "Foo failed!", ['foo']) ]

... it means that _check_foo will be passed as an *object* to the model's
structure of _constraints. Therefore, it would be unequal and just append
the list of any existing constraints. So, an older (_check_foo, , ['foo'])
would always remain active using the previous code. This has to do with
the _check_foo being an unbound (ie. not inheritable) function.

Now, we check the /string name/ of the function, too. We say that if the
inherited class's constraint function has the same name "_check_foo", the
old ones shall be replaced.

Note: this MAY introduce unpredictable results, if several modules try
to override the same inherited constraint. There is no guaranteed order
of inheritance. Please avoid using this feature unless necessary.

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

bzr revid: odo@openerp.com-20110117094750-4lyzx165f1z1zgl4
2011-01-17 10:47:50 +01:00
P. Christeas 3aed57ec23 Merge branch 'official-trunk' into deb-scripts
bzr revid: p_christ@hol.gr-20110117094021-rbjm55dip17tnuy4
2011-01-17 11:40:21 +02:00
Fabien Pinckaers 7c95acb04c [FIX] lp 701017
bzr revid: fp@tinyerp.com-20110117083122-aed5jqigyt1vq677
2011-01-17 09:31:22 +01:00
Fabien Pinckaers 4594829c20 [FIX] improvement in POS lp 702115
bzr revid: fp@tinyerp.com-20110117082847-n9evkxy2h8ceawiy
2011-01-17 09:28:47 +01:00
Fabien Pinckaers 9d9719a667 [FIX] lp 696779
bzr revid: fp@tinyerp.com-20110117081542-qdk42pa95vctkqd0
2011-01-17 09:15:42 +01:00
Fabien Pinckaers a51ab82160 [fIX] lp 701480
bzr revid: fp@tinyerp.com-20110117080556-3i3d4z4gdktpmvpd
2011-01-17 09:05:56 +01:00
Fabien Pinckaers 147c88053f [IMP] add two incoterms from Alexis Delattre
bzr revid: fp@tinyerp.com-20110117075857-gaulvotztcdbz753
2011-01-17 08:58:57 +01:00
Fabien Pinckaers 77ca6ae2b0 [IMP] Add incoterm menu
bzr revid: fp@tinyerp.com-20110117075559-ivjti3ke5wcx1on8
2011-01-17 08:55:59 +01:00
Fabien Pinckaers a25ec4025b [FIX] lp 701067 from Xavier Alt
bzr revid: fp@tinyerp.com-20110117074534-hwg1hwb0znv0dkaj
2011-01-17 08:45:34 +01:00
Fabien Pinckaers b43cde3fc6 fix
bzr revid: fp@tinyerp.com-20110117074114-48gyv2q01kx7for5
2011-01-17 08:41:14 +01:00
Fabien Pinckaers 948e9172ce [FIX] lp 703088
bzr revid: fp@tinyerp.com-20110117073511-94kur7vzlhyfq9zt
2011-01-17 08:35:11 +01:00
Fabien Pinckaers 4e0bc0926d [FIX] lp 703649
bzr revid: fp@tinyerp.com-20110117072932-4y3jmdgo2s9ushj6
2011-01-17 08:29:32 +01:00
Launchpad Translations on behalf of openerp acc5c03dfb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110116050632-y2dx1hzogk9swvth
bzr revid: launchpad_translations_on_behalf_of_openerp-20110116050251-14qxhugog9k60l75
bzr revid: launchpad_translations_on_behalf_of_openerp-20110117044929-4xn1kiab1qw5cire
2011-01-17 04:49:29 +00:00
Thibault Francois 385768ebe6 [FIX] Email Template : Send email correct field bcc, email_to
bzr revid: tfr@openerp.com-20110115220846-2swiafidl7a9bbu4
2011-01-15 23:08:46 +01:00
Thibault Francois 9d9d4d838c [MERGE] lp:~stephane-openerp/openobject-addons/reopen_project_issue_by_email : reopen project_issuer when a new mail is sent
bzr revid: tfr@openerp.com-20110115212704-h5hvcmvj03ngmgo9
2011-01-15 22:27:04 +01:00
Fabien Pinckaers 8bc146d459 fix_logging
bzr revid: fp@tinyerp.com-20110115170802-n8o5kmx9vblfn0jw
2011-01-15 18:08:02 +01:00
Fabien Pinckaers 322976309e [IMP] logging for set null failed
bzr revid: fp@tinyerp.com-20110115170410-s0z661hshxjzj6b7
2011-01-15 18:04:10 +01:00
Fabien Pinckaers f01e3326ba fix
bzr revid: fp@tinyerp.com-20110115132456-hk9vf0sfyrly0xox
2011-01-15 14:24:56 +01:00
Launchpad Translations on behalf of openerp 0c96f19b44 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110115055903-i9kqtkstdk8j0hnz
2011-01-15 05:59:03 +00:00
Olivier Dony c2af4fde4f [FIX] ir.ui.view_sc: shortcuts are now translated, and using the name_get() of the linked resource
lp bug: https://launchpad.net/bugs/699858 fixed

bzr revid: odo@openerp.com-20110115045058-d7iqs6himuf2kyps
2011-01-15 05:50:58 +01:00
Olivier Dony 697eea26e4 [FIX] orm.read_group: prepend fields with table names to avoid collisions in SQL queries
lp bug: https://launchpad.net/bugs/703105 fixed

bzr revid: odo@openerp.com-20110115013109-q1ekx17docisqhd0
2011-01-15 02:31:09 +01:00
Olivier Dony 570d35e824 [FIX] fields.property: restore compatibility with non-m2o properties
Was broken by revision 3029.2.20  ysa@tinyerp.com-20101231061314-jhjc6c2uyeqko19x, fixing bug 692891

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

bzr revid: odo@openerp.com-20110114230524-zkkvgi6ch7gk3d4m
2011-01-15 00:05:24 +01:00
Olivier Dony 04d2a25816 [FIX] base: currency updates: names for SEK,NOK,DKK; symbol for RON; dropped obsolete EKK
lp bug: https://launchpad.net/bugs/702475 fixed

bzr revid: odo@openerp.com-20110114215051-cbpd7wfbj1uiqpxx
2011-01-14 22:50:51 +01:00
Olivier Dony 0efe4d882b [FIX] orm.write(): avoid name collision of "ids" variable, causing side-effects + some doc
lp bug: https://launchpad.net/bugs/702744 fixed

bzr revid: odo@openerp.com-20110114211642-muwdr966zn84p4ma
2011-01-14 22:16:42 +01:00
Fabien Pinckaers fd9c04edcd fix
bzr revid: fp@tinyerp.com-20110114190038-0h62306fd35pe0sp
2011-01-14 20:00:38 +01:00
Fabien Pinckaers cbca1196b4 [FIX] changed a warning to a debug
bzr revid: fp@tinyerp.com-20110114183657-3mdz433zn2wlx2s8
2011-01-14 19:36:57 +01:00
qdp-launchpad@tinyerp.com b8ca64c69d [IMP] account: reordered the columns of account.journal.view
bzr revid: qdp-launchpad@tinyerp.com-20110114154405-ugtbrf0nhnnpr9ua
2011-01-14 16:44:05 +01:00
Fabien Pinckaers cd534cb224 fix
bzr revid: fp@tinyerp.com-20110114152947-ta7t20oze0jsneju
2011-01-14 16:29:47 +01:00
Thibault Francois 1451a89319 [FIX] buildbot fix mrp action_partial_move doesn't exist anymore replace by action_partial_move_server
bzr revid: tfr@openerp.com-20110114152016-fv7fha139ylqmb2q
2011-01-14 16:20:16 +01:00
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
Thibault Francois f6bda97aa2 [FIX] stock.partial.move fix for web client act_window replace by act_server to create the osv.memory object before opening the wizard
bzr revid: tfr@openerp.com-20110114150133-vk0240cnim03jgwo
2011-01-14 16:01:33 +01:00
Stephane Wirtel cf0e2e54b4 [IMP] Re-open an pending or closed issue by email
bzr revid: stephane@openerp.com-20110114131622-105w96ifgniwdykc
2011-01-14 14:16:22 +01:00
Xavier Morel 1d5bb22c6f [IMP] stock: work around web client being a moron by pre-creating stock.partial.picking object before opening picking wizard
Web client can't handle editing o2ms (with or without default values) if the object containing the o2m doesn't exist yet

bzr revid: xmo@openerp.com-20110114124950-hgh9h8nibh9jsj61
2011-01-14 13:49:50 +01:00
Olivier Dony 858fdc9a40 [FIX] orm.import_data: look for exact match of name_search (courtesy of Martin Collins)
lp bug: https://launchpad.net/bugs/698354 fixed

bzr revid: odo@openerp.com-20110114105509-ozlgcpodsgvnp1m5
2011-01-14 11:55:09 +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
Thibault Francois cd1642dd8c [FIX] builbot warning
bzr revid: tfr@openerp.com-20110114103300-f6afrd7bdw559hw3
2011-01-14 11:33:00 +01:00
qdp-launchpad@tinyerp.com 6e3b7d7622 [MERGE] merge the branch of Maxime Chambreuil related to l10n_ca
bzr revid: qdp-launchpad@tinyerp.com-20110114101444-139sfd1q9yluyne8
2011-01-14 11:14:44 +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
Thibault Francois b824965075 [FIX] buildbot : base_calendar
bzr revid: tfr@openerp.com-20110114100533-u64pkamh0u10hk0n
2011-01-14 11:05:33 +01:00
Thibault Francois 17b720a33e [FIX] buildbot : report_auction
bzr revid: tfr@openerp.com-20110114095922-75eqgyykpq1ee5dz
2011-01-14 10:59:22 +01:00
Thibault Francois 5af8021914 [MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1 : Bug fixed by Addons Team 1
project_long_term improverment
Fix yml of project_long_term
Add yml
    * CRM (Recurrent Meeting)
    * CRM (for lead opportunity : stage change, opening, closing, won, lost)

bzr revid: tfr@openerp.com-20110114093428-5u92lg4b4zoeumwv
2011-01-14 10:34:28 +01:00
Launchpad Translations on behalf of openerp 62f28364e5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110114045237-gdlm32e67rdh70kr
bzr revid: launchpad_translations_on_behalf_of_openerp-20110114055119-e9fpaxlistgondmp
2011-01-14 05:51:19 +00: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 6cdbba5379 [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@tinyerp.com-20110113175502-a4utblielhflx4fk
2011-01-13 18:55:02 +01:00