- Sep 14, 2015
-
-
Martin Trigaux authored
How great is it to get Odoo (almost) 9.0 (almost) translated? Clean .tx/config file Regenerate .pot files Fetch current translations from Transifex (10% completion)
-
Olivier Dony authored
"Your Details" section is now in the website_portal.account template, not in the footer_default anymore.
-
odoo-tac authored
-
Nicolas Martinelli authored
Instead of using the demo data, it is now possible to set up a defaut product for payment advances.
-
Nicolas Martinelli authored
This reverts commit 09cd1ab2. That's Not How It Works, That's Not How Any Of This Works. Conflicts: addons/sale/res_config.py
-
Chirag Dodiya authored
-
Yannick Tivisse authored
-
Raphael Collet authored
-
Martin Trigaux authored
Unclear or incorrect sentenses. Courtesy of Eric Geens
-
Martin Geubelle authored
-
Olivier Laurent authored
1° add a second level of titles because they were too long and overrided the second column (the 'code column) 2° Add 'double backticks' around some keys
-
Martin Geubelle authored
-
Xavier Morel authored
In all browsers the ``focus/blur`` event is triggered before a button's ``click`` (it's actually triggered by mousedown). Column and record quick-creates discard the form on blur but still want to create the column/record when the "Add" button is clicked. This was implementing with a fixed debounce/time-delay on the blur handler, however the exact delay between blur and click dispatch are browser, environment and possibly load-dependent (on my system unloaded, 10ms is sufficient in webkit but firefox requires at least 50, a user keeping the mouse button pressed for some time would increase that delay). The proper way to handle this is to suppress the ``focus/blur`` event from the relevant button entirely by preventing the browser's default mousedown handler. Do that for both column and record quick-creates, and remove time-delay/debounces. Also remove manual proxying of ``click`` in kanban column (move to ``events`` object)
-
Xavier Morel authored
Provide a more informative error message than "undefined is not a function" when a method passed by name to the events object is missing on the widget.
-
Jérome Maes authored
-
Jérome Maes authored
Salepocalypse change onchange, and they are not compatible anymore. New onchange return nothing. Here we do a write to update the partner then trigger manually the onchange to update SO fields depending on partner_id. Once the onchange is trigger, some fields require a check (force pricelist, recompute taxes, ...)
-
Jérome Maes authored
[FIX] mail : when create a channel, give it the channel_last_seen_partner_ids to direct make the creator a member and avoid access right exception
-
Jérome Maes authored
On follower list of a document, the user can (if access rights granted) edit the subtype subscription of other follower. This open a modal with checkboxes. This is commit make this feature works and adapt it to channel follower.
-
Jérome Maes authored
-
- Sep 13, 2015
-
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
- Sep 12, 2015
-
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
[IMP] procurement_jit: check availability of products directly [IMP] assign moves to existing picking, even if reserved, but not if printed [FIX] increase SO quantities: new procurements created [FIX] typo in res.config.py
-
Fabien Pinckaers authored
-
- Sep 11, 2015
-
-
Yannick Tivisse authored
-
Simon Lejeune authored
-
Simon Lejeune authored
-
Simon Lejeune authored
-