- Sep 28, 2016
-
-
qsm-odoo authored
-
Richard Mathot authored
For historical reasons, `vobject`* Python library is not mandatory in Odoo. Since refactoring 6af6148a, get_ics_file() returns now a dictionary whose keys are calendar.event ids and values are the corresponding ics file. If `vobject` is not available, it returns an empty dictionary that could cause calendar.py to crash because it always expects to find the event's key. Before this refactoring, this method was called and architectured in a different manner, so no crash was happening. This commit prevents the crash if `vobject` is not installed and logs a warning. *vobject allows to generate iCalendar files
-
qsm-odoo authored
There was no bug but now the behaviors are more consistent : - Demo data now declare a black invisible filter instead of nothing. This allows user to see the effect of filter intensity option (otherwise it had no visible effect since there was no filter color). - If the filter intensity is set to "None" (invisible filter) and that a filter color option is highlighted or chosen, a "Low" filter intensity is automatically highlighted or chosen so that the user see the filter color he is chosing (instead of having to choose the filter intensity first). - Hide the "Size" option on the blog list page since it has not visible effect there. - Some code "performance" improvements in option selection.
-
Haresh Shyara authored
[IMP] mrp: create graph and pivot of duration_expected of workorders related to a workcenter and add stat button with load to come This replaces the old workcenter load report
-
Josse Colpaert authored
[REM] mrp: Remove unnecessary stock_move_consume wizard and stock value variation and workcenter load report
-
- Sep 27, 2016
-
-
Christophe Simonis authored
`display_start` was wrongly change to `Date` type during convertion to new-api.
-
Jérome Maes authored
-
Denis Vermylen (dve) authored
rounding field of product_uom now has sql constraint > 0. If set at 0 it rounds any quantity to 0, which is never a desired result. Allowing 0 made it so that some users that did not understand the rounding, set it to 0 and complained that their quantities were messed up. Also added translations to the error message.
-
tdi-odoo authored
This improvement adds two default filters and group bys to the supplier pricelist search view: filters(active,archived) groupby:(product,vendor).
-
tdi-odoo authored
This fix renames filters in purchase from Invoiced (resp. Not Invoiced) to Received Bills (resp. Waiting Bills) to be consistent with the states of the Purchase Orders (i.e. 'Waiting Bills'). The erroneous tooltip of the Bills Received was also corrected.
-
tdi-odoo authored
In procurement form view display a Purchases stat button that redirects to the purchase order. It opens the PO form view. Note that Purchase Order field in Extra Information is left untouched. It is just a shortcut to ease usability.
-
Thibault Delavallée authored
As this button redirects to the Vendor Bills page, let us rename this button so that names match.
-
Christophe Simonis authored
-
Quentin De Paoli authored
It is already defined as a payment method (subtype=inbound) and that's what we want. No need of adding 'electronic' in 'payment_type' selection (that crashes if we select that, btw) and 'payment_method_id_code' is a duplicate of 'payment_method_code'.
-
Jérome Maes authored
-
Jérome Maes authored
It should redirect to the web.base.url of the instance, and not www.odoo.com
-
Jérome Maes authored
'Project > Reports' menu show 'Tasks Analysis'. But if you install project_issue, or rating_project, some children menus are added, making 'Tasks Analysis' invisible. Trying here to set the same order for issues, ratings, forecast as in other menus, labels and kanban card.
-
Jérome Maes authored
Set date_assign if a user is assigned to task even if it is created from the wonderfull quick create on kanban view.
-
- Sep 26, 2016
-
-
Quentin De Paoli authored
-
tdi-odoo authored
That bug was introduced when removing the invoice workflow, where a call to action_invoice_cancel() has been used instead of action_invoice_reopen() which does slightly different things, as you can imagine.
-
tdi-odoo authored
Add a space in auto-computed description of account_invoice_line when a product with a code is chosen.
-
tdi-odoo authored
This fix prevents from giving the reason of the refund to the draft invoice created if you select the 'modify' option when refunding an invoice, which now keeps the description of the original invoice.
-
Quentin De Paoli authored
-
tdi-odoo authored
This fix corrects the inconsistency of the 'discard' and 'cancel' buttons of the tax adjuments wizard
-
tdi-odoo authored
This fix allows users to view the form of the invoices they accessed through the payments (via the 'invoices' button)
-
tdi-odoo authored
This fix allows user to duplicate bank accounts in the accounting module
-
tdi-odoo authored
-
tdi-odoo authored
-
Martin Trigaux authored
The field (commented) was removed during migration
-
qsm-odoo authored
As the <strong/> tag which surrounds the "Use this tag" sentence also contained a <a/> whose href is a computed one (t-att-href), the strong was not able to be edited.
-
Martin Trigaux authored
It was used to correct source in stable without breaking the translations. In master it should be corrected with real translation
-
- Sep 23, 2016
-
-
Christophe Simonis authored
-
Quentin De Paoli authored
-
Quentin De Paoli authored
Because 0% taxes will appear in the account.invoice.tax object of the invoice and the account, if null, will be the expense one which is confusing. Because 44000 is use as everyone as payable account, so removed duplicated 'Fournisseur' account
-
Damien Bouvy authored
This reverts commit 20e19fdf. Already fixed by @fwi-odoo in 82b83ac7
-
Laurent Smet authored
Adding the attributes leave all the old variants available. While not completely intuitive, this behaviour is not inherently wrong. However, on the first attribute addition, it leaves a variant with 0 attributes that can cause problems in the ecommerce. This commit make it so that this empty variant is archived.
-
David Monjoie authored
This allows people to create modules under the 'Odoo Proprietary License' version 1.0 rather than having to rely on the rather vague 'Other Priorietary' license. The text of the license can be found at: https://www.odoo.com/loempia/static/examples/LICENSE This should already have been in Odoo 9 but was mistakenly left out.
-
Laurent Smet authored
-
Thibault Delavallée authored
* mail/view controller does not call get_access_action and other methods as superuser. This allows to customize the returned action * reimplement methods to generate recipients groups when sending notification emails. It is now simpler to inherit and customize * update various addons using it
-