Commit Graph

106 Commits

Author SHA1 Message Date
Antony Lesuisse ce1b0ad243 [FIX] ir_logging acl
bzr revid: al@openerp.com-20140318002954-3vc2wj6llc2017bu
2014-03-18 01:29:54 +01:00
Thibault Delavallée 8af1afb1a0 [CLEAN] [REM] ir_qweb: removed access rules on the various ir_web models
as those are abstract models. They should not have any access rules.

bzr revid: tde@openerp.com-20140116140621-6mjkp82oy0iyahi7
2014-01-16 15:06:21 +01:00
Christophe Matthieu a02797b26b [FIX] base.language.install remove explicit access access_base_language_install_group_user
bzr revid: chm@openerp.com-20140113173509-4syed8md6drifv2q
2014-01-13 18:35:09 +01:00
Christophe Matthieu bad16022e8 [FIX] base_language_install: add access right: access for group_user
bzr revid: chm@openerp.com-20140113082826-glv3v4pum6k4l1hh
2014-01-13 09:28:26 +01:00
Christophe Matthieu e82cb100bf [FIX] res.font: add access right: read allow for all user and all allow for group_user
bzr revid: chm@openerp.com-20140113082004-x494blqy2xjfc4wl
2014-01-13 09:20:04 +01:00
Xavier Morel b9dfef2fab [ADD] formatting of date and datetime t-field
bzr revid: xmo@openerp.com-20131021152639-2o2j2knhuppdlbzm
2013-10-21 17:26:39 +02:00
Xavier Morel 64ea89e3be [MERGE] from parent
bzr revid: xmo@openerp.com-20131014085215-qoqytud1mkpdqbz0
2013-10-14 10:52:15 +02:00
Xavier Morel ef848653af [FIX] rename currency widget to monetary to match views
bzr revid: xmo@openerp.com-20131008122006-k7xjv2lkd0t7lza7
2013-10-08 14:20:06 +02:00
Thibault Delavallée fe57ed6f8d [MOV] portal: moved group_portal from portal module to base. First step towards including portal stuff directly into server.
bzr revid: tde@openerp.com-20131008113338-mrkae8rwv4jif1x6
2013-10-08 13:33:38 +02:00
Xavier Morel e29028ea0e [ADD] missing access rule thing
bzr revid: xmo@openerp.com-20131008082543-pzpknr48xfdbxxna
2013-10-08 10:25:43 +02:00
Xavier Morel 7a8ea1eb75 [IMP] move image serialization to image widget, not all binary fields
bzr revid: xmo@openerp.com-20131007113133-y0xcj0tgp8ionrzo
2013-10-07 13:31:33 +02:00
Xavier Morel cd31b4af4d [IMP] move field conversion around
ir.fields architecture turns out not to be a very good or simple fit,
especially as different widgets/fields need different granularity of
customizations. Having objects dedicated to each field type/widget
makes things simpler as it allows a conversion pipeline which can be
plugged into at any point.

bzr revid: xmo@openerp.com-20131007091556-03azc2mdhcb7kmwo
2013-10-07 11:15:56 +02:00
Thibault Delavallée b74c255168 [MERGE] Sync with trunk until revision 4967 (including al cleaning)
bzr revid: tde@openerp.com-20131007081039-adyay7oy1tpx4g2k
2013-10-07 10:10:39 +02:00
Antony Lesuisse 31a8dc36e5 [REM] shortcuts, deprecated by bookmarks
bzr revid: al@openerp.com-20131006132424-bpd8w0zzuf42s55l
2013-10-06 15:24:24 +02:00
Antony Lesuisse 881a76dbcf [IMP] Technical menu reorg, remove depreacted requests.
Moved low levels object to database structure.
Removed res.request models bu keep res.request.link, res.request.link is used
to flag models worth to be linked by references fields.
Moved currency and state to the approriate directory.

bzr revid: al@openerp.com-20131006112608-3qucrevmkf43kq20
2013-10-06 13:26:08 +02:00
Antony Lesuisse a32bf724f2 [IMP] ir_actions cleanups.
Remove deprecated old style wizards.
Remove unsed get_model() function.
Move crons into Actions menuitem.
Move todos into Actions menuitem.

