[ADD] website_enterprise_remove - #496
Conversation
|
👍 |
| position="attributes"> | ||
| <attribute name="invisible">True</attribute> | ||
| </xpath> | ||
| <xpath expr="//div[field[@name='module_website_form_editor']]/.." position="attributes"> |
There was a problem hiding this comment.
As per the config structure:
res_config
Instead of targeting each separate div containing each field with its corresponding label, I opted to target the parent div if all the settings were marked as enterprise in that group. The module_website_form_editor is the first div group item in the group, so I just used that to target the parent div (the div that's sibling to label string="Extra Features"), which if set to invisible, covers the a/b test setting as well.
|
Remove the SVG file squashing the commit. |
18bb668 to
b52716b
Compare
|
@BMW95 the 9.0 travis build was recently fixed, can you rebase your PR? |
|
@gurneyalex sure thing. Sorry for the late reply, having some issues with my machine I'll get the 3 pr's rebased in a bit. |
…e relevant enterprise settings.
b52716b to
8150c48
Compare
|
As per #499 this pr will be closed. |
Syncing from upstream OCA/server-tools (12.0)
This module removes any settings marked as enterprise from the website res_config view.
Cheers,
Brett
@lasley