Commit Graph

51 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
Foram Katharotiya (OpenERP) 09c62b0d02 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20130613071422-9iw22gkm33epbkpb
2013-06-13 12:44:22 +05:30
ggh-openerp 3b73e2b2a4 [IMP]Removed space before Exclamation marks [!]
bzr revid: ggh@tinyerp.com-20130429071557-vnxo5nni03vc886j
2013-04-29 12:45:57 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Raphael Collet 96ad608854 [IMP] general: use registry[X] instead registry.get(X) when X is dynamic
bzr revid: rco@openerp.com-20130329143720-80pkd4csemlk1aqz
2013-03-29 15:37:20 +01:00
Ajay Chauhan (OpenERP) 7e188593d8 [IMP] subscription: changes string for field 'notes' in model 'subscription.subscription'
bzr revid: cha@tinyerp.com-20130321052849-bpxq2bye0flzj28p
2013-03-21 10:58:49 +05:30
Olivier Dony 5a3095673f [FIX] subscription: prevent lockup during cron job execution
Due to the way cron jobs are executed in multi-process
environments, the cron arbiter holds an exclusive lock
on the cron task row in the database.
During the course of the subscription cron jobs execution
they attempt to alter a record that has a FK towards
the cron task row, effectively deadlocking the whole
cron processing thread.
The fix is rather hackish: remove the explicit FK
constraint from the subscription model towards
ir.cron - this prevent PostgreSQL from requesting
an exclusive lock and triggering a deadlock.
This is only a temporary solution, the subscription
module should be rewritten for the next stable release.

bzr revid: odo@openerp.com-20130320153430-bho6ou8b7ziohcb0
2013-03-20 16:34:30 +01:00
Ajay Chauhan (OpenERP) a5a2139619 [IMP] subscription: change string for field 'note' in model 'subscription.subscription'
bzr revid: cha@tinyerp.com-20130320094748-fam2fosjsctfziyl
2013-03-20 15:17:48 +05:30
Ajay Chauhan (OpenERP) 4012a778b9 [IMP] subscription: change string of field 'note' to solve import issue of 'subscriptions
bzr revid: cha@tinyerp.com-20130313055937-n85y0cr963f5zzlm
2013-03-13 11:29:37 +05:30
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Fabien Pinckaers 0b24aa5a02 [MERGE] subscription readonly if running
bzr revid: fp@tinyerp.com-20120930120059-0vyt3vmy9yoa3ecs
2012-09-30 14:00:59 +02:00
Vijaykumar Baladaniya 6a624f0124 [FIX] Stop the subscription.
bzr revid: vba@tinyerp.com-20120917100356-qxo6yoxe3p2710zs
2012-09-17 15:33:56 +05:30
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Kuldeep Joshi (OpenERP) 70096a39ec [FIX] subcription: set _get_document_type method for document_id field
lp bug: https://launchpad.net/bugs/924327 fixed

