how to restrict send email in followers in odoo?How to merge two dictionaries in a single expression?How do I check if a list is empty?How do I check whether a file exists without exceptions?How can I safely create a nested directory?How to get the current time in PythonHow can I make a time delay in Python?How do I sort a dictionary by value?How to make a chain of function decorators?How to make a flat list out of list of listsHow do I list all files of a directory?
Should I be able to keep my company purchased standing desk when I leave my job?
Teferi's Time Twist on creature with +1/+1 counter
Doing research in academia and not liking competition
Why limit to revolvers?
What are "full piece" and "half piece" in chess?
Ethical for a company to ask employees to move furniture on the weekend?
What made Windows ME so crash-prone?
Do aircraft cabins have suspension?
How are packets handled and prioritized over a link with multiple VLANS?
Can you perfectly wrap a cube with this blocky shape?
Why does FFmpeg choose 10+20+20 ms instead of an even 16 ms for 60 fps GIF images?
Why does the Earth have a z-component at the start of the J2000 epoch?
Can both line and load go to same screw on a GFCI outlet?
What do mathematicians mean when they say some conjecture can’t be proven using the current technology?
Why isn't aluminium involved in biological processes?
How to change checkbox react correctly?
Could a planet have a naturally occuring moon at one of its Lagrange points?
Advice for paying off student loans and auto loans now that I have my first 'real' job
Is it possible to cast two 9th level spells without taking a long rest in 5e?
Manually select/unselect lines before forwarding to stdout
Can a pizza stone be fixed after soap has been used to clean it?
What systems of robust steganography are out there?
Can I send medicine to an American visitor in Canada?
Why use null function instead of == [] to check for empty list in Haskell?
how to restrict send email in followers in odoo?
How to merge two dictionaries in a single expression?How do I check if a list is empty?How do I check whether a file exists without exceptions?How can I safely create a nested directory?How to get the current time in PythonHow can I make a time delay in Python?How do I sort a dictionary by value?How to make a chain of function decorators?How to make a flat list out of list of listsHow do I list all files of a directory?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to restrict sending email when we perform send message in logger
for this i have added configuration in attached photos
for e.g: i want to restrict all users whos email dont have domain example.com
i have 3 followers in record 2 have @example.com domain in their email and last follower doesn't have @example.com in domain
so when any email found i want to open wizard and in that wizard
i want to ask users whether you want to send email or not
if yes then it will send to all
and if no the close the wizard and remove users which email domain is not @example.com
Thanks,
python odoo odoo-12
add a comment |
I want to restrict sending email when we perform send message in logger
for this i have added configuration in attached photos
for e.g: i want to restrict all users whos email dont have domain example.com
i have 3 followers in record 2 have @example.com domain in their email and last follower doesn't have @example.com in domain
so when any email found i want to open wizard and in that wizard
i want to ask users whether you want to send email or not
if yes then it will send to all
and if no the close the wizard and remove users which email domain is not @example.com
Thanks,
python odoo odoo-12
What have you tried so far?
– CZoellner
Mar 26 at 8:49
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10
add a comment |
I want to restrict sending email when we perform send message in logger
for this i have added configuration in attached photos
for e.g: i want to restrict all users whos email dont have domain example.com
i have 3 followers in record 2 have @example.com domain in their email and last follower doesn't have @example.com in domain
so when any email found i want to open wizard and in that wizard
i want to ask users whether you want to send email or not
if yes then it will send to all
and if no the close the wizard and remove users which email domain is not @example.com
Thanks,
python odoo odoo-12
I want to restrict sending email when we perform send message in logger
for this i have added configuration in attached photos
for e.g: i want to restrict all users whos email dont have domain example.com
i have 3 followers in record 2 have @example.com domain in their email and last follower doesn't have @example.com in domain
so when any email found i want to open wizard and in that wizard
i want to ask users whether you want to send email or not
if yes then it will send to all
and if no the close the wizard and remove users which email domain is not @example.com
Thanks,
python odoo odoo-12
python odoo odoo-12
asked Mar 26 at 7:30
Ahir KamleshAhir Kamlesh
4074 silver badges14 bronze badges
4074 silver badges14 bronze badges
What have you tried so far?
– CZoellner
Mar 26 at 8:49
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10
add a comment |
What have you tried so far?
– CZoellner
Mar 26 at 8:49
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10
What have you tried so far?
– CZoellner
Mar 26 at 8:49
What have you tried so far?
– CZoellner
Mar 26 at 8:49
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10
add a comment |
1 Answer
1
active
oldest
votes
I Think you can check with manually split email Address.
If you send mail that time you customisation methods and check email address (
alias_domain) which is split value is same as your requirement(@example.com) . if This email address is belong @example.com that time append ID and send Mail otherwise not.
I think Odoo not Provided particular Domain or alias_domain in mail Id.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55351822%2fhow-to-restrict-send-email-in-followers-in-odoo%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I Think you can check with manually split email Address.
If you send mail that time you customisation methods and check email address (
alias_domain) which is split value is same as your requirement(@example.com) . if This email address is belong @example.com that time append ID and send Mail otherwise not.
I think Odoo not Provided particular Domain or alias_domain in mail Id.
add a comment |
I Think you can check with manually split email Address.
If you send mail that time you customisation methods and check email address (
alias_domain) which is split value is same as your requirement(@example.com) . if This email address is belong @example.com that time append ID and send Mail otherwise not.
I think Odoo not Provided particular Domain or alias_domain in mail Id.
add a comment |
I Think you can check with manually split email Address.
If you send mail that time you customisation methods and check email address (
alias_domain) which is split value is same as your requirement(@example.com) . if This email address is belong @example.com that time append ID and send Mail otherwise not.
I think Odoo not Provided particular Domain or alias_domain in mail Id.
I Think you can check with manually split email Address.
If you send mail that time you customisation methods and check email address (
alias_domain) which is split value is same as your requirement(@example.com) . if This email address is belong @example.com that time append ID and send Mail otherwise not.
I think Odoo not Provided particular Domain or alias_domain in mail Id.
answered Apr 1 at 4:45
Nikul ChaudharyNikul Chaudhary
171 bronze badge
171 bronze badge
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55351822%2fhow-to-restrict-send-email-in-followers-in-odoo%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What have you tried so far?
– CZoellner
Mar 26 at 8:49
till now i have tried to popup wizard in mail.mail create ,mail.mail @api.constraint i am able to get outeside domain partners but i am not able to open wizard from chatter
– Ahir Kamlesh
Mar 26 at 9:10