odoo/odoo.git
9 years ago[IMP] mail: chatter: Send message / Log a note tooltips improvements, to better expla...
Dikshit Prajapati [Tue, 26 Aug 2014 13:04:45 +0000 (18:34 +0530)]
[IMP] mail: chatter: Send message / Log a note tooltips improvements, to better explain to the user why the world is about to collapse into a molecular singularity.

9 years agoMerge pull request #2153 from odoo-dev/master-website-image-controller-chm
Christophe Matthieu [Wed, 3 Sep 2014 07:33:16 +0000 (09:33 +0200)]
Merge pull request #2153 from odoo-dev/master-website-image-controller-chm

[IMP] website: image controller can use xmlid

9 years ago[IMP] website: image controller can use xmlid
Christophe Matthieu [Tue, 2 Sep 2014 13:19:09 +0000 (15:19 +0200)]
[IMP] website: image controller can use xmlid

9 years ago[IMP] account, account_bank_statement_import: onboarding tips. Added 2 data files...
Jay Patel [Tue, 26 Aug 2014 06:39:48 +0000 (12:09 +0530)]
[IMP] account, account_bank_statement_import: onboarding tips. Added 2 data files holding 2 tips for account, 1 for account_bank_statement_import.

9 years ago[IMP] share: now restricted to the technical group, as this is a very
Bhavik Bagdiya [Mon, 25 Aug 2014 13:12:33 +0000 (18:42 +0530)]
[IMP] share: now restricted to the technical group, as this is a very
tricky feature. Also changed the order in the more menu.

9 years ago[IMP] sale_crm: on opportunity form view, add a button linking to the
Jitendra Prajapati [Thu, 21 Aug 2014 10:40:13 +0000 (16:10 +0530)]
[IMP] sale_crm: on opportunity form view, add a button linking to the
sales related to the current opportunity, using a stat button. Two fields are
introduced: opportunity_id on sale.order (automatically set when using the
make sale wizard), and sale_amount_total on the opportunity, function field
computing the total amount for the not canceled quotations related to the
opportunity.

9 years ago[IMP] crm, sale_crm: onboarding-related fixes
jas [Mon, 21 Jul 2014 11:16:26 +0000 (16:46 +0530)]
[IMP] crm, sale_crm: onboarding-related fixes
- lead name is now called Opportunity, clearer, added a placeholder on the form view;
- type (contact type) field is now dedicated to the group_delivery_invoice_address group.
It is set for technical groups only in base, then upgraded to the correct group in the
sale module that defines this group

9 years ago[IMP] sale, website_quote: expiration date is usefull even without using the website_...
Mitesh Savani [Tue, 19 Aug 2014 09:32:49 +0000 (15:02 +0530)]
[IMP] sale, website_quote: expiration date is usefull even without using the website_quote module, therefore movign the field to the sale module. It has also be added to the email templates defined in sale and portal_sale, as well as in reports.

9 years ago[UPG] web: upgraded font-axesome to version 4.2. New icons! Shiny! Lots of fun!
Jigar Patel [Tue, 19 Aug 2014 04:19:18 +0000 (09:49 +0530)]
[UPG] web: upgraded font-axesome to version 4.2. New icons! Shiny! Lots of fun!

9 years ago[IMP] [DATA] product: added default product.product data (Miscellaneous), consumable...
Rashmin Lumbhani [Wed, 20 Aug 2014 10:12:45 +0000 (15:42 +0530)]
[IMP] [DATA] product: added default product.product data (Miscellaneous), consumable and available for the point of sale.

9 years agoMerge pull request #1343 from vice/master
xmo-odoo [Tue, 2 Sep 2014 06:22:04 +0000 (08:22 +0200)]
Merge pull request #1343 from vice/master

[FIX] data dir when home is not a directory

9 years ago[IMP] stock: allow float precision for quantity qty multiple
kevin wang [Mon, 1 Sep 2014 09:43:45 +0000 (11:43 +0200)]
[IMP] stock: allow float precision for quantity qty multiple

e.g. if orders with packages of 1/2 quantity