bzr revid: al@openerp.com-20131006102404-s46md70ahydihiih
2013-10-06 12:24:04 +02:00
Thibault Delavallée 54933118a4 [MERGE] Sync with trunk until revision 4957.
bzr revid: tde@openerp.com-20131002133820-8xomdumexexqp3pk
2013-10-02 15:38:20 +02:00
Martin Trigaux 5175ce9e77 [IMP] ir_model_data: restrict ir_model_data rule to read only for user and add create to group_user
bzr revid: mat@openerp.com-20130912075353-s1hjsz3b0lvzhzj3
2013-09-12 09:53:53 +02:00
Martin Trigaux 1f30f78fab [MERGE] sync with trunk
bzr revid: mat@openerp.com-20130911094257-yu17yffdawc45v2a
2013-09-11 09:42:57 +00:00
Christophe Simonis e13ffe7e11 [MERGE] forward port of branch 7.0 up to revid 5075 chs@openerp.com-20130912141018-qmcyase8zqov9d01
bzr revid: chs@openerp.com-20130906165207-1oklc8cqs0rex3kg
bzr revid: dle@openerp.com-20130909170248-a4t5y6qd5ikkhhac
bzr revid: dle@openerp.com-20130911083736-6jfkb140jxbbx7j6
bzr revid: chs@openerp.com-20130912150616-v0c383trj7gaa7eu
2013-09-12 17:06:16 +02:00
Olivier Dony 1b004bce32 [FIX] ir.filters: deduplicate redundant ACL on ir.filters
By default everybody should be able to read and modify
filters, and this is coupled with a global ir.rule that
only permits viewing and touching global filters and
owned filters.

bzr revid: odo@openerp.com-20130903172606-7vn0z2gz71urfdtz
2013-09-03 19:26:06 +02:00
Christophe Matthieu d12e8dd387 [IMP] remove portal_anonymous, create group_public in server and public user in website
bzr revid: chm@openerp.com-20130726090515-jle1l2joqzw2zlnt
2013-07-26 11:05:15 +02:00
sgo@tinyerp.com 54306a7923 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130506123433-mbbw44o0nj5224jm
bzr revid: sgo@tinyerp.com-20130605072109-913cerck1xz2thdb
bzr revid: sgo@tinyerp.com-20130610052931-x6r3qt920vgafiuv
bzr revid: sgo@tinyerp.com-20130626111633-xatnf2mkwjqv93ti
2013-06-26 16:46:33 +05:30
niv-openerp 02aa3f2114 [FIX] regression that made the server crash when we install a db
bzr revid: nicolas.vanhoren@openerp.com-20130610154139-jylxm135apnu3app
2013-06-10 17:41:39 +02:00
Martin Trigaux b8aed2249a [IMP] remove read access to outgoing mail server configuration
forward port of rev 4349 in 6.1

