- Mar 02, 2015
-
-
Aaron Bohy authored
Add .template as extension of the template files because RPM packaging produces an error when trying to compile the python template files, which contains Jinja instructions. Include *.template files in MANIFEST.in to package them.
-
Goffin Simon authored
Quote slider must be editable when the snippet is dropped in a page. opw:628510
-
Yenthe authored
compenents to components > Fixed the typo's.
-
Xavier Morel authored
closes #5409
-
Sathors authored
So far there is no info about the "Advanced Options" category of the --help. Added only the --auto-reload, others can be added later.
-
Sathors authored
-
Josse Colpaert authored
In order to do that, we change the theoretical quantity into a functional stored field. Therefore the on_change changes, but the old still work. The UoM of the inventory line is also taken into account [IMP] Manual selection, no theoretical qty compute on import, comments
-
Josse Colpaert authored
-
Denis Michiels authored
- The search on qty_available is faster by looking only to the quants. - Less SQL queries
-
Josse Colpaert authored
[FIX] Make sure it does not give errors on runbot by providing an alternative when parent_left would be zero
-
Denis Ledoux authored
Warnings on pickings no longer worked, while it was possible to set them in the partner form. The problem comes from the fact onchange_partner_in no longer exists on the picking form, by default. It was therefore never called, on the warning never displayed. opw-628956
-
Andrius Preimantas authored
-
Julien Legros authored
This reverts commit 0130ce4e.
-
Josse Colpaert authored
-
Nicolas Lempereur authored
When creating a request for quotation from a call for bids, the suppliers taxes where not present in the quotation. Since a product `taxes_id` field is a many2many, the unused triplets syntax caused the issue. fixes #5307
-
Goffin Simon authored
pricelist must be readonly when currency is readonly because there 's an onchange on currency which depends on the pricelist. opw:627009 Fixed #4598
-
- Mar 01, 2015
-
-
Leonardo Pistone authored
Closes #4735
-
Cédric Pigeon authored
Closes #5242
-
Ravi Gohil authored
Add support for older versions of psutil (<1.2.0). Only used when debug_rpc is enabled. Closes #5108, #5163
-
Daniel Reis authored
python ldap library api is str based, assume utf-8 encoding for non-ascii chars. Closes #5376 lp:1079476
-
- Feb 28, 2015
-
-
Antony Lesuisse authored
-
- Feb 27, 2015
-
-
Simon Lejeune authored
Also redirect to our builds of wkhtmltopdf 0.12.1 for debian jessie, as the wkhtmltopdf team does not provide one.
-
Christophe Simonis authored
Use directly datarecord id instead of previously stored value which may not be up to date.
-
Cecile Tonglet authored
-
Christophe Simonis authored
-
Denis Ledoux authored
This is possible to assign a sales team to a supplier invoices Supplier invoices must be rejected in the invoiced count of sales team (in the kanban view of sales team). The invoiced amount must be the customer invoices amount minus the customer refund invoices amount opw-629105
-
Xavier Morel authored
Variable was added to an error message, then inlined in only one of the two callsites. Undefined variable error would only appear when an error is triggered in the actual (postgres-level) backup call. inserted in ec9a5430 fixes #5241
-
Xavier Morel authored
fixes #2742
-
vnsofthe authored
Is present in mrp and not stock module.
-
vnsoft authored
-
Toilal authored
closes #5393
-
Simon Lejeune authored
Avoid pip re-downloading PyChart
-
- Feb 26, 2015
-
-
Leonardo Rochael Almeida authored
While calling `pip install -r requirements.txt`, the PyChart tarball is always downloaded even if `pip` has a download cache configured (which it does by default in later versions). This is because `pip` has no way of knowing which package the PyChart tarball contains before downloading and running its `setup.py`. By declaring the PyChart "egg" in `requirements.txt` the tarball is no longer downloaded if it's already in the download cache.
-
Leonardo Rochael Almeida authored
-
Markus Schneider authored
-
Denis Ledoux authored
The button was no more redirecting to the sales order lines list view, following a distraction error introduced during 68b8286d
-
Denis Ledoux authored
The priority widget did not handle the readonly concept It was therefore possible to set the priority of an issue (for instance) even if the field was marked as readonly. opw-628960
-
David Monjoie authored
Adaptation of https://github.com/acsone/odoo/commit/afe4a97d037b4075c8cd0514b6d1b829e1208629, but we properly unlink the timesheet lines themselves instead of going for the account.analytic.lines like the original commit proposition did. Actually, the unlink method of hr.analytic.timesheet already unlinks the corresponding acount.analytic.line, but those records were previously deleted via ondelete='cascade', which didn't trigger the unlink method at all, so the associated analytic lines were not deleted accordingly. Fixes opw 628256.
-
Daniel Kraft authored
closes #5433
-
Christophe Simonis authored
phantomjs 2.0 remove the deprecated attribute `phantom.args`. Use the new `system` module.
-