9 years ago[IMP] Make translation todo's readable when hovered
Fabien Meghazi [Mon, 1 Sep 2014 08:21:31 +0000 (10:21 +0200)]
[IMP] Make translation todo's readable when hovered

9 years ago[IMP] qweb debug mode restricted to --dev mode
Fabien Meghazi [Fri, 29 Aug 2014 13:23:07 +0000 (15:23 +0200)]
[IMP] qweb debug mode restricted to --dev mode

Also moved the set_trace call in top of render_node() function so it
makes more sense.

9 years agoMerge pull request #2050 from odoo-dev/master-theme-review-chm
Christophe Matthieu [Thu, 28 Aug 2014 12:27:52 +0000 (14:27 +0200)]
Merge pull request #2050 from odoo-dev/master-theme-review-chm

[IMP] website.snippet: create automatically the thumbnail; fix background

9 years ago[IMP] account_budget: default value
Antoine Huvelle [Wed, 27 Aug 2014 14:03:23 +0000 (16:03 +0200)]
[IMP] account_budget: default value

Adding a context which ease budget encoding as really often, creating a budget means the associated budget lines will follow the same start and end dates. Passing the context allow budget lines automatically have the budget's start and end date

9 years ago[IMP] refactor bundle ir.attachment cache invalidation
Fabien Meghazi [Tue, 26 Aug 2014 12:55:48 +0000 (14:55 +0200)]
[IMP] refactor bundle ir.attachment cache invalidation

9 years ago[IMP] Bundle invalidation won't use watchdog afterall
Fabien Meghazi [Wed, 27 Aug 2014 14:01:24 +0000 (16:01 +0200)]
[IMP] Bundle invalidation won't use watchdog afterall

9 years ago[FIX] website.snippet: the background option is not readily usable by the designer
Christophe Matthieu [Wed, 27 Aug 2014 12:20:20 +0000 (14:20 +0200)]
[FIX] website.snippet: the background option is not readily usable by the designer

9 years ago[IMP] sale: Allow to set a default value on the SO based on the Sales Team
Commandant Custo [Sat, 16 Aug 2014 17:55:07 +0000 (10:55 -0700)]
[IMP] sale: Allow to set a default value on the SO based on the Sales Team

As the different sales teams might have different sales workflows, this will allow the user to define the shipping policy based on the sales team.
This will be particularly useful to differentiate the workflows of e-commerce sales and usual sales.

9 years ago[IMP] website.snippet: create automatically the thumbnail; data-option became data...
Christophe Matthieu [Wed, 27 Aug 2014 10:20:14 +0000 (12:20 +0200)]
[IMP] website.snippet: create automatically the thumbnail; data-option became data-js; add data-eval method; rename check_class into toggle_class

9 years ago[IMP]Website_Quote: Opens quotations menu after installation
Ronak Baxi [Thu, 21 Aug 2014 12:59:12 +0000 (18:29 +0530)]
[IMP]Website_Quote: Opens quotations menu after installation

9 years ago[IMP] website: when no timezone in context, guess it from the
Mohammed Shekha [Wed, 13 Aug 2014 10:42:31 +0000 (16:12 +0530)]
[IMP] website: when no timezone in context, guess it from the
geoip data. This is used to find a timezone for public user.

9 years ago[IMP] quotation: added onboarding tips
Bhavik Bagdiya [Tue, 19 Aug 2014 13:18:10 +0000 (18:48 +0530)]
[IMP] quotation: added onboarding tips

9 years agoMerge pull request #1983 from odoo-dev/master-pos-new-payment-screen-fva
Frédéric Van der Essen [Mon, 25 Aug 2014 15:36:12 +0000 (17:36 +0200)]
Merge pull request #1983 from odoo-dev/master-pos-new-payment-screen-fva

Point of Sale : New Payment Screen & Receipt Screens

9 years agoMerge branch 'master' into master-pos-new-payment-screen-fva
Frederic van der Essen [Mon, 25 Aug 2014 14:42:57 +0000 (16:42 +0200)]
Merge branch 'master' into master-pos-new-payment-screen-fva

Conflicts:
addons/point_of_sale/point_of_sale.py
addons/point_of_sale/point_of_sale_view.xml

