Commit Graph

83 Commits

Author SHA1 Message Date
Olivier Dony 9daa68e67c [IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_recursion()
lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: odo@openerp.com-20101209105733-j3uffwp4rl07nzc4
2010-12-09 11:57:33 +01:00
nch@tinyerp.com 61da7d8883 [REM]:removed implementation of gallery view
bzr revid: nch@tinyerp.com-20101011132043-qlzlaujac4yv1zr7
2010-10-11 18:50:43 +05:30
RON (OpenERP) 9c78dc1b91 [IMP]: Usability improvements on base for "Configuration" and "Customization" menus
bzr revid: rpa@tinyerp.com-20100927071229-0sy4e7s2j7cfv54a
2010-09-27 12:42:29 +05:30
Christophe Simonis 3b7bc55e1f Merge (at least) gallery branch.
bzr revid: chs@openerp.com-20100915210116-8vcgc95vm8neplcb
2010-09-15 23:01:16 +02:00
rpa (Open ERP) 30b0d83244 [IMP,ADD]: base: Added search view for ir.ui.view, Minor improvements in view
bzr revid: rpa@tinyerp.com-20100823103454-69zm6xed8otxhmpe
2010-08-23 16:04:54 +05:30
olt@tinyerp.com b83c7d01c1 [FIX] ir.ui.view.sc: unicity constraint should include 'resource' field
bzr revid: olt@tinyerp.com-20100819090650-2s5gcvgsw9sjcp51
2010-08-19 11:06:50 +02:00
Olivier Dony bc5a3f70db [IMP] diagram views.graph_get(): compute and return the m2o node_parent_field needed by the clients
bzr revid: odo@openerp.com-20100815110028-vj8w56i5xpg6sgkn
2010-08-15 13:00:28 +02:00
Xavier Morel a7aebd3489 [FIX] stray debugging raise
bzr revid: xmo@openerp.com-20100727151857-ath7q670ptxu0731
2010-07-27 17:18:57 +02:00
Xavier Morel 6eba4f3ef3 [IMP] display all relaxng validation error messages in view
bzr revid: xmo@openerp.com-20100727150051-kx4l8uroxkypefpp
2010-07-27 17:00:51 +02:00
Jay (Open ERP) c121703c6d [FIX] Default view arch corrected
lp bug: https://launchpad.net/bugs/594324 fixed

bzr revid: jvo@tinyerp.com-20100615060847-l327rbpvkl0dtj1x
2010-06-15 11:38:47 +05:30
Olivier Dony b020dc8363 [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing
bzr revid: odo@openerp.com-20100503234953-qgbk64bmir95jvzd
2010-05-04 00:49:53 +01:00
Olivier Dony a6d7630bac [ADD] osv.osv, base: added generic xml_id getter + added xml_id to views on ir.ui.views + minor fine-tuning of admin views
bzr revid: odo@openerp.com-20100526230409-s88mp2gma1li8n9t
2010-05-27 01:04:09 +02:00
Anup (OpenERP) 93acb43f94 [FIX] Not allowing Duplicate shortcuts
bzr revid: ach@tinyerp.com-20100512114823-npehnd8qrj4xs2um
2010-05-12 17:18:23 +05:30
Xavier ALT c048a189a7 [IMP] add new view type: gallery
New view is used like that:
    <gallery string="Partners" col=-1 width=75 height=75>
        <field name="name" type="text"/>
        <field name="picture" type="image"/>
    </gallery>

  - string: display name of the view
  - col: force number of columns (auto if -1), default -1
  - width: size of one gallery item (in pixels), default 75
  - height: size of one gallery item (in pixels), default 75

  - field type='text': field to be used for gallery item text
  - field type='image': field to be used for gallery image repr.

bzr revid: x.alt@ajm.lu-20100426133847-4y0egk230hsf41gq
2010-04-26 15:38:47 +02:00
Framework Team 3af6db6180 [MERGE] merged trunk-dev-framework branch, including a.o diagram view improvements, access rights, bugfixes
bzr revid: odo@openerp.com-20100420120017-wpnt9q169cq9iztr
2010-04-20 14:00:17 +02:00
Stephane Wirtel 1090285591 [FIX] Remove unused code about the create method in the ir.ui.view
object

bzr revid: stephane@openerp.com-20100416112610-bvysh7lqaof3p4kj
2010-04-16 13:26:10 +02:00
Ysa (Open ERP) ad67123966 [IMP] diagram :- improve code(label display)
bzr revid: ysa@tinyerp.co.in-20100414115914-p025jtgwtmyvww7l
2010-04-14 17:29:14 +05:30
Ysa (Open ERP) a658362fae [IMP] diagram :- add multiple label on edge.
bzr revid: ysa@tinyerp.co.in-20100413131840-z4luf0k0znjnjrap
2010-04-13 18:48:40 +05:30
Ysa (Open ERP) 8a481e4fa2 [IMP] diagram :- rename arrow attribute single to label.
bzr revid: ysa@tinyerp.co.in-20100413125753-oryt6quuq1x00nub
2010-04-13 18:27:53 +05:30
Ysa (Open ERP) c77153ce30 [IMP] diagram:- blank node pass client side
bzr revid: ysa@tinyerp.co.in-20100226095321-1p7wtfq4cm03g56v
2010-02-26 15:23:21 +05:30
apa-tiny 6cf08db5e3 [IMP]:improved code for diagram view
bzr revid: apa@tinyerp.com-20100226083041-qzsttqezrzuuwniz
2010-02-26 14:00:41 +05:30
apa-tiny 6eadc92bee [IMP]:improved diagram code with signal in graph.
bzr revid: apa@tinyerp.com-20100222101823-ksphjjdecxjn6cnp
2010-02-22 15:48:23 +05:30
Ysa (Open ERP) 7b96c8e03a Improve code
bzr revid: ysa@tinyerp.co.in-20100218112935-mqfj2gum9l0z977f
2010-02-18 16:59:35 +05:30
apa-tiny cc6685b761 [IMP]:code comment
bzr revid: apa@tinyerp.com-20100218091804-0hcpceryiib2pmfh
2010-02-18 14:48:04 +05:30
Ysa (Open ERP) bff06b021a Improve graph_get method.
bzr revid: ysa@tinyerp.co.in-20100218063858-by8e5t1ycoei9snc
2010-02-18 12:08:58 +05:30
apa-tiny c3b91a0a9d [IMP]:improved code
bzr revid: apa@tinyerp.com-20100210114518-ck2on1npoatsan1n
2010-02-10 17:15:18 +05:30
apa-tiny dfb5786fe0 [IMP]:Improved the generic method for diagram view.
bzr revid: apa@tinyerp.com-20100210104416-u5esh24kpb9j9ljq
2010-02-10 16:14:16 +05:30
apa-tiny 01e68a6a56 [IMP]:improve code
bzr revid: apa@tinyerp.com-20100205143902-ih121kafmupku6pz
2010-02-05 20:09:02 +05:30
apa-tiny e3bac5fec4 [IMP]:improve code
bzr revid: apa@tinyerp.com-20100205143813-s9nt379rgqdjx6pw
2010-02-05 20:08:13 +05:30
apa-tiny d6c5fa26d3 [IMP]:improved the graph_get method for generic.
bzr revid: apa@tinyerp.com-20100205125852-ykgf5ti2vuhswfle
2010-02-05 18:28:52 +05:30
apa-tiny 487b9ea3dd [IMP]:Make get_graph method as generic.(REF.APA,YSA)
bzr revid: apa@tinyerp.com-20100202115422-0mg6annejy8f09nd
2010-02-02 17:24:22 +05:30
apa-tiny 7ef45906cf [IMP]: initial work of diagram view.
bzr revid: apa@tinyerp.com-20100201095355-gohn3f6z4eb98d87
2010-02-01 15:23:55 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
Jay (Open ERP) ed3234e3c0 [FIX] Logger notification improved
bzr revid: jvo@tinyerp.com-20090729133649-clmwpd8wfbrrxbsl
2009-07-29 19:06:49 +05:30
Fabien Pinckaers 111bd68c17 improved_currencies
bzr revid: fp@tinyerp.com-20090308185844-3vpaw7yykxmkq4jz
2009-03-08 19:58:44 +01:00
Geoff Gardiner 18b90ecdcf Set of label improvements to Open ERP Server.
bzr revid: gsg@pinot-grigio-20090126174029-y6niysxn4adegdxu
2009-01-26 17:40:29 +00:00
Stephane Wirtel 0ef9e21e6d [FIX] The tree tag has the string attribute and not title
bzr revid: stephane@tinyerp.com-20090113010846-2u398dpmjvhj72dv
2009-01-13 02:08:46 +01:00
Stephane Wirtel 179a924635 [FIX] Call the browse method with a value different of False
lp bug: https://launchpad.net/bugs/316484 fixed

bzr revid: stephane@tinyerp.com-20090113010816-anjtjt26oatk59xs
2009-01-13 02:08:16 +01:00
Christophe Simonis 6a5bb6904f [FIX] fix the verification of view with relaxng to work with base as a zip module
bzr revid: christophe@tinyerp.com-20090109162535-n79h7d457jib1hzx
2009-01-09 17:25:35 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 88c097516a [FIX] handle the case when xml are in unicode
bzr revid: christophe@cobalt-20081216105858-q0q02gxjt95qbmus
2008-12-16 11:58:58 +01:00
Jay Vora 36770d1cad Minor edit in logger error message.
bzr revid: jvo@tinyerp.com-20081212062224-qwa5i5jaw4jbn260
2008-12-12 11:52:24 +05:30
Fabien Pinckaers f3e7dc68d3 bugfixes_in_flight
bzr revid: fp@tinyerp.com-20081211081931-z2f8y6fuqk7hf65x
2008-12-11 09:19:31 +01:00
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00
Naresh Choksy 4943ae54d0 bugfix:checking inherited model==base model
bzr revid: nch@tinyerp.com-20081110101505-gjtf3id71w51utak
2008-11-10 15:45:05 +05:30
Naresh Choksy d11c04894b merge
bzr revid: nch@tinyerp.com-20081010065803-j2s7yg17ss6qo8if
bzr revid: nch@tinyerp.com-20081010104050-p88ss0rpc9t9tlrb
bzr revid: nch@tinyerp.com-20081013042355-4owgggvzqvxzi0pg
bzr revid: nch@tinyerp.com-20081015051202-ylcqrn5w7ok6qx64
bzr revid: nch@tinyerp.com-20081020060915-udbm5r2qbkusujez
bzr revid: nch@tinyerp.com-20081021064127-kkag42cv0m5083ap
bzr revid: nch@tinyerp.com-20081023044820-80kz01ib4wedtiy1
bzr revid: nch@tinyerp.com-20081105044257-3rq5k6l9vzqvkze7
bzr revid: nch@tinyerp.com-20081106044022-d7ztgr2b476sgex2
bzr revid: nch@tinyerp.com-20081107053204-yke53wyntg2851tn
2008-11-07 11:02:04 +05:30
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Amit Mendapara f087c52260 - Added Gantt view type
- Added simple Gantt view for project.task

bzr revid: ame@tinyerp.com-20081010123023-9cv9n21o2el4kvk0
2008-10-10 18:00:23 +05:30