Commit Graph

14 Commits

Author SHA1 Message Date
Xavier Morel de13720f0e [IMP] rng of field tag in data xml
also fix nonsensical XML files specifying @ref and @model

bzr revid: xmo@openerp.com-20130429122423-qubsy2ccwo5tb8bq
2013-04-29 14:24:23 +02:00
Saurang Suthar a912bb3189 [IMP]openerp:rename the group Partner Manager -> Contact Creation
bzr revid: ssu@tinyerp.com-20120926070339-sr9lv02l5632ml1t
2012-09-26 12:33:39 +05:30
Fabien Pinckaers 090b206dd1 [IMP] removing partner manager from sale as it will be in home
bzr revid: fp@tinyerp.com-20120919073240-vdxrevkxii0zzc4x
2012-09-19 09:32:40 +02:00
Antonin Bourguignon 445ddc7594 [IMP] indentation
bzr revid: abo@openerp.com-20120823142036-e0kmr9ri1e8ns56d
2012-08-23 16:20:36 +02:00
Antonin Bourguignon 9f933d0ae3 [IMP] put @noupdate="1" back in place for xml security files
bzr revid: abo@openerp.com-20120823141531-l01abke754duh4z5
2012-08-23 16:15:31 +02:00
Antonin Bourguignon bb8afe3a4a [IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement
this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823122050-9fw0id92idc1m36l
2012-08-23 14:20:50 +02:00
Hardik 6e001f9356 [IMP]Base : __openerp__.py updated
bzr revid: hsa@tinyerp.com-20120817113250-berxzlqkejhoef1x
2012-08-17 17:02:50 +05:30
Raphael Collet b36d9a0cfe [IMP] groups: remove auto-inclusion of admin in groups, and make the inclusion explicit in groups
bzr revid: rco@openerp.com-20120404090818-xqyfm5175eqj6i62
2012-04-04 11:08:18 +02:00
Olivier Dony 3f5fb80a76 [FIX] res.users: proper multicompany record rule for users, courtesy of Valentin Lab
Contrary to regular records, the company_id field
on res_users does not represent a permanent
relationship, this field is rather used by the
user to select the 'company context' in which
she would like to work.
We don't want the list of assignable users on
a task to change depending on which company
these users are currently viewing data, for
example.
The real field that holds the list of companies
a user belongs to is the 'company_ids' field.

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

bzr revid: odo@openerp.com-20120319145216-j1t0d4zjxn9vn058
2012-03-19 15:52:16 +01:00
fp 941496a321 [IMP] bank account management reviewed, improved groups name
bzr revid: fp@fp-laptop-20110815141643-ebg8rnuihkei6fni
2011-08-15 16:16:43 +02:00
Olivier Dony cc81a21ab8 [MERGE] latest 6.0 fixes
bzr revid: odo@openerp.com-20110719113630-dvhg0cvh59r0oiiq
2011-07-19 13:36:30 +02:00
AMP (OpenERP) 59ee56541c [FIX] base : Fixes the partner manager group problem
bzr revid: amp@tinyerp.com-20110414095231-jltmqb3i22z4s7i3
2011-04-14 15:22:31 +05:30
Vo Minh Thu dd1943c45e [MERGE] merge 6.0 branch.
bzr revid: vmt@openerp.com-20110303133011-758wfx7zompu5ugq
2011-03-03 14:30:11 +01:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00