Commit Graph

89441 Commits

Author SHA1 Message Date
Antony Lesuisse 6cb138026a [FIX] odoo.py dont force push simple
Everybody should upgrade to v2
2014-06-30 11:22:22 +02:00
Antony Lesuisse ebd74cedcc [FIX] purchase_requisition test of PO's 2014-06-30 02:12:42 +02:00
Antony Lesuisse 22f4c315a3 [IMP] automatic fiscal positions for simple cases
Add group of countries res.country.group
Add get_fiscal_position method a method to compute a fiscal position based on company_id, partner_id, delivery_id
The meaning of res.partner.fiscal_position is now a forced a fiscal position.
The default implementation should handle simple cases, like VAT in UE and sales
tax in the US, but the method can be overriden to handle more complex ficals
rules.
2014-06-30 02:12:41 +02:00
Antony Lesuisse 5209fbc7ed [REM] useless icon send a message
The action is available from the wall.
2014-06-30 01:51:40 +02:00
Antony Lesuisse e634ec806f [IMP] website crawler log show query/s 2014-06-29 21:39:30 +02:00
Antony Lesuisse 78e044b5c7 [IMP] test impprove HTTPCase opener
Simplify website crawler using the generic HTTPCase opener
2014-06-29 20:04:30 +02:00
Antony Lesuisse f9e24e1918 [IMP] module loading and tests profiling
Add a loglevel 25 to log some INFO to runbot
Add timers for loading and testing
Silence empty test suite
ir_logging use relative pathname, warning this doesnt work for --addons-path modules yet.
2014-06-29 18:58:15 +02:00
antonylesuisse c4c13f1b61 Merge pull request #823 from sebalix/master-fix-db-duplicate
[FIX] dbmanager duplicate db, use shutil.copytree to duplicate the filestore
2014-06-29 04:43:57 +02:00
jeff@osbzr.com 67a2106e3a [IMP] l10n_cn: upgrade to 1.8, including small business chart
Also removed empty translation files.

This is a manual rebase of PR #802
2014-06-29 04:12:15 +02:00
Antony Lesuisse 4bc43e6ac2 [FIX] website snippet editor initialisation 2014-06-29 04:01:24 +02:00
Antony Lesuisse c60798d3b0 MERGE] odoo bus, im_chat and im_livechat
Add a generic bus for instant communication based on postgres LISTEN/NOTIFY and HTTP comet.
Both threaded and gevent greenlet mode are supported. Chat should now work on every platform.

im_chat improvements
- proper support for multiple windows
- present, away and offline status
- improved data model for multi user chat session

im_livechat improvements
- standard css js assets are now used
- qweb templates are now used instead of jinnja
2014-06-29 04:01:13 +02:00
Antony Lesuisse 25d0a3ecb1 [FIX] phantomjs test remove injection
It's now deprecated, assets bundles should be used instead.
2014-06-28 19:59:59 +02:00
Antony Lesuisse 4ff1c333d9 [IMP] menuitems cleanups
Remove Tools
Move cron, action rules and subscription to Automation
Move and rename ir_property models to Parameters
2014-06-28 17:32:01 +02:00
seb 34a931f845 [FIX] server: db service, fix the filestore copy when duplicating a database 2014-06-28 16:37:29 +02:00
sle-odoo 8915883a43 Merge pull request #813 from odoo-dev/master-fix-pos-barcodeint-init-sle
[FIX] point of sale and barcode interface 'mini webclien' initialisation
2014-06-27 17:20:40 +02:00
Simon Lejeune 10ce35040b [FIX] point of sale and barcode interface 'mini webclien' initialisation 2014-06-27 17:18:26 +02:00
Christophe Simonis 1f57528bc6 [MERGE] forward port of branch saas-5 up to 8dfd5ea 2014-06-27 16:14:40 +02:00
Christophe Simonis 8dfd5eab01 [MERGE] forward port of branch saas-4 up to a4bc65c 2014-06-27 16:08:09 +02:00
Christophe Simonis a4bc65cdba [MERGE] forward port of branch saas-3 up to bdc4dd4 2014-06-27 16:06:37 +02:00
Christophe Simonis bdc4dd4a65 [MERGE] forward port of branch 7.0 up to 95cff0b 2014-06-27 16:00:28 +02:00
Martin Trigaux 95cff0ba34 [FIX] view_form: backport of commit 180212b999 (opw 609787) 2014-06-27 15:43:11 +02:00
Martin Trigaux 30ac7248d6 [FIX] view_list: hide pager in view group
Displaying the pagert in view group does not make sense as it's not updated when changing filter and every group (even if more than 80) is displayed in view group
2014-06-27 15:28:34 +02:00
sle-odoo b36f5d6d33 Merge pull request #809 from odoo-dev/master-fix-loading-sle
[FIX] oe_loading not append at the right place
2014-06-27 15:01:47 +02:00
Simon Lejeune 4915453b2f [FIX] oe_loading not append at the right place 2014-06-27 15:00:51 +02:00
Denis Ledoux ec4f32306d [FIX] hr_recruitment: mt applicant created default
If you are follower of a job position, you receive a notification on applicant created by default
2014-06-27 14:52:44 +02:00
Darshan Kalola 0b6404bd9d [REM] plugin/plugin_outlook/plugin_thunderbird
Unsupported modules, moved to https://github.com/odoo/odoo-extra.

Closes #804
2014-06-27 14:06:07 +02:00
sle-odoo 9fc9f994a7 Merge pull request #805 from odoo-dev/master-fix-im-css-sle
Master fix im css sle
2014-06-27 14:03:19 +02:00
Simon Lejeune f9e63ad3c5 [FIX] livechat is no more under an openerp container 2014-06-27 14:02:25 +02:00
Olivier Dony 9c5ecd3bc4 [FIX] website: avoid hiding the signin info for users who are not employees nor portal users
This happens when you do a plain signup, you
end up as neither an employee nor a portal user,
but should still now when you are logged in.
2014-06-27 13:04:42 +02:00
Olivier Dony a7aa853737 [FIX] website: exception handling: let redirects pass untouched
The website module normally tries to render user-friendly
error pages for any error occurring during the processing
of a website-enabled request.
This happens even for werkzeug's HTTPExceptions that have
their own response, because we want the website layout to
be applied on top of the error page.

One special sort of HTTPException should be preserved
without rewriting: the manually-crafted ones generated
with abort(), and usually wrapping a redirect response,
which bears no alteration.
2014-06-27 13:04:31 +02:00
Denis Ledoux f55e4a5e14 [FIX] web: no switch_mode trigger if not switched
The switch mode event was triggered even if the view was not actually switched
This leaded to inconsistencies, like adding the view in the breadcrumb history, while the switch did not happen
2014-06-27 13:03:52 +02:00
Christophe Simonis 3db44722d4 [FIX] website: correct geoip resolver
- "`record_by_addr()` method require the city database.
- The loaded geoip database can be specified via config file
2014-06-27 12:46:56 +02:00
Martin Trigaux 6db8bf3def Merge pull request #326 from hmen89/master
[ADD] point_of_sale: make the creation of orders and payment inheritable in create_from_ui method
2014-06-27 11:55:24 +02:00
Amit Vora b592f9e13a [MERGE][IMP] Enable HTML in emails signature
Closes #801
2014-06-27 11:31:24 +02:00
Simon Lejeune 195fa93168 [MERGE] backend front end integration
Render the top-menu (backend menu or frontend editbar) server-side.
Use Fontawesome icons (mail, timezone, chat).
Refactor website widgets, split Website.editorBarin editorbar, ace, editorbar- content, editorbarCustomize.
2014-06-27 11:03:34 +02:00
Martin Trigaux 8725858b7d Revert "[FIX] calendar: do not parse date to date"
The parse_value has been fixed and is required to make sure we have a timezone assigned in the date
2014-06-27 10:49:07 +02:00
Denis Ledoux 368936df7c [FIX] product, website_sale: Go in GB (Go is fr) 2014-06-26 23:31:57 +02:00
Josse Colpaert 864e94a1dc Merge pull request #793 from odoo-dev/master-wmsmrpdbchange-jco
[IMP] Put produce_delay and track_production on product_template
2014-06-26 19:08:41 +02:00
Christophe Simonis e3992145fe Merge pull request #791 from odoo/revert-483-saas-5-report-translation-fix-sle
In stable version, the code (js and python) must **not** rely on new data existance (here qweb template).
2014-06-26 18:23:39 +02:00
Christophe Simonis 8cbaf52fd3 Revert "Saas 5 report translation fix sle" 2014-06-26 18:14:44 +02:00
Josse Colpaert 82664ba614 [IMP] Put produce_delay and track_production on product_template 2014-06-26 18:12:10 +02:00
sle-odoo 5a7e2dc943 Merge pull request #483 from odoo-dev/saas-5-report-translation-fix-sle
Saas 5 report translation fix sle
2014-06-26 17:53:29 +02:00
Simon Lejeune 42263b814e Merge remote-tracking branch 'odoo/saas-5' into saas-5-report-translation-fix-sle 2014-06-26 17:05:24 +02:00
Simon Lejeune b8cea9e60f [REV] revert unneeded changes in website layout 2014-06-26 17:04:16 +02:00
grzegorz-openglobe 032b21aa36 [IMP] l10n_pl: refactoring of Polish chart of account and taxes 2014-06-26 17:00:48 +02:00
Simon Lejeune 03aaf7af1e [IMP] report; minimal layout is now a qweb template, allowing users to customize it. also make pypdf mandatory to start Odoo 2014-06-26 16:34:31 +02:00
Jeremy Kersten f337bcaa1d [IMP] ir.config.parameters: support group-based access control 2014-06-26 16:27:24 +02:00
Martin Trigaux 55b121ae9f Merge pull request #673 from guewen/lp-1319285-translation-overwrite-module-update
[FIX] loading: overwrite translation on module update if option --i18n-overwrite is set
2014-06-26 16:09:34 +02:00
Simon Lejeune d984bff9cb [IMP] cosmetic changes 2014-06-26 15:56:18 +02:00
Martin Trigaux 9404ab4cfb [FIX] hr_timesheet_sheet: accept custom fields in timesheets
When creating hr.analytic.timesheet do not filter the list of fields to accept but set the list of fields to remove.
2014-06-26 15:31:55 +02:00