9 years ago[FIX] do not use ir.ui.view's arch_fs version of updated views in --dev mode
Fabien Meghazi [Mon, 25 Aug 2014 14:12:51 +0000 (16:12 +0200)]
[FIX] do not use ir.ui.view's arch_fs version of updated views in --dev mode

9 years ago[IMP] point_of_sale: removed actionbars, were not used anymore
Frederic van der Essen [Mon, 25 Aug 2014 13:47:02 +0000 (15:47 +0200)]
[IMP] point_of_sale: removed actionbars, were not used anymore

9 years ago[IMP] point_of_sale: The invoice button in the payment screen now sets the order...
Frederic van der Essen [Mon, 25 Aug 2014 13:36:30 +0000 (15:36 +0200)]
[IMP] point_of_sale: The invoice button in the payment screen now sets the order to be invoiced instead of directly invoicing the order

9 years ago[FIX] web: update moment and datepicker library also add a controller to lazily load...
Cedric Snauwaert [Thu, 14 Aug 2014 12:10:40 +0000 (14:10 +0200)]
[FIX] web: update moment and datepicker library also add a controller to lazily load locale

9 years ago[FIX] web: remove old datetimepicker and change by bootstrap datetimepicker
Cedric Snauwaert [Thu, 3 Jul 2014 12:10:09 +0000 (14:10 +0200)]
[FIX] web: remove old datetimepicker and change by bootstrap datetimepicker

9 years ago[IMP] website.snippet: convert media snippet into the new snippet api
Christophe Matthieu [Fri, 22 Aug 2014 15:10:36 +0000 (17:10 +0200)]
[IMP] website.snippet: convert media snippet into the new snippet api

9 years ago[FIX] web_tip: consume can effectively use the api.multi decorator, to perform write...
Thibault Delavallée [Mon, 25 Aug 2014 09:03:58 +0000 (11:03 +0200)]
[FIX] web_tip: consume can effectively use the api.multi decorator, to perform write in batch.

9 years ago[IMP] web_tip: add support for list views
Julien Legros [Wed, 13 Aug 2014 13:28:58 +0000 (15:28 +0200)]
[IMP] web_tip: add support for list views

9 years ago[FIX] web_tip: grant write permission to users
Julien Legros [Thu, 7 Aug 2014 13:13:39 +0000 (15:13 +0200)]
[FIX] web_tip: grant write permission to users

9 years ago[IMP] web_tip: convert web_tip model to v8 api
Julien Legros [Thu, 7 Aug 2014 11:02:45 +0000 (13:02 +0200)]
[IMP] web_tip: convert web_tip model to v8 api

9 years agoMerge pull request #1945 from MadeleineHero/master
xmo-odoo [Mon, 25 Aug 2014 07:05:19 +0000 (09:05 +0200)]
Merge pull request #1945 from MadeleineHero/master

[FIX] typo

9 years agotypo
MadeleineHero [Sat, 23 Aug 2014 13:52:04 +0000 (15:52 +0200)]
typo

s/nonexiting/non-existing

9 years ago[IMP] website.theme: add button in customize theme modal to show all theme modules
Christophe Matthieu [Fri, 22 Aug 2014 09:11:39 +0000 (11:11 +0200)]
[IMP] website.theme: add button in customize theme modal to show all theme modules

9 years ago[IMP] Use radio widget in various views
ssh-odoo [Thu, 26 Jun 2014 09:37:30 +0000 (15:07 +0530)]
[IMP] Use radio widget in various views

+ some UI messages improvements

