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;








0















I want to restrict sending email when we perform send message in logger
enter image description here



for this i have added configuration in attached photos



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,










share|improve this question






















  • 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

















0















I want to restrict sending email when we perform send message in logger
enter image description here



for this i have added configuration in attached photos



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,










share|improve this question






















  • 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













0












0








0








I want to restrict sending email when we perform send message in logger
enter image description here



for this i have added configuration in attached photos



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,










share|improve this question














I want to restrict sending email when we perform send message in logger
enter image description here



for this i have added configuration in attached photos



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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer



























      0














      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.






      share|improve this answer

























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 1 at 4:45









        Nikul ChaudharyNikul Chaudhary

        171 bronze badge




        171 bronze badge


















            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.



















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript