Tuesday, July 7, 2020
6 changes
New functionality added to Odoo
A new bridge module connects Enterprise web features with digest tips so users can receive guidance about the Enterprise home menu. This supports smoother migrations and keeps automated validation consistent across versions.
Original PR description
The module **web_enterprise** contains digest tips that cannot be directly implemented so **digest_enterprise** is an _ad-hoc_ module. This commit is a pre-merge to make one specific odoo/enterprise runbot test pass (migration from saas-13.4 to master). Task ID : 2274264 See odoo/enterprise#11685
Miscellaneous changes
This reverts commit 38f5f5581c8a03834a3c78439a55da5b745780aa since it is causing major issues in MX invoicing. A proper fix will be developed soon. Forward-Port-Of: odoo/enterprise#11696 Forward-Port-Of: odoo/enterprise#11693
Original PR description
This reverts commit 38f5f5581c8a03834a3c78439a55da5b745780aa since it is causing major issues in MX invoicing. A proper fix will be developed soon. Forward-Port-Of: odoo/enterprise#11696 Forward-Port-Of: odoo/enterprise#11693
- with studio create a new model; - in the form view add the chatter widget; - export the web_studio customizations; - in a new database, import the customizations. Before this commit, an error was raised when importing the customizations: "Field `activity_ids` does not exist". This error occurs because the is_mail_activity field of the original model is not exported. When importing the customization into a new database, the new model will have the is_mail_activity field set as false
Original PR description
- with studio create a new model; - in the form view add the chatter widget; - export the web_studio customizations; - in a new database, import the customizations. Before this commit, an error was raised when importing the customizations: "Field `activity_ids` does not exist". This error occurs because the is_mail_activity field of the original model is not exported. When importing the customization into a new database, the new model will have the is_mail_activity field set as false by default. Now, the field is_mail_activity is correctly exported, and the model and views are correclty imported. opw-2278509 Forward-Port-Of: odoo/enterprise#11674
in this commit: - remove xpath of twitter_wall. so, user can delete the footer column without an error. closes #10281 task-2210725 Forward-Port-Of: odoo/enterprise#10281
Original PR description
in this commit: - remove xpath of twitter_wall. so, user can delete the footer column without an error. closes #10281 task-2210725 Forward-Port-Of: odoo/enterprise#10281
### Before this PR ncm code it was showed lonely before the product category  ### After this PR now is shown after with all the other code fields (default_code, barcode, etc).  Forward-Port-Of: odoo/enterprise#11340
Original PR description
### Before this PR ncm code it was showed lonely before the product category  ### After this PR now is shown after with all the other code fields (default_code, barcode, etc).  Forward-Port-Of: odoo/enterprise#11340
When you download only one document (pdf or xml) a multicompany issue happened. opw-2216209 Forward-Port-Of: odoo/enterprise#11605 Forward-Port-Of: odoo/enterprise#11600
Original PR description
When you download only one document (pdf or xml) a multicompany issue happened. opw-2216209 Forward-Port-Of: odoo/enterprise#11605 Forward-Port-Of: odoo/enterprise#11600