Download project files

How do I verify a download?


1120 of 24 releases

5.0.0-1 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.0-1.tar.gz (md5) 30
last downloaded 50 weeks ago
Total downloads: 30

5.0.15 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.15.tar.gz (md5) 291
last downloaded 55 weeks ago
Total downloads: 291

5.0.14 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.14.tar.gz (md5) 58
last downloaded 55 weeks ago
Total downloads: 58

5.0.13 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.13.tar.gz (md5) 36
last downloaded 54 weeks ago
Total downloads: 36

5.0.12 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.12.tar.gz (md5) 48
last downloaded 54 weeks ago
Total downloads: 48

5.0.11 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.11.tar.gz (md5) 26
last downloaded 55 weeks ago
Total downloads: 26

5.0.10 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.10.tar.gz (md5) 34
last downloaded 55 weeks ago
Total downloads: 34

5.0.9 release from the 5.0 series released

File Description Downloads
download icon openerp-server-5.0.9.tar.gz (md5) 29
last downloaded 54 weeks ago
Total downloads: 29

5.0.8 release from the 5.0 series released

Release information
Changelog:

Bugfixes (server)
-----------------

 * Not linked to a bug report:
   * res_lang : if value of thousands_sep is not present in language,method will give error- 'moentary' name is not defined [IMP] clear cache of language on write,to be sure to get right value if value of language is changed before cache timeout
   * bin/tools/convert.py: no need to import time since the eval(domain) is probably going to be removed or wrapped in an exception handler
   * sql_db: avoid deadlock when releasing leaked cursors
   * bin/tools/convert.py: reverted revision 2017.1.1: could not eval some strings. Need a dict with uid, active_id, active_ids, ...
   * bin/tools/convert.py: missing time module
   * i18n: fr_FR: missing information
   * In the case we want to generate the RPM package, we change the version
   * DONT pformat() each RPC request !
   * reporting: change the way that para style are computed
   * add cache to res.lang format() function
   * fixed a bug in copy_data: it now copies the original (not translated) field value as the source value
   * disabled "code" server action due to the security threat it poses, added --enable-code-actions command-line flag to enable it
   * only admin can delete ir.property
   * when deleting ir.property, do not delete the linked field
   * correct import rng file
   * 'Partner Manager' group should see the Partner menu
   * removed python-xml from list of debian packages in doc/INSTALL
   * remove ubuntu-related pyxml/python-xml hacks from openerp-server.py as pyxml shouldn't be used anywhere anymore
   * Remove python-xml reference in setup.py
 * https://launchpad.net/bugs/495948
   * Corrected language code for Slovenian and Danish locales. Renamed corresponding PO files.
 * https://launchpad.net/bugs/531430
   * Remove the default values on the --no-netrpc and --no-xmlrpc
 * https://launchpad.net/bugs/538399
   * netrpc: Close the socket if there is a raised exception
 * https://launchpad.net/bugs/532365
   * Document : It should be allowed to browse through FTP,disregard to --no-databse-list option
 * https://launchpad.net/bugs/531026
   * Exploit Broken : Search should have checked access rights of read
 * https://launchpad.net/bugs/513290
   * Export should honor the current locale(language) settings of the user.
 * https://launchpad.net/bugs/535551
   * Uninstalling a board_* module removes dashboard action, but user shuold be allowed to login with default action
 * https://launchpad.net/bugs/514273
   * Remove the libxml2 and libxslt dependencies for the packaging
 * https://launchpad.net/bugs/314973
   * do not keep connections to template1, template0 and postgres in the connection pool
 * https://launchpad.net/bugs/544087
   * Behaviour of fields.related corrected for copy() and write() calls
 * https://launchpad.net/bugs/551664
   * Evaluate domain in act_window element is now possible
 * https://launchpad.net/bugs/528624
   * Import : Any exception should be raised in well-manner
 * https://launchpad.net/bugs/543521
   * Export : Correction made when selection field value if False.
 * https://launchpad.net/bugs/516568
   * retro-compatibility: 'obj' is available in ir.action.server code
 * https://launchpad.net/bugs/380955
   * setup.py: add the missing librairies for the windows packaging
 * https://launchpad.net/bugs/497364
   * base: respect the limit and offset arguments of the search method

