- Aug 27, 2015
-
-
Josse Colpaert authored
-
Arthur Maniet authored
-
Arthur Maniet authored
-
Olivier Dony authored
At 5c0bfaaf the osv_memory field was converted from function field to plain stored boolean field. Fixes a leftover rename in a domain.
-
Darshan Kalola authored
-
Quentin De Paoli authored
[FIX] membership: accounting dependant tests should extend the class AccountingTestCase so that it will be run 'post install' and return True if no chart of account is installed
-
Ravi Gohil authored
-
pvy authored
[IMP] account: ported account.financial.report to v8 api and removed the _get_balance() method (will be integrated in the abstract report model)
-
Christophe Simonis authored
- more user-friendly error - proper file format check
-
Jérome Maes authored
When posting a comment, the user can rate the product using rating star widget. The rating card is display on the product page with average and repartition. Add a related field 'website_published' on rating in website_sale for performance issue. Part of this commit could be moved in 'website_rating', if the feature is required in other modules. Since it is only used in ecommerce, the code belong to website_sale.
-
Jérome Maes authored
[IMP] website_mail : widgetize the Frontend Chatter. Prepare to include rating feature with posting mail.message
-
Jérome Maes authored
- star widget and rating card to post and display rating - Linked rating.rating to mail.message - method to extract more statistics about the rating of an object.
-
- Aug 26, 2015
-
-
Antony Lesuisse authored
hr.config.settings was still inherited in python by hr_timesheet_sheet
-
Antony Lesuisse authored
-
Antony Lesuisse authored
-
Raphael Collet authored
-
Xavier Morel authored
* added intermediate ``_read_file`` step dispatching between CSV, ODS and XLS(X) parsing - primary dispatch on mime type, secondary on file extension: + OS may not provide a relevant mime type if no software locally installed for the filetype (e.g. Windows sends excel files as application/octet-stream if excel is not installed, and ODS files as zip if OpenOffice/LibreOffice isn't installed) + applications may re-register extensions to non-standard mimetypes breaking the dispatcher So if the mimetype is found trust it, otherwise try with the filename's extension (if any) - all readers skip lines with only empty cells in their output - ODS and XLS content are "CSVified", rows are converted to arrays of unicode strings * UI altered to not assume CSV files everywhere, and avoid returning garbage preview data for non-CSV imports Various: * added a ``can_import`` utility function to tests.common, can be used to skip tests if an optional Python dependency is not installed (but one would like tests to run if the dependency is available) * fixed datetime issue in ir_fields * added converter for monetary fields (iso float) * spreadsheet don't have integers, twiddling required to ensure integral values won't be serialized as floats (breaking conversion back to Python) * improved some tests by asserting no error is generated (bonus: logs the error message if there is one, rather than just saying the result is blown) * because some systems only provide elderly versions of XLRD (e.g. current debian stable provides 0.9.2 from April 2013) - keep using xldate_as_tuple instead of 0.9.3's xldate_as_datetime, workaround is simple - check for xlrd.xlsx in case of pre-0.8 XLRD Authorship: Ronak Baxi <rba@odoo.com> Mohammed Shekha <msh@openerp.com> Task 10792 Closes #7285
-
qsm-odoo authored
-
qsm-odoo authored
This was needed so that the border radius of tips was set correctly in both community and enterprise versions.
-
qsm-odoo authored
Add mixins for transition, animation and text-overflow.
-
Martin Trigaux authored
Small one letter terms are ignored when pushing the translations. If these are included inside xml tags (e.g. <strong>#1</strong>, the term should also be ignored. Strip xml eventual tags when checking the length of a term.
-
David Monjoie authored
It seems this.BuildingBlock was changed to this.buildingBlock by 8c559044. Care should be taken when forward porting code using this.BuildingBlock.
-
David Monjoie authored
Contains a new ajax post function that comes from mdo's original code and that I was not able to get rid of.
-
Jeremy Kersten authored
Cookies can't be set on 'localhost' using werkzeug set_cookie.
-
Christophe Matthieu authored
Clean for save was only called on o_dirty nodes but o_dirty is added only on o_editable nodes. Could use a simple jQuery selector '.o_dirty, .o_dirty *' but need to improve speed for user experience.
-
Darshan Kalola authored
-
Divyesh Makwana authored
-
aso-odoo authored
-
Simon Lejeune authored
-
Simon Lejeune authored
fp's request
-
Martin Geubelle authored
Remove the value in the input leaded to a traceback.
-
Quentin De Paoli authored
[REF] l10n_us: removing deprecated files as l10n_us is now an alias for the generic chart of account
-
Yannick Tivisse authored
The res_partner squash has added several information to the res_partner_2 Now the is a purchase order for which he's the supplier. In that case, the planned date on the purchase order line is influenced by the planned date of the other purchase orders where this partner is the supplier. Here we create a new res_partner for this test who has no purchase orders related In that case, the planned date will always the date planned in the calendar at the basis, which is 3.
-
- Aug 25, 2015
-
-
Yannick Tivisse authored
-
Yannick Tivisse authored
NB : Some tests have been modified. One assert statement in orderpoint_calendar.yml has been modified, but the change is legit has no python method has been modified at all
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-