Commit Graph

88813 Commits

Author SHA1 Message Date
Fabien Meghazi c1e6e70870 Added --force to odoo deploy
Will force --init mode even if module is already installed
2014-06-11 09:55:17 +02:00
Fabien Meghazi 97a5c043b5 Always create missing db when using `odoo start` 2014-06-10 15:00:20 +02:00
Christophe Simonis ccdae747a0 [MERGE] forward port of branch saas-5 up to a7c2125 2014-06-10 13:19:55 +02:00
Christophe Simonis a7c2125735 [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
ged-odoo 7f9302a2f0 Merge pull request #434 from salvatoretrimarchi/master
Update l10n_hn Author Information
2014-06-10 12:59:10 +02:00
ged-odoo 02574846ab Merge pull request #448 from odoo-dev/master-web-graph-doc-ged
Add documentation for the graph view
2014-06-10 12:52:14 +02:00
Christophe Simonis 6b8e9727e5 [MERGE] forward port of branch saas-3 up to 4601d85 2014-06-10 12:29:47 +02:00
Richard Mathot 60da9c6417 [FIX] website_crm_partner_assign: make display of all countries work
(bypassing geoip)
2014-06-10 12:04:50 +02:00
Christophe Simonis 4601d85944 [MERGE] forward port of branch 7.0 up to 6fdb783 2014-06-10 11:49:14 +02:00
Géry Debongnie 96cf03a275 Merge remote-tracking branch 'odoo/master' into master-web-graph-doc-ged 2014-06-10 11:17:07 +02:00
Christophe Simonis 6eacf91671 [FIX] logging PostgreSQLHandler: do not insert {create,write}_uid
As logs can be stored in any database, we can't insert create_uid and write_uid as it
refer to the current database not the logging one, where FK may not match
2014-06-10 11:15:52 +02:00
Géry Debongnie 3d6468a9d0 [IMP] add documentation for the graph view
Also, removes an old TODO.txt that was completely outdated.
2014-06-10 11:13:38 +02:00
Martin Trigaux 6fdb783a37 Merge pull request #56 from yvaucher/7.0-fix-1319109
[FIX] report_webkit: avoid sharing parser instance globally and make it thread safe
2014-06-10 09:38:48 +02:00
salvatoretrimarchi 15648ab962 Update l10n_hn Author Information
Author Information

Salvatore Josue Trimarchi Pinto
salvatore@trigluu.com
http://trigluu.com
2014-06-07 15:46:52 -06:00
Martin Trigaux 548c8e6675 Merge pull request #404 from odoo-dev/7.0-norecomputestoredm2ofuncfields-chs
[FIX] orm: do not recompute m2o stored function field at read.
2014-06-06 13:55:59 +02:00
xmo-odoo aa0e831626 Merge pull request #157 from odoo-dev/master-improve-import-ypa
Add div tag and oe_padding class to display the question
2014-06-06 13:40:21 +02:00
Richard Mathot 05cca7eeab [FIX] website_forum_doc: wrong link text 2014-06-06 13:32:21 +02:00
xmo-odoo 929ca342e2 Merge pull request #394 from nbessi/restore-setup.py
Move setup.py in previous root in order not to break community tools based on it.
2014-06-06 12:47:25 +02:00
Christophe Matthieu 286ced7183 Merge pull request #405 from odoo-dev/saas-5-fix-website-contact-form-chm
[FIX] website_crm: when there is an error in required field, user_id=False in the controller overwrite the user_id browse record to display the contact form template.
2014-06-06 12:40:44 +02:00
xmo-odoo 24141a64b7 Merge pull request #338 from savoirfairelinux/scaffold-pep8
[FIX] pep8 errors generated by odoo.py scaffold
2014-06-06 11:52:41 +02:00
xmo-odoo 81da5a9016 Merge pull request #408 from sergeifilippov/patch-1
Update README.md
2014-06-06 11:51:00 +02:00
xmo-odoo e583fccf44 Merge pull request #353 from xmo-odoo/unrestrict-view-write
[IMP] views: don't prevent always -> disabled writes
2014-06-06 11:48:09 +02:00
Sergei Filippov 93a77bab41 Update README.md
fixed typo
2014-06-06 21:39:54 +12:00
Christophe Matthieu d72dae796b Merge pull request #401 from odoo-dev/master-website_sale-change-pictures-chm
[IMP] website_sale: display image function of the selected product variant
2014-06-06 11:32:33 +02:00
Christophe Matthieu ef48c4d440 [FIX] website_sale: disable button does'nt work in the product template. 2014-06-06 10:57:50 +02:00
Christophe Simonis 517162ce14 [FIX] orm: do not recompute m2o stored function field at read.
The get() method of m2o function fields is used for 2 different things:
 - call the function defining the m2o
 - get the name_get representation of the value

Until this pathc, only the first case was handled, resulting to a useless
recomputation of the field when reading it.
2014-06-06 10:53:42 +02:00
Christophe Matthieu 5f43d87a33 [IMP] website_sale: display image function of the selected product variant 2014-06-06 10:40:50 +02:00
Christophe Matthieu 36a2615965 Merge pull request #360 from odoo-dev/master-sortable-kanban-sequence-chm
[IMP] website: Kanban is sortable for one column if the field sequence is available inside the kanban view (or one2many kanban view).
2014-06-06 10:07:32 +02:00
Christophe Matthieu afc495a99e [FIX] website_crm: when there is an error in required field, user_id=False in the controller overwrite the user_id browse record to display the contact form template. 2014-06-06 09:56:40 +02:00
Christophe Matthieu 5e05c028f4 [IMP] website: Kanban is sortable for one column if the field sequence is available inside the kanban view (or one2many kanban view). 2014-06-06 09:12:11 +02:00
Nicolas Bessi 9a8cdf49b0 Move setup.py in previous root in order not to break community tools based on it.
It should not causes any trouble as it is not used in odoo.py
2014-06-06 09:08:03 +02:00
Sandy Carter 666ea5f98a [FIX] pep8 errors generated by odoo.py scaffold
Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>
2014-06-06 09:03:10 +02:00
odony 585d38c0a9 Merge pull request #357 from WizKeeD/mrp_subproduct_unlink_fix
[FIX] Added cascade on subproduct so they get removed with parent bom
2014-06-06 00:01:39 +02:00
Oliver Laurent 306d5c89a0 [FIX] orm: do not resize unlimited char fields 2014-06-05 19:05:36 +02:00
Laurent Mignon 6788edcdd0 [FIX] ir_cron: use the same search criteria as when listing job to excecyte when acquiring the ock on the job before its execution to prevent running already executed job
Backport of fix made in trunk
2014-06-05 18:59:03 +02:00
Denis Ledoux 4b884ed100 [FIX] website: on adding a slide to slider, new slide is last on save
Before, the new slide was set as first slide
Moreover, the indicators were not correct neither
2014-06-05 18:58:01 +02:00
Martin Trigaux 81ae6cdeeb [IMP] stock: when checking the state of the product, do not recompute the quantity on every move but only the one currently browsing (optiomisation) 2014-06-05 18:38:19 +02:00
Denis Ledoux 4b3cec8ecf [FIX] website_event_track: remove trailing comma in speakers name in event tracks 2014-06-05 17:50:15 +02:00
Christophe Simonis bd51bf1e35 Merge pull request #358 from ajite/master-fix-nowww
[IMP] Db filter %h
2014-06-05 16:32:32 +02:00
Augustin Cisterne-Kaas 1dfa3946b5 [IMP] Db filter %h
Db filter %h skips www subdomain.
2014-06-05 16:09:04 +02:00
Xavier Morel e5560a2785 [REM] test for removed 'feature' of refusing always -> disabled writes on views 2014-06-05 16:08:42 +02:00
xmo-odoo 254c65b0c4 Merge pull request #352 from xmo-odoo/command-shebang
[FIX] shebang on odoo.py
2014-06-05 15:53:49 +02:00
Denis Ledoux 7129ec957a [FIX] document_page: allow other users than administrator to create menu to a static page
User should be at least have Configuration settings group to be allowed to create actions. Basic document page users do not have this rights, therefore we temporary give superuser_id to create the action

This is related to rev 133c5033a0
2014-06-05 15:53:28 +02:00
Holger Brunn d66c96ffa9 [FIX] project_timesheet: don't trigger write if there is nothing to write
Triggering an empty write could break constraint (can not update past timesheet) (opw 606963)
2014-06-05 15:44:18 +02:00
Martin Trigaux b64256d56a Merge pull request #348 from sve-odoo/patch-2
[ADD] Default value for product_supplierinfo.min_qty
2014-06-05 15:37:21 +02:00
Christophe Simonis ab9ac783db [FIX] web: many2many field handle "no_create" option 2014-06-05 13:46:53 +02:00
Xavier Morel 767cb9afa1 [FIX] shebang on Python 2014-06-05 13:20:07 +02:00
Martin Trigaux 426993e06d uninstall: avoid errors during uninstall
When uninstalling a module, remove the ir.model.constraint after removing the non-model records and before fields and model definition.
Without this fix, some constraint would be removed too early allowing to have broken relations and data left from removed module.
2014-06-05 12:52:11 +02:00
Xavier Morel b973e27da5 [IMP] views: don't prevent always -> disabled writes in views, is confusing and not very useful 2014-06-05 12:22:37 +02:00
Denis Ledoux 76d909bb46 [FIX] account_analytic_analysis: Only allow to select sale pricelist for contracts 2014-06-05 10:45:14 +02:00