Improvements (server)
---------------------

 * sql_db: improve logging
 * The act_window does not show groups.This adds groups and rearranges the view with a notebook to ensure that the addition of this m2m field doesnt introduce a scroll

File Description Downloads
download icon openerp-server-5.0.8.tar.gz (md5) 20
last downloaded 54 weeks ago
Total downloads: 20

5.0.7 release from the 5.0 series released

Release information
Changelog:

Bugfixes (server)
-----------------
* --smtp-ssl is not a dependent on the server ssl mode
* bug:504718
* orm: ensure the cursor is valid before computing parent_store values
* correct ustr. avoid a crash if getlocale() return None
* Fields.function : if store={}/True is removed,column should be dropped with cascaded effect
* Base.sql : added relation field column to ir_model_feilds
* Fields : relational field was not getting written to ir_model_fields,in case of one2many
* allow to create menu executing ir.actions.server
* orm: bug when browsing _inherits object
* Search made working for function/related fields with store=True/{...} or fnct_search=method
* _inherits table may delete the record which is parental to other object but not required.
* remove the lock on database connections
* correct threading problems in cache
* Server Action : Email can be sent with non-English characters now
* quality_integration_server: if db exits, db should removed on database creation
* Currency : Rounding improved
* Importation when fails,needs cursor to be rolled back
* handle the case of missing "#:" formated comment in po files
* custom report xml creation
* better locking when accessing to template1 database
* remove minidom from report/custom, replace with lxml
* leftover call to minidom in ps_form even though minidom isn't imported there anymore
* Remove leftover instances of libxslt and libxml2, replace them by lxml
* hang in OSX when trying to shutdown server via SIGINT
* set absolute path for the config file to avoid the save() method breaking on single file, since os.path.exists('') returns false and you can't create the current directory
* quality_integration_server: fixed problem in make link
* translation: modify msg id where it contains python code in translations po files
* use env for python shebang rather than hardcoding /usr/bin/python
* base: wrong fr_FR translation for 'Delete Permission'
* db_exist method works as expected
* quality_integration_server : fixed bug on make link
* quality_integration_server: wrong web-service name
* Upgrade could have failed when its a change in name field,added cascade
* Expression : Making search easier for 'child_of'- Recursivity on field used as a Left operand
* solve problem of importing data from csv with constraints available on object
* act_window False domain problem - produce after dom to lxml conversion
* On update, fields with only numeric/int/float could have digits
* On Update, if only the size of column is changed,it should reflect into DB
* quality_integration_server : fixed problem in integration server on translation checking if translation file is changed on base module
* Avoid crash when no args
* Config : wrong calculation if cached_timeout comes from config file
* Expression : domain calculation failes, max. recursion error protected
* recursive calls
* allow to call write without ids on osv_memory objects
* Specify the name of the argument for the context, to avoir a critical bug
* problem Report Engine
* Workflow button desactivation regarding user roles
* Improved Previous bad commit for pagelayout error
* Import : Context of the action/screen passed,taken into consideration while importing
* quality_integration_server: ascci encoding problem in quality html log
* recursive child_of on one2many and many2many
* default context
* https://launchpad.net/bugs/463415
* https://launchpad.net/bugs/525962
* Ir_model : Made an offensive check of context
* https://launchpad.net/bugs/430133
* Name_search() is having now record limit to be 80 instead of None
* https://launchpad.net/bugs/407667
* Allowed SQL reserved keywords to be used in _order,group by ,etc.[Make sure , your _order should look like _order='to' instead of to]
* https://launchpad.net/bugs/495636
* Warning for reports for header attributes used in .py
* https://launchpad.net/bugs/523071
* Default_get : fields of _inherits for default values should be considered
* https://launchpad.net/bugs/493548
* Ir_actions : Unicode error corrected
* https://launchpad.net/bugs/409354
* Browse with _inherits issue fixed if more than one M2O to parent object exists
* https://launchpad.net/bugs/430805
* Import made successful when field is O2M and it has relation under that.
* https://launchpad.net/bugs/462506
* Priority on fields.function with store dictionary made working.
* https://launchpad.net/bugs/483527
* https://launchpad.net/bugs/373176
* Behavior of server corrected if addons-path is wrong
* https://launchpad.net/bugs/489355
* fields: '_fnct_write' should pass context object to the 'write' method
* https://launchpad.net/bugs/491867
* revert bad fix
* fields.related were misbehaving
* https://launchpad.net/bugs/433886
* Update Module : Float8 to float and numeric to float casting made possible
* https://launchpad.net/bugs/410191
* Record rule : domain evaluation problem corrected
* https://launchpad.net/bugs/519468
* Fields : Only one2many fields can have relation_field,avoid checks for others
* https://launchpad.net/bugs/523971
* Missing imports of _ of tools.translate provided
* https://launchpad.net/bugs/500571
* Record Rules : domain_force made working
* https://launchpad.net/bugs/519204
* Base : Country can be searched on Country codes independent to case
* https://launchpad.net/bugs/493545
* Allowed to be added into an inherited view(under field)
* https://launchpad.net/bugs/456978
* O2M should check existing relations for its concerned M2O
* https://launchpad.net/bugs/522227
* Fixed error notification on parent_store=true with a column without ondelete=cascade
* https://launchpad.net/bugs/516030
* Export translations + Cache on translations + Resynchronization wizard Corrections
* https://launchpad.net/bugs/430728
* Allowing sql keywords as fields(don't use them in order by clause)
* https://launchpad.net/bugs/480782
* https://launchpad.net/bugs/524588
* translate: error with workaround about \xa0 in decimal_point and thousands_sep
* https://launchpad.net/bugs/453269
* Amount_To_Text Corrected
* Amount to text conversions made better
* https://launchpad.net/bugs/490604
* RAW reports creation corrected
* https://launchpad.net/bugs/425350
* Menu attribute to report/wizard/url made behaving correctly
* https://launchpad.net/bugs/504584
* https://launchpad.net/bugs/495948
* Corrected language code for Slovenian and Danish locales. Renamed corresponding PO files.
* https://launchpad.net/bugs/480301
* M2M : values filtering on set()
* https://launchpad.net/bugs/503278
* Search : searching translated fields made possible(related,one2many,many2many)
* https://launchpad.net/bugs/504243
* https://launchpad.net/bugs/490125
* Custom fields should be removed from _columns too
* https://launchpad.net/bugs/490337
* Corrections made when removing a module and updating the module database: Entry from ir_model_data should also be removed when moudle is removed
* https://launchpad.net/bugs/496433
* Server Action: Help message of Legend corrected
* https://launchpad.net/bugs/417023
* Installation should alert user if any no pool record found for M2M/M2O.
* https://launchpad.net/bugs/493657
* Custom fields won't disturb anything while updating server
* https://launchpad.net/bugs/435933
* Encoding error corrected for client_action(ir_values-tree view)
* https://launchpad.net/bugs/514231
* M2O : Unfair behavior of M2O for access denial records and normal ones(All records were hidden by access denied if one had failed to meet access rights).
* https://launchpad.net/bugs/499501
* Report : Proper Message notification when RML file is not found
* https://launchpad.net/bugs/523762
* Expression.py corrected when M2O search returns no IDs
* https://launchpad.net/bugs/420507
* Domain was getting failed when trying to work upon M2M,O2M field of object
* https://launchpad.net/bugs/523123
* Not allowing Duplicate shortcuts
* https://launchpad.net/bugs/516469
* Wizard should raise exception to user when writte inside 'choice' type
* https://launchpad.net/bugs/488234
* connection pool when database password is provided (thanks to Syleam Crew)
* https://launchpad.net/bugs/491365
* Translation: Error parsing .po files when application puts comments in a single line
* https://launchpad.net/bugs/433395
* https://launchpad.net/bugs/462285
* Remove the useless cr.commit() in the get_id() method of the ir.sequence object
* https://launchpad.net/bugs/356628
* allow related fields to point to one2many and many2many fields
* https://launchpad.net/bugs/460560
* Ir_attachment : Context updation corrected on preview
* https://launchpad.net/bugs/437729
* Export Translation : Warning on Non-existing record instead of breaking flow
* https://launchpad.net/bugs/503445
* Partner : Name_get() of res.partner.address corrected
* https://launchpad.net/bugs/445252
* Translation was not getting inserted to DB on write()
* https://launchpad.net/bugs/497364
* revert previous patch about linked bug (lp:497364)
* Menu : Search method corrected for the non-Admin user
* https://launchpad.net/bugs/434341
* Export : Selection field gets imported by its external name if export is not import compatible
* https://launchpad.net/bugs/489573
* Manual object and field creation with searchable
* https://launchpad.net/bugs/520854
* https://launchpad.net/bugs/449516
* Warning raised for server action with SMS facility
* https://launchpad.net/bugs/519699
* Export translations: module name from path calculations corrected
* https://launchpad.net/bugs/516965
* User / Preferences should always display translatable languages.
* https://launchpad.net/bugs/516964
* default_FIELD from context should not overwrite modified FIELD value while creating record
* https://launchpad.net/bugs/516044
* Graph : report corrected
* https://launchpad.net/bugs/516962
* modifying a cron from client make it run concurrently multiple times
* https://launchpad.net/bugs/447819
* Ir_values : reading of default values correted
* https://launchpad.net/bugs/510600
* Import should raise an uncaught exception if not identified
* https://launchpad.net/bugs/413121
* Related with O2M behavior corrected
* https://launchpad.net/bugs/487836
* Custom Object xml arch needed encoding.
* https://launchpad.net/bugs/516969
* https://launchpad.net/bugs/487723
* Module informtion was not getting updated on upgrading module
* https://launchpad.net/bugs/372747
* Disable the cache for the ir.rules
* https://launchpad.net/bugs/478724
* Export : M2M field name was missing last character
* https://launchpad.net/bugs/497423
* FormatLang : Dates if specified into String,will be formatted into language-specific format
* https://launchpad.net/bugs/429519
* https://launchpad.net/bugs/479915
* Added lxml as required module on setup
* https://launchpad.net/bugs/495374
* Partner : titlee can have a choice to be null
* https://launchpad.net/bugs/509629
* Expression : Domain calculation of M2M/O2M corrected
* https://launchpad.net/bugs/504720
* https://launchpad.net/bugs/516568
* Server Actions: evaluating dict corrected
* https://launchpad.net/bugs/512682
* avoid sql injection in sequences
* https://launchpad.net/bugs/400614
* Use an alternative for the locale.RADIXCHAR if this one doesn't exist
* https://launchpad.net/bugs/491462
* Pickling issue solved with ir_values (get method)
* https://launchpad.net/bugs/507429
* Encoding problm corrected on report contents
* If RML contains unicode characters and title in the same ,it would have failed.

Improvements (server)
---------------------
* orm: allow import and record creation to defer the computation of parent_left/right
* orm: do not update parent_left/right if the parent haven't been changed
* Licensing options : Added AGPL-3 and others in choices
* Groups : Better duplication terminology.
* sql_db: better logging
* osv: log (in debug) access errors
* web_service: remove log (debug) when creating database
* exported method check_connectivity
* Sequence : Legend improved to help user understand the usage of %(year)s
* remove useless comment
* Launchpad export translation files
* removal of usages of the deprecated node.getchildren call, better usage of the attributes & tostring ET APIs, style fixes
* improve usage of the ET API, use SubElement instead of Element/append, kwarg attributes setting instead of node.set
* add option to disable the database listing
* quality_integration_server: added net_port option in script
* better connection pool (global)
* ir_cron : added active feild on list view
* Allow to specify the view via the context
* cron: check the arguments to avoid security issues
* cron: failed jobs are logged
* cron: clean code
* base_quality_interrrogation: put message if the score of quality less then minimal and remove unit test condition
* quality_integration_server: quality log : add new option to specify qualitylog path to store html pages of log
* default value for module
* updated changelog file for 5.0.6 release

File Description Downloads
download icon openerp-server-5.0.7.tar.gz (md5) 41
last downloaded 55 weeks ago
Total downloads: 41

1120 of 24 releases