- Oct 01, 2019
-
-
Antoine Vandevenne (anv) authored
task-2052537
-
Antoine Vandevenne (anv) authored
Placeholder contained some errors. task-2052537
-
Antoine Vandevenne (anv) authored
Space was needed between the payment acquirer and its state. The payment acquirers were not properly sorted in the kanban view. task-2052537
-
Odoo Translation Bot authored
-
wan authored
We do not want ot have the name of the reconiliation model as label for the created line in the vast majority of cases. closes odoo/odoo#37705 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
svs-odoo authored
Makes the product.template list view multi-editable. Sets field `standard_price` readonly when stock_account is installed. Task #2078163 closes odoo/odoo#37697 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Set also `origin` and `user_id` fields as readonly when the manufacturing order state is done or cancel. Task #2078163
-
svs-odoo authored
Task #1938656
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Makes the production lot list view multi-editable. Also, sets the `product_id` field readonly because there is an onchange on this field in the addon product_expiry. So, it's better the field is always readonly than editable then become readonly when an another addon will be installed. Task #2078163
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Sets `date_done` and `state` fields as readonly in the model as they must not be editable in the list view and they were already readonly in form view. Task #2078163
-
svs-odoo authored
Makes batch picking list view multi-editable. Also, sets `name` and `state` fields as readonly in the model as they must not be editable in the list view and they were already readonly in form view. Task #2078163
-
svs-odoo authored
Removes the action assign responsible on picking since it can be assign directly on the list view now. The wizard must be deleted in the next version. Task #2078163
-
svs-odoo authored
Makes the picking view list multi-editable, and some readonly conditions was moved form the view to in the model (for the `backorder_id`, `name`, `scheduled_date` fields). Task #2078163
-
sri-odoo authored
This commit slightly improves the utm.campaign kanban view by reordering statistics and changing their display. The recent changes introduced in 09c9d1f0 were not satisfying after all. Task#2077579 closes odoo/odoo#37612 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com> Co-authored-by:
Aurélien Warnon <awa@odoo.com>
-
wan authored
en_US may not be activated as it is possible to create a database in another language using the database manager. When trying to install a chart of account, the tax return entry tried to format a date at the installation of the module, with no lang in the context. The fallback was made on en_US but an error is raised if that language is not activated. As it is a very common scenario to retrieve a language from the context, add a generic tool method to do it. Replace and closes odoo/odoo#37629 closes odoo/odoo#37568 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
qsm-odoo authored
A variable was not used where it should have, breaking the events page background with the upcoming forum redesign. closes odoo/odoo#37703 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Simon Lejeune authored
closes odoo/odoo#37701 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Lucas Lefèvre authored
Since 6f2efae1, posting an account move automatically adds the partner_id and commercial_partner_id to the record's followers. However, if some existing followers are in an other company and the current user doesn't have access to the company, it would raise an access error. This commit fixes the multi-company issue and adds a test for the feature. closes odoo/odoo#37696 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#37695 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Martin Trigaux authored
Was a technical name
-
Jorge Pinna Puissant authored
Since 1d766c06 the attachment icon was missing when it wasn't a pdf or image type file. opw-2064128 closes odoo/odoo#37687 X-original-commit: c44cec7e5ed9de3be495eb44b351eda6b0f6aeee Signed-off-by:
Jorge Pinna Puissant (jpp) <jpp@odoo.com>
-
- Sep 30, 2019
-
-
Damien Bouvy authored
closes odoo/odoo#37621 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
Damien Bouvy authored
Althought most of the SCA compliance stuff was already there, the flow was slighlty changed to better support some flows in 12.0 Reflect this changes in 12.5.
-
- Oct 01, 2019
-
-
Antony Lesuisse authored
Renamed xml ids of the main accounts (in prepartion for a future multi l10n demo system). Change account numbering to match quickbook and other US GAAP convention and recommendations. closes odoo/odoo#37606 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
ryv-odoo authored
There is the % Clicked stat button in SMS marketing form view when it is on draft or test. Fix to be only visible when the state is not in draft or test TASK_ID : 2078918 closes odoo/odoo#37615 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
ryv-odoo authored
Bug === In the mailing mailing form view, after saving the email and creating it, the body is invisible and one needs to edit and save again to see the content The view has two fields with the same name Fix === At the end, we have only one field and some condition on the attributes (class, widget) TASK_ID : 2078918 Co-authored-by:
Stéphane Debauche <std@odoo.com>
-
ryv-odoo authored
In the sms marketing, the display name of the contact list was wrong during the search of the many2one widget (contact list field, count of valid number was the count of valid email). Add a context attribute on the widget depending of the global context to force the rigth count. TASK_ID : 2078918
-
ryv-odoo authored
The field sms_allow_unsubscribe field was visible and checkable on the email marketing app, but this field is reserved to the sms marketing. Add a invisible condition. TASK_ID : 2078918
-
Samuel Degueldre authored
These functions convert plain text links into clickable hyperlinks. These open in new tabs but did not have the "noreferrer noopener" rel attributes, which made them susceptible to reverse tabnabbing. A lot of attack vectors were available to unregistered, uninvited anonymous users and presented a significant phishing threat (such as posting links in the instant-chat, through a mail-alias, in a forum post or in a twitter post) and leading the operator to believe he had been disconnected from odoo in the original tab, prompting them to enter their credentials. while these three places will add the noreferrer and noopener attributes on the anchor tags generated by them, there are still many places that create hyperlinks without the use of these functions, although most of them are static links, they still represent a transitive security vulnerability to the linked sites. There are also a few modules and widgets that roll out their own links or open new tabs unsafely using window.open(), these will need to be patched separately. closes odoo/odoo#37591 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
Laurent Smet authored
Nothing is editable on account.move.line tree view. On grouped tree views, only account_id, name, ref, tag_ids, date_maturity are editable. The account hierarchy must not be visible on the partner ledger view. closes odoo/odoo#37528 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Sep 30, 2019
-
-
Laurent Smet authored
When writing an account from the editable groupby list view, prevent the user to messing up the invoices by writing receivable accounts everywhere.
-
- Oct 01, 2019
-
-
Nicolas Bayet authored
closes odoo/odoo#37431 Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
-
- Sep 24, 2019
-
-
Gorash authored
closes odoo/odoo#37343 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-
- Oct 01, 2019
-
-
Benjamin Vray authored
avoid a traceback when resending a SMS It was because arguments of the js function setSmsStatus were undefined in this case closes odoo/odoo#36907 Task-id: 2070836 Signed-off-by:
Pierre Rousseau (pro) <pro@odoo.com>
-
Benjamin Vray authored
Change class of disable sms button in secondary task-id: 2070836
-
Benjamin Vray authored
Add order number in the sms wich indicates that the order has been shipped task-id: 2070836
-