- Dec 30, 2016
-
-
Quentin De Paoli authored
-
Divyesh Makwana authored
-
Jérome Maes authored
Karma is now displayed on preference view. Also, add a empty group to allow other module to set their preference parameters on this form view. Little big details are important !
-
Jérome Maes authored
This allow modules to plug into mail configuration on channel.
-
Haresh Shyara authored
-
Thibault Delavallée authored
This reverts commit b70fe586. This commit breaks the master branch.
-
Thibault Delavallée authored
Give some details about the badge: its description, its image, who granted it, ... Otherwise it is quite complicated to understand the email content. Thanks to @mart-e who reviewed and tested.
-
Thibault Delavallée authored
Posting on a document not inheriting from mail_thread was impossible due to several crashes or wrongly set variables. Some cleaning is planned in those methods as there are a lot of unnecessary computation. This will be done in another commit. Probably.
-
Thibault Delavallée authored
You may want to send emails related to a document not inheriting from mail.thread. In that case we have to use the default computation of reply_to and not call a method defined only if the model inherits from mail.thread.
-
Fabien Pinckaers authored
[FIX] base: country & state, enforce the max number of records to the requested limit
-
Thibault Delavallée authored
Group-based channels automatically add people belonging to user groups to the channel. If a member leaves the channel he will be automatically added back by the channel automatic subscription. This generates unnecessary changes and messages in the channel. We now prevent people from leaving group-based channels. All group members have to be channel members. Unsubscribe buttons are therefore removed for those channels.
-
Jérome Maes authored
-
Fabien Pinckaers authored
[IMP] base: if state code, set it as the first state in the list
-
Fabien Pinckaers authored
[IMP] revert a serious usability issue: people creating an address can not select a state: it's weird to have to set the country first. This reverts commit 24aba601.
-
- Dec 29, 2016
-
-
Quentin De Paoli authored
-
Quentin De Paoli authored
-
Yannick Tivisse authored
Before this fix this was crashing for these kind of fields because we received a recordset instead of a id list.
-
Pariket Trivedi authored
-
- Dec 28, 2016
-
-
Richard Mathot authored
-
Yannick Tivisse authored
-
Jeremy Kersten authored
+ add feature from website_sale_option on xs-screen + don't hide coupon code in xs Courtesy of Fgi for reporting and tests
-
Jeremy Kersten authored
This option is no more implemented since the refactoring of ir.qweb Gzip (in nginx) do the same and better...
-
Quentin De Paoli authored
[ADD] base_address_city: add a module to let the users choose through a list the city instead of a varchar field, when inputting addresses
-
Quentin De Paoli authored
[ADD] base_address_extended: add module to take care of multiple fields inside the 'street' fields defined in base
-
Quentin De Paoli authored
split fields_view_get() and used an abstact mixin class in place of of FormatAddress [IMP] base: added a m2o field (ir.ui.view) on res.country to decide the layout of the form view to input addresses.
-
- Dec 27, 2016
-
-
kujiu (@angua.kujiu.org) authored
-
kujiu (@angua.kujiu.org) authored
-
- Dec 23, 2016
-
-
Pratima Gupta authored
Impacted modules : base, base_setup, account, report, and base_vat The purpose is here to ease the creation of the first invoice. To do so, we need to ease the configuration of VAT, company data, and report layouting. This commits brings - better labelling for TIN, VAT and Tax Id for partner and companies (form view, ...) - change settings for footer of report : allow to use custom or standart footer, and display them in settings view. - always display TIN in standart report footer - remove (demo) data of main company to not set company logo on reports Also, a message is display on the report when the data company are not configured yet. The invoice report is now regenerated each time the user want to print it.
-
Rohan Patel authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
- Dec 22, 2016
-
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Rohan Patel authored
-
Kinjal Mehta authored
Sale Order --> Sales Order Sale Report --> Sales Report Sale Team -> Sales Team Payment Term --> Payment Terms
-
sap authored
fp request
-
Veikko Väätäjä authored
Signed at #13920
-
Pratima Gupta authored
Purpose: -------- Rename and remove some sections to make planner easier to go through
-