(Closes #1913)

9 years ago[IMP] website snippet new option, gallery
Christophe Matthieu [Thu, 21 Aug 2014 16:00:23 +0000 (18:00 +0200)]
[IMP] website snippet new option, gallery

website.snippet: The methods described in javascript will be called automatically from the data-method_name = value on li snippets options. The methods are called in the order relative to children of xml (eg: <li data-method1=value1> ... <li data-method2=value2> ... </ li>, the method1 is then called method2). Methods receive two arguments: type (over, click, reset) and value. data-snippet-id-option becomes data-snippet-id. Several xml options can use the same data-snippet-id.

add a new gallery snippet

convert website_sale to the new option system

9 years ago[IMP] Rename Schedule/log Call button
yti [Thu, 21 Aug 2014 08:13:19 +0000 (10:13 +0200)]
[IMP] Rename Schedule/log Call button

9 years ago[FIX] Do not assume all exceptions with a code attribute to be HTTPExceptions
Fabien Meghazi [Wed, 20 Aug 2014 13:24:34 +0000 (15:24 +0200)]
[FIX] Do not assume all exceptions with a code attribute to be HTTPExceptions

9 years agoMerge pull request #1781 from odoo-dev/master-fix-theme-need-alltime-less-chm
Christophe Matthieu [Wed, 20 Aug 2014 11:29:38 +0000 (13:29 +0200)]
Merge pull request #1781 from odoo-dev/master-fix-theme-need-alltime-less-chm

[FIX] website.theme: when the user does not raise an exception.

9 years agoMerge pull request #1875 from ma78nee/patch-1
xmo-odoo [Wed, 20 Aug 2014 09:01:06 +0000 (11:01 +0200)]
Merge pull request #1875 from ma78nee/patch-1

Little description mistake

9 years ago[FIX] tour: don't display all log when log an error
Christophe Matthieu [Tue, 19 Aug 2014 08:42:44 +0000 (10:42 +0200)]
[FIX] tour: don't display all log when log an error

9 years ago[FIX] website.theme: when the user does not raise an exception. Display error message...
Christophe Matthieu [Tue, 12 Aug 2014 13:11:50 +0000 (15:11 +0200)]
[FIX] website.theme: when the user does not raise an exception. Display error message when the user install or customize a theme.

9 years agoUpdate __openerp__.py
Mathias Neef [Wed, 20 Aug 2014 08:16:53 +0000 (10:16 +0200)]
Update __openerp__.py

Little mistake in the descreption seen during translation.

9 years ago[FIX] ir.attachments of compiled css assets not properly invalidated
Fabien Meghazi [Tue, 19 Aug 2014 15:16:09 +0000 (17:16 +0200)]
[FIX] ir.attachments of compiled css assets not properly invalidated

9 years ago[FIX] bundles: fix compiled css assets recomposition
Fabien Meghazi [Tue, 19 Aug 2014 13:50:57 +0000 (15:50 +0200)]
[FIX] bundles: fix compiled css assets recomposition

- Do not include css in less source because malformed css will break
  less compilation
- Always recompose compiled css, even if not in debug mode
- Less and sass compilers mode @at-rules on top in order to comply
  to css 2.1, those @at-rules where left-over during the recompostion
  because they lost their marker. Those are now handled as virtual
  inline stylesheets.

9 years ago[IMP] hr: strenghtening of write()
Richard Mathot [Tue, 19 Aug 2014 10:35:06 +0000 (12:35 +0200)]
[IMP] hr: strenghtening of write()

9 years ago[FIX] mail: bad test
Richard Mathot [Tue, 19 Aug 2014 10:32:44 +0000 (12:32 +0200)]
[FIX] mail: bad test

9 years ago[IMP] Cache bundles in ir.attachments instead of a LRU
Fabien Meghazi [Mon, 18 Aug 2014 13:57:51 +0000 (15:57 +0200)]
[IMP] Cache bundles in ir.attachments instead of a LRU

Forward ported from 8.0's commit: 8402625

9 years ago[IMP] bundles: also display css errors on debug mode
Fabien Meghazi [Mon, 18 Aug 2014 14:36:02 +0000 (16:36 +0200)]
[IMP] bundles: also display css errors on debug mode

9 years ago[IMP] hr: first employee is named after admin
ssh-odoo [Thu, 14 Aug 2014 06:11:39 +0000 (11:41 +0530)]
[IMP] hr: first employee is named after admin

9 years ago[IMP] bundles: display warning for forbidden local @imports
Fabien Meghazi [Thu, 14 Aug 2014 15:27:50 +0000 (17:27 +0200)]
[IMP] bundles: display warning for forbidden local @imports

9 years ago[FIX] --dev mode crashes on read_template ormcache invalidation
Fabien Meghazi [Thu, 14 Aug 2014 10:43:10 +0000 (12:43 +0200)]
[FIX] --dev mode crashes on read_template ormcache invalidation

9 years ago[FIX] Fix website theme slowness
Fabien Meghazi [Thu, 14 Aug 2014 09:43:54 +0000 (11:43 +0200)]
[FIX] Fix website theme slowness

9 years ago[FIX] Do not alter @import statements of saas/less
Fabien Meghazi [Thu, 14 Aug 2014 09:25:57 +0000 (11:25 +0200)]
[FIX] Do not alter @import statements of saas/less

9 years ago[IMP] code auto reload: logger.error in case of syntax error
Fabien Meghazi [Thu, 14 Aug 2014 08:01:50 +0000 (10:01 +0200)]
[IMP] code auto reload: logger.error in case of syntax error

9 years agoMerge pull request #1765 from odoo-dev/master-fix-less-compilation-errors-fme
Fabien Meghazi [Wed, 13 Aug 2014 14:49:40 +0000 (16:49 +0200)]
Merge pull request #1765 from odoo-dev/master-fix-less-compilation-errors-fme

[FIX] Asset bundles compilation bug + support for mixed preprocessing languages

- moving imports to the top of the source to compile breaks the assets recomposition trough markers
- improved performance by avoiding useless assets fragments recomposition
- added support for mixed preprocessing languages in the same bundle

9 years ago[IMP] Css preprocessors can now be mixed up in the same bundle
Fabien Meghazi [Wed, 13 Aug 2014 12:48:07 +0000 (14:48 +0200)]
[IMP] Css preprocessors can now be mixed up in the same bundle

9 years ago[IMP] sale: product_id_change now supports a void pricelist and/or a void partner_id.
mdi-odoo [Wed, 18 Jun 2014 04:42:21 +0000 (10:12 +0530)]
[IMP] sale: product_id_change now supports a void pricelist and/or a void partner_id.
website_quote: validity, options and template now readonly when not in draft
and sent status (aka confirmed).

9 years ago[IMP] recompose bundle only if needed
Fabien Meghazi [Wed, 13 Aug 2014 11:00:55 +0000 (13:00 +0200)]
[IMP] recompose bundle only if needed

9 years ago[IMP] Use bundle compilation output instead of fragment recomposition
Fabien Meghazi [Wed, 13 Aug 2014 09:38:19 +0000 (11:38 +0200)]
[IMP] Use bundle compilation output instead of fragment recomposition

9 years ago[FIX] Do not top up all @imports before less/sass compilation
Fabien Meghazi [Wed, 13 Aug 2014 09:02:43 +0000 (11:02 +0200)]
[FIX] Do not top up all @imports before less/sass compilation

This was preventing the bundles fragments to be restored after
compilation

9 years ago[IMP] form views: remove sheets in config forms
tpa-odoo [Wed, 25 Jun 2014 12:38:33 +0000 (18:08 +0530)]
[IMP] form views: remove sheets in config forms

(Closes #850)

9 years agoHide the Edit bar with mobile.
Wisniewski [Tue, 12 Aug 2014 11:47:56 +0000 (13:47 +0200)]
Hide the Edit bar with mobile.

9 years ago[IMP] web: order fields in export wizard
rba-odoo [Thu, 26 Jun 2014 10:08:19 +0000 (15:38 +0530)]
[IMP] web: order fields in export wizard

(Closes #1645)

9 years ago[IMP] purchase: misc usability improvements
cod-odoo [Wed, 25 Jun 2014 10:23:54 +0000 (15:53 +0530)]
[IMP] purchase: misc usability improvements
- RFQ wording imp
- products tree view in purchase form view: set account_analytic_id
for group_analytic_accounting only + add a context for the partner
- purchase: res_config: wording imp + config view imp

9 years agoMerge pull request #1739 from odoo-dev/master-watchdog-fme
Fabien Meghazi [Tue, 12 Aug 2014 01:31:29 +0000 (03:31 +0200)]
Merge pull request #1739 from odoo-dev/master-watchdog-fme

[IMP] Make autoreload work in --dev mode

- Replaced `pyinotify` by conditionally imported `watchdog`
- On code reload, restart process without losing --database argument (was crasing `odoo start` command)
- Removed `--auto-reload` in favor of `--dev`

9 years agoCheck if the logger warning causes runbot warning
Fabien Meghazi [Mon, 11 Aug 2014 20:01:39 +0000 (22:01 +0200)]
Check if the logger warning causes runbot warning

9 years ago[IMP] filesystem watcher only activated on --dev mode (for the moment)
Fabien Meghazi [Mon, 11 Aug 2014 15:12:47 +0000 (17:12 +0200)]
[IMP] filesystem watcher only activated on --dev mode (for the moment)

9 years ago[IMP] point_of_sale: let the cashier directly select the invoice's customer instead...
Frederic van der Essen [Mon, 11 Aug 2014 09:21:11 +0000 (11:21 +0200)]
[IMP] point_of_sale: let the cashier directly select the invoice's customer instead of displaying an unhelpful error message

9 years ago[IMP] point_of_sale: replaced the dollar sign by a more international alternative
Frederic van der Essen [Fri, 8 Aug 2014 11:01:20 +0000 (13:01 +0200)]
[IMP] point_of_sale: replaced the dollar sign by a more international alternative

9 years ago[IMP] point_of_sale: improved payment screen input handling
Frederic van der Essen [Fri, 8 Aug 2014 10:57:23 +0000 (12:57 +0200)]
[IMP] point_of_sale: improved payment screen input handling

9 years ago[IMP] point_of_sale: layout improvements on the payment screen + fix some styling...
Frederic van der Essen [Fri, 8 Aug 2014 10:22:13 +0000 (12:22 +0200)]
[IMP] point_of_sale: layout improvements on the payment screen + fix some styling issues + use most common notes value on the numpad

9 years ago[IMP] website: create customize theme application and color-picker; Create theme_boot...
Christophe Matthieu [Fri, 8 Aug 2014 09:58:40 +0000 (11:58 +0200)]
[IMP] website: create customize theme application and color-picker; Create theme_bootswatch and use less files.

9 years ago[IMP] point_of_sale: reworked the receipt screen to be in style with the payment...
Frederic van der Essen [Thu, 7 Aug 2014 16:56:25 +0000 (18:56 +0200)]
[IMP] point_of_sale: reworked the receipt screen to be in style with the payment screen

9 years ago[FIX] point_of_sale: removed console.log + fixed paid status update due to missing...
Frederic van der Essen [Thu, 7 Aug 2014 15:36:24 +0000 (17:36 +0200)]
[FIX] point_of_sale: removed console.log + fixed paid status update due to missing self declaration

9 years ago[IMP] point_of_sale: new payment screen is now operational
Frederic van der Essen [Thu, 7 Aug 2014 15:28:46 +0000 (17:28 +0200)]
[IMP] point_of_sale: new payment screen is now operational

9 years ago[IMP] tour: add a tour to click on all menu items, sub menu items, need action, and...
Christophe Matthieu [Wed, 6 Aug 2014 15:22:03 +0000 (17:22 +0200)]
[IMP] tour: add a tour to click on all menu items, sub menu items, need action, and views

9 years ago[FIX] Make watchdog python module optional
Fabien Meghazi [Wed, 6 Aug 2014 14:12:45 +0000 (16:12 +0200)]
[FIX] Make watchdog python module optional

9 years ago[REM] Removed --auto-reload switch and bound feature to --dev switch
Fabien Meghazi [Wed, 6 Aug 2014 13:33:04 +0000 (15:33 +0200)]
[REM] Removed --auto-reload switch and bound feature to --dev switch

9 years agoMerge remote-tracking branch 'odoo/master' into master-watchdog-fme
Fabien Meghazi [Wed, 6 Aug 2014 13:27:26 +0000 (15:27 +0200)]
Merge remote-tracking branch 'odoo/master' into master-watchdog-fme

9 years agoMerge pull request #1625 from odoo-dev/master-views-arch-on-disk-fme
Fabien Meghazi [Wed, 6 Aug 2014 13:24:04 +0000 (15:24 +0200)]
Merge pull request #1625 from odoo-dev/master-views-arch-on-disk-fme

[MERGE] Read ir.ui.view's arch from disk in development mode

A new switch named `--dev` has been added to the openerp.cli's arguments.

This development mode's purpose is to activate some specific behaviours in order to ease development.

For the moment, the only effect of `--dev` is to make the ir.ui.view's arch function field read the data from the original xml file (if any), allowing the developer to change a view and check the effect without having to update it's database.

This feature will currently work only with existing views. If you add a view you still have to update your database.

9 years ago[IMP] change arch_fs's type to field.char
Fabien Meghazi [Wed, 6 Aug 2014 11:32:00 +0000 (13:32 +0200)]
[IMP] change arch_fs's type to field.char

9 years ago[IMP] Store relative path in arch_fs
Fabien Meghazi [Wed, 6 Aug 2014 10:13:28 +0000 (12:13 +0200)]
[IMP] Store relative path in arch_fs

9 years ago[ADD] web_tip: module for tip definition and display
Julien Legros [Fri, 25 Jul 2014 16:12:36 +0000 (18:12 +0200)]
[ADD] web_tip: module for tip definition and display

Also added with this commit:
crm: tip data
web: hooks (events) for web_tip
web_kanban: hooks (events) for web_tip

9 years ago[WIP] point_of_sale: work on new payment screen
Frederic van der Essen [Tue, 5 Aug 2014 10:22:11 +0000 (12:22 +0200)]
[WIP] point_of_sale: work on new payment screen

9 years ago[REM] base_report_designer: remove module
Mitesh Savani [Tue, 15 Jul 2014 09:37:06 +0000 (15:07 +0530)]
[REM] base_report_designer: remove module

Module will stay available at
https://github.com/odoo/odoo-extra/commit/c6298bd43ddb3da063b880f7e8f5635d4765ea3a

Closes #1582

9 years ago[FIX] ommit (-d, --database) in code reexecution's sys.args stripping
Fabien Meghazi [Mon, 4 Aug 2014 15:09:44 +0000 (17:09 +0200)]
[FIX] ommit (-d, --database) in code reexecution's sys.args stripping

Stripping -d from sys.argv prevent odoo's `start` subcommand to work
properly. Besides, -d is not harmful for code reececution

9 years ago[IMP] FSWatcher method names
Fabien Meghazi [Mon, 4 Aug 2014 15:08:29 +0000 (17:08 +0200)]
[IMP] FSWatcher method names

9 years agoMerge remote-tracking branch 'odoo/master' into master-watchdog-fme
Fabien Meghazi [Mon, 4 Aug 2014 15:07:03 +0000 (17:07 +0200)]
Merge remote-tracking branch 'odoo/master' into master-watchdog-fme

9 years ago[IMP] website_quote: add default quote template
avo-odoo [Tue, 15 Jul 2014 09:55:48 +0000 (15:25 +0530)]
[IMP] website_quote: add default quote template

(Closes #1380)

9 years ago[IMP] project : mailgateway: add to and cc as followers of the newly created task
Dikshit Prajapati [Tue, 15 Jul 2014 05:48:00 +0000 (11:18 +0530)]
[IMP] project : mailgateway: add to and cc as followers of the newly created task

9 years ago[FIX] web: warn of possible data loss when click on Odoo logo
Pankaj Joshi [Tue, 15 Jul 2014 12:38:28 +0000 (18:08 +0530)]
[FIX] web: warn of possible data loss when click on Odoo logo

9 years ago[MOVE] account: moved account/project files to analytic or account, depending on...
cod-odoo [Wed, 25 Jun 2014 06:07:30 +0000 (11:37 +0530)]
[MOVE] account: moved account/project files to analytic or account, depending on which module the moved code belongs to. This allows to remove references to project in account module. Also added some improvements in project when deleting a project (delete account if void) or when deleting an account (delete project if void).

9 years ago[WIP] exhume branch for runbot (lost logs)
Fabien Meghazi [Mon, 4 Aug 2014 09:35:11 +0000 (11:35 +0200)]
[WIP] exhume branch for runbot (lost logs)

9 years ago[MERGE] Forward-port 8.0 up to d706adb
Olivier Dony [Sat, 2 Aug 2014 19:13:41 +0000 (21:13 +0200)]
[MERGE] Forward-port 8.0 up to d706adb