- Jul 15, 2014
-
-
Olivier Dony authored
-
Xavier Morel authored
Handling of custom models initialisation
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Thibault Delavallée authored
-
Xavier Morel authored
-
- Jul 14, 2014
-
-
Martin Trigaux authored
-
Simon Lejeune authored
[FIX] view_form: use the reference of menu from the instance, not from t...
-
Xavier Morel authored
fixes #1130 * provided `inner` data may or may not have been encoded * `element.text` is either ascii-compatible `str` or `unicode` when non-ascii-compatible, which could force the decoding of utf8-encoded content during g_inner's join
-
Xavier Morel authored
had not been migrated to lxml
-
Nhomar Hernandez authored
-
Xavier Morel authored
Add missing _t() calls to enable translation in dashboard.js
-
Florian Hatat authored
Fixes LP bug https://bugs.launchpad.net/openobject-addons/+bug/1205798
-
Christophe Matthieu authored
[FIX] website_sale: fiscal_position is undefined; website: add user into the tour logs
-
Quentin De Paoli authored
[FIX] account, usability: set the journal as readonly in bank statement form view when some entries have already been created. Fixed issue #1117
-
Stéphane Bidoul authored
Relying on the ordering by tax code is not sufficient, as some tax declarations such as the Luxemburg one, show tax case codes not ordered numerically Original fix courtesy of Stefan Rijnhart (Therp) Fixes: lp:1168948 Rebase of: PR #759
-
Florian Hatat authored
-
Quentin De Paoli authored
[FIX] account, bank statement reconciliation: accounting entries created from taxes
-
- Jul 11, 2014
-
-
Quentin De Paoli authored
[FIX] account, bank statement reconciliation: fixed huge bugs when using tax with several children or when debit/credit are 0 but some amounts have to be put in a tax code + improved usability by adding domains where needed
-
Martin Trigaux authored
product.product reuses most of the product.template views however some parts need to be excluded or replaced. Instead of adding template only parts in base view and removing it for product, split the views in 'common' (product_template_form_view), 'template only' (product_template_only_form_view) and 'product only' (product_normal_form_view) where the first is inherited by the other two. The attribute mode='primary' on both second views allows to make sure that future inheritance of product_template_form_view and product_template_only_form_view will work with the full rendered product_template_form_view view. This allows us to have valid buttons in crm for bill of material (filters based on active_id). Also cleaning the mess with circular dependencies.
-
Thibault Delavallée authored
[FIX] website_forum: fixed karma computation, on first vote the karma was wrongly calculated (when creating a vote, not when updating it).
-
Thibault Delavallée authored
[FIX] tools: mail: fixed last commit, solving an issue with the html2plaintext introduced another issue with notes. Reverting to the first version.
-
Stéphane Bidoul authored
Account 655 and its child 6554 were both mapped. Fixed by unmapping 655 and mapping all its direct children. (Manual rebase of PR #733)
-
Stéphane Bidoul authored
The accounts "TVA en amont" were not used by the l10n_lu chart of accounts. Instead the accounts "TVA en aval" were used for all taxes both sale and purchase taxes. (Manual rebase of PR #735)
-
Xavier Morel authored
-
Christophe Matthieu authored
[FIX] website_sale: install website_event_sale click on event to make a registration, error because fiscal_position is undefined
-
Christophe Simonis authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Martin Trigaux authored
Fixing calendar view errors, opw 609989
-
Christophe Matthieu authored
[FIX] web: update bootstrap to version 3.2.0. [FIX] website.seo can't edit title and description; website.editor change link for internal page [IMP] website editor: remove button style from cke and insert into the link dialog box.
-
Christophe Matthieu authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Simon Lejeune authored
Fixes #1024: when using a formview on a non trivial way, the reference of the menu using the widget ancestors may be wrong
-
Olivier Dony authored
-
Olivier Dony authored
-
Richard Mathot authored
Also fixes some weird inheritance bugs in upper versions
-