bzr revid: mat@openerp.com-20130521133025-198z6n1nqltcisx2
2013-05-21 15:30:25 +02:00
Olivier Dony 9cff3f2a58 [MERGE] res.currency: default to global currencies in multi-company setup + add proper ir.rule, courtesy of Alexandre Fayolle (Camptocamp)
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130517093958-d16k9gceenznm9vp
2013-05-17 11:39:58 +02:00
cbi@openerp.my.openerp.com 3d9c8b0513 [FIX] missing multi company currency access rules, set currency.company_id to False by default
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: alexandre.fayolle@camptocamp.com-20130517080246-k23d8hd0ks36cr5l
2013-05-17 10:02:46 +02:00
sgo@tinyerp.com d947b32b96 [IMP]remove delete access rights from ir_model_data for all user which are not needed
bzr revid: sgo@tinyerp.com-20130430105012-damnh3zqdr9wdap1
2013-04-30 16:20:12 +05:30
sgo@tinyerp.com 1109b4cb35 [IMP]add session tag for yaml and based on session user whole yaml tested
bzr revid: sgo@tinyerp.com-20130204093324-6jdty26tepmvjhhs
2013-02-04 15:03:24 +05:30
Christophe Simonis 74b431298e [FIX] remove res.partner.address model
bzr revid: chs@openerp.com-20121211182934-up3sxi0pcw20qrit
2012-12-11 19:29:34 +01:00
Bharat Devnani (OpenERP) 1c0b768ec6 [MERGE] merged with main server
bzr revid: bde@tinyerp.com-20121023111122-tg9ve8pfwidqi5x2
2012-10-23 16:41:22 +05:30
Vo Minh Thu 749ee11eb2 [MERGE] removed a few warnings.
bzr revid: vmt@openerp.com-20121022132759-64qupagcv9cdqnkq
2012-10-22 15:27:59 +02:00
Vo Minh Thu 815100e535 [IMP] res.partner ir.rule: made the rule similar to the one for res.partner.
bzr revid: vmt@openerp.com-20121022113700-hn65uabpd0ttuxyt
2012-10-22 13:37:00 +02:00
Vo Minh Thu 218d25b130 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121022101716-491hv1k50abqd8k9
2012-10-22 12:17:16 +02:00
Pinakin Nayi (OpenERP) 60c38e629a [IMP]setting remove icon and change label
bzr revid: pna@tinyerp.com-20121022054024-1v178zn4vtk65pm6
2012-10-22 11:10:24 +05:30
Amit (OpenERP) 3d1defaa68 [IMP] Imporved the indentation problem
bzr revid: amp@tinyerp.com-20121018075759-70m5yv1yrotnuhao
2012-10-18 13:27:59 +05:30
Turkesh Patel (Open ERP) f1a0dcf87e [MERGE] lp:~openerp-dev/openobject-server/trunk-warning-fix-tch
bzr revid: tpa@tinyerp.com-20121011102325-wjvwssyyfnavhz7h
2012-10-11 15:53:25 +05:30
Twinkle Christian (OpenERP) 92dd592b5f [FIX]Fix warning:ir.field.converter has no access rules
bzr revid: tch@tinyerp.com-20121011100741-2r4pz9qcqjljxf0l
2012-10-11 15:37:41 +05:30
Olivier Dony e35992cc53 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121001144941-16d8mbi5475c3tyb
2012-10-01 16:49:41 +02:00
Amit (OpenERP) 98681b7a12 [FIX] Add company rule for res_partner_bank object
lp bug: https://launchpad.net/bugs/1057924 fixed

bzr revid: amp@tinyerp.com-20120928102410-ir8xwhmeqntxlcr9
2012-09-28 15:54:10 +05:30
Hardik 808fc09e92 [IMP]User : Access rights in changed menu name
bzr revid: hsa@tinyerp.com-20120919085204-2cqnwkprzbnfkf70
2012-09-19 14:22:04 +05:30
Stephane Wirtel c750d0b8e1 [MERGE] Remove unused res.payterm
bzr revid: stw@openerp.com-20120911153948-bfuzz0a66qi0ncpb
2012-09-11 17:39:48 +02:00
Thibault Delavallée e46c266ec4 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120829074254-dwntrd404e4w641y
2012-08-29 09:42:54 +02:00
Stephane Wirtel fc01690a94 [MERGE] Remove the pychart library, use the online version via pypi or the package manager
bzr revid: stw@openerp.com-20120828130721-gnwdldquz6ywkwby
2012-08-28 15:07:21 +02:00
Thibault Delavallée 74ba3b17e6 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120828080245-vl0hm0ybk5ztvny8
2012-08-28 10:02:45 +02:00
Fabien Pinckaers 95aec10efe merge
bzr revid: fp@openerp.com-20120827212610-roc220otwi7y6wd2
2012-08-27 23:26:10 +02:00
Thibault Delavallée 1fc94ed5ca [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120827083724-237j1jgf3b3g3uy8
2012-08-27 10:37:24 +02:00
Stephane Wirtel 0063d75e60 [MERGE] remove some warnings
bzr revid: stw@openerp.com-20120823145817-541k18v9zjx27iqm
2012-08-23 16:58:17 +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