bzr revid: kjo@tinyerp.com-20120202113216-qpbzcz0fmot9wf3f
2012-02-02 17:02:16 +05:30
Fabien Pinckaers a4b1c832df [FIX] subscription bad raise
bzr revid: fp@tinyerp.com-20111002161940-r2b0fj0uut75ay1e
2011-10-02 18:19:40 +02:00
Fabien Pinckaers 509b6a2dd5 [FIX]
bzr revid: fp@tinyerp.com-20110917121817-vusb4yvf6d6dvait
2011-09-17 14:18:17 +02:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
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) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
sbh (Open ERP) f9755f3c0e [Fix] project,resource,subscription: Fix wrong helptext for field active
bzr revid: sbh@tinyerp.com-20101115111222-x6hb9v8o17z2q8ez
2010-11-15 16:42:22 +05:30
qdp-launchpad@tinyerp.com 53cdf7a26b [FIX] purchase, sale, subscription: usability issues
bzr revid: qdp-launchpad@tinyerp.com-20101108130435-y9kj7bhu8ttida5c
2010-11-08 14:04:35 +01:00
Harry (Open ERP) e087ab8bb8 [IMP] : Removed mx.DateTime and used datetime object.
bzr revid: uco@tinyerp.com-20101015140153-tyy27fby84tijohb
2010-10-15 19:31:53 +05:30
Vir (Open ERP) 523161552e [MOD/IMP] idea, subscription : Improvements in tooltip
bzr revid: vir@tinyerp.com-20100921070736-pdszbx65t36ha1w3
2010-09-21 12:37:36 +05:30
Vir (Open ERP) 4154355f2f [ADD/MOD] subscription : tooltip added and menu name changed
bzr revid: vir@tinyerp.com-20100906123440-knm5kys9dzvwd2zt
2010-09-06 18:04:40 +05:30
Vir (Open ERP) a1aa3651eb [IMP] event, subscription : Usability improvements
bzr revid: vir@tinyerp.com-20100702083250-k0x6clkog8iqjo6f
2010-07-02 14:02:50 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
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
uco (OpenERP) 10c3b2da7d [IMP]: Generalization of tooltips: Added tooltips for active field
bzr revid: uco@tinyerp.co.in-20091221122132-hkesf2dy48lpdvum
2009-12-21 17:51:32 +05:30
Harry (Open ERP) 4d6d553d17 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091128110526-yen7frgcg9nkbn7h
2009-11-28 16:35:26 +05:30
uco (OpenERP) 47a820f7a1 [ADD]: Added tooltips for all state fields.
bzr revid: uco@tinyerp.co.in-20091123135238-oadv1oyefpsi9631
2009-11-23 19:22:38 +05:30
Jay (Open ERP) 820e9b3893 [FIX] Subscription : Disallowed to change the Object linked to the document type.
lp bug: https://launchpad.net/bugs/435298 fixed

bzr revid: jvo@tinyerp.com-20091112091453-wus13ocpep0rmgmp
2009-11-12 14:44:53 +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
Harry (Open ERP) 0d741b110b [FIX][CRITICAL]subscription: crash subscription process
lp bug: https://launchpad.net/bugs/435178 fixed

bzr revid: hmo@tinyerp.com-20090923125231-skjg2hkhw3tbvdsz
2009-09-23 18:22:31 +05:30
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 f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Fabien Pinckaers ca24f48de3 Modifs
bzr revid: fp@tinyerp.com-20080828230810-nt2h294l3w6ox3iy
2008-08-29 01:08:10 +02:00
Fabien Pinckaers fbdc1caf4d Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821135055-ijznyq0mftrcisy8
2008-08-21 15:50:55 +02:00
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
Christophe Simonis 1f43329f0e * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-77721e34d87043c4008239f004c7c616f6d4dc82
2008-07-08 08:13:12 +00:00
stw 0feb782c6a add Copyright and GPL license into the Header of Python files
bzr revid: stw-d9a6d631f7cfdab5a120a6b0104ce2dbf8644841
2008-06-16 11:00:21 +00:00
stw 0ffac0fe0c add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-3687e75a6129c56b847ba26d6b256cdafeb444ab
2008-06-16 06:44:24 +00:00
ced 247a0dd65b Fix subscription default value
bzr revid: ced-14993ecb3db59b05f3c35e4f0a34a7a607c8a9c8
2007-10-10 13:32:36 +00:00
ced 1affdedfd3 Merge branch 'master' of ssh://ced@dev.tinyerp.com//home/ced/terp
Conflicts:

	server/bin/addons/hr_timesheet_invoice/report/cost_ledger.py

bzr revid: ced-53d5b1eb97f770d60b281ecb4ff118898d110112
2007-07-19 13:47:25 +00:00
ced 7b4eca839a SUBSCRIPTION: improve layout and behavior
bzr revid: ced-51cd350d6c2ecbe531fbb0cc04962e86d5818c6e
2007-06-26 09:44:12 +00:00
ced 46532c2cbc SUBSCRIPTION: add required to model
bzr revid: ced-f8f1970d9095520fd6d34363b6513ea415e81e8c
2007-02-15 09:11:13 +00:00