Commit Graph

39 Commits

Author SHA1 Message Date
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Cecile Tonglet baeefa6952 [FIX] replace from/import stuffs of openerp stuffs by from/import openerp.stuffs
bzr revid: cto@openerp.com-20121217154628-0c0i8y3389yz4dxd
2012-12-17 16:46:28 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Divyesh Makwana (Open ERP) d820c71fb7 [FIX] crm : IntegrityError: duplicate key value violates unique constraint.
bzr revid: mdi@tinyerp.com-20121101083908-xangf2ibmzctnvpl
2012-11-01 14:09:08 +05:30
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Pinakin Nayi (OpenERP) ea721d65af [IMP]crm-warning-msg
bzr revid: pna@tinyerp.com-20120712055038-06rgow7j1sgae6v6
2012-07-12 11:20:38 +05:30
Vo Minh Thu b4b8caca4f [FIX] res.partner.category: use the automatic relation table name (so each _inherit from res.partner can define its own).
bzr revid: vmt@openerp.com-20120619150647-yfe3kkxm43opdfr7
2012-06-19 17:06:47 +02:00
Raphael Collet 5e3be53a7d [IMP] adapt po files to label changes, to ease translations
bzr revid: rco@openerp.com-20120510130012-utuullgkp7cg6bgs
2012-05-10 15:00:12 +02:00
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

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

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
Ujjvala Collins (OpenERP) 216d028ad6 [IMP] crm_profiling: Converted Open Questionnaire wizard to osv_memory wizard.
bzr revid: uco@tinyerp.com-20111108133012-wjqhjrif02h18oxh
2011-11-08 19:00:12 +05:30
Olivier Dony 03e9077e7a [REVERT] incorrect implementation of crm_profiling wizard
This is a revert of rev.5422 rco@openerp.com-20111019144722-r3c1a62jp3cd5cpq

bzr revid: odo@openerp.com-20111020083303-u61dn5h0li49aybe
2011-10-20 10:33:03 +02:00
Raphael Collet a520910bae [MERGE] crm_profiling: convert wizard to osv_memory
bzr revid: rco@openerp.com-20111019144722-r3c1a62jp3cd5cpq
2011-10-19 16:47:22 +02:00
Ujjvala Collins (OpenERP) a53b237da9 [IMP] crm_profiling: Converted simple wizard to osv_memory.
bzr revid: uco@tinyerp.com-20110912060532-6u9kquqq394hhf8l
2011-09-12 11:35:32 +05:30
Vo Minh Thu 04fefe363e [FIX] crm_profiling: use osv.osv instead of orm.orm for super(),
account_followup: use the newly added option on many2many to prevent the
creation of foreign key constraints on the relation table.

bzr revid: vmt@openerp.com-20110829094634-kmef4wk17q6rzya8
2011-08-29 11:46:34 +02:00
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
P. Christeas dbcf9f404a analytic, event, crm_profiling: use new _check_recursion() from ORM
bzr revid: p_christ@hol.gr-20101127201532-0ybt027d05qt52rp
2010-11-27 22:15:32 +02:00
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Christophe Simonis 5b6099b05f [FIX] crm_profiling: query parameter
bzr revid: chs@openerp.com-20100618082836-wd3ej6tobx5ukj2z
2010-06-18 10:28:36 +02:00
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
rpa (Open ERP) 51e47526d3 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100330113004-bbt7q33gr5n6lc6g
bzr revid: rpa@tinyerp.com-20100331062815-fagu2jvqh3z0xtre
bzr revid: rpa@tinyerp.com-20100401054503-f14hbpyz7c5sm34m
2010-04-01 11:15:03 +05:30
Fabien Pinckaers 036dfd209e modifs
bzr revid: fp@tinyerp.com-20100331144800-y7e8kso0qsretfpb
2010-03-31 16:48:00 +02:00
ksa (Open ERP) 834ed9b185 [IMP] Apply doc string + quality check in base_contact,board,crm_profiling, document_ics,survey
bzr revid: ksa@tinyerp.co.in-20100326132716-tc37ehpvzegozo1o
2010-03-26 18:57:16 +05:30
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
nch@tinyerp.com 4f78616ccc [IMP]:crm_profiling sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091126130724-l1zbrv8m5agursha
2009-11-26 18:37:24 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
Geoff Gardiner 9049abc55c Many label changes, one functional (spelling) fix in passing.
bzr revid: gsg@pinot-grigio-20090127111546-96d4h0r74pvs43qu
2009-01-27 11:15:46 +00:00
Fabien Pinckaers a452f024e8 bugfix
bzr revid: fp@tinyerp.com-20090115174609-gq6ydox84dsafr9o
2009-01-15 18:46:09 +01:00
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Christophe Simonis f0f0b55df3 [FIX] unicode problems
lp bug: https://launchpad.net/bugs/307908 fixed

bzr revid: christophe@cobalt-20081215105618-c9ifz3x4pepvwkeb
2008-12-15 11:56:18 +01:00
Stephane Wirtel 3e3f364abf [FIX] Use a temporary variable for the fetchall
lp bug: https://launchpad.net/bugs/307284 fixed

bzr revid: stephane@tinyerp.com-20081211234948-8h825jmr6qhluc2l
2008-12-12 00:49:48 +01:00
Christophe Simonis 1a0de2f0f9 [FIX] psycopg2: %d -> %s
bzr revid: christophe@tinyerp.com-20081210142955-ewfr1qhzq9l1tjzn
2008-12-10 15:29:55 +01:00
qdp 7f9fe360f3 *merge of the ~activity/openobject-addons/trunk branch. Improvement of translatability and small bugfixes
*small modifs on mrp_repair module

bzr revid: qdp@tinyerp.com-20081208170840-ryh5435c5heqsngl
2008-12-08 18:08:40 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Fabien Pinckaers 734fa42184 added from extra-addons
bzr revid: fp@tinyerp.com-20080824144543-33o2j8ddmvaxx4ce
2008-08-24 16:45:43 +02:00