Social Post Approval
Controlled social publishing with manager approval and remote removal sync
Social Post Approval adds a simple review workflow to your Odoo Social Marketing process. Users can request approval before publishing, managers can approve or reject posts, and published content can be removed from the social platform when the related live post is deleted in Odoo.
1. Enable Approval and Auto Delete
Open Social Marketing Settings and enable the options your team needs:
- Post Approval: require users to request manager approval before publishing social posts.
- Remote Removal Sync: try to remove published content from the social platform when the related Odoo live post is deleted.
This keeps publishing controlled while still allowing your team to manage content directly from Odoo.
2. Request, Review, and Approve Posts
When approval is enabled, regular social users can prepare a post and click Request Approval instead of publishing immediately.
- The post moves to the To Approve status.
- A manager activity is created automatically.
- Only Social Marketing managers can approve and publish the requested post.
Managers can open the post, review the content, and choose whether to Approve and Post or Reject it. All approval changes are tracked in the chatter for clear accountability.
3. Automatic Remote Removal
With Remote Removal Sync enabled, deleting a related live post in Odoo can also trigger a removal request to the supported social platform.
- Keep Odoo and the social platform aligned.
- Reduce manual cleanup after removing published content.
- Centralize post lifecycle management inside Odoo.
This feature depends on provider support and the access permissions available for the connected social account.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 3633 |
| Technical Name |
d_social_approval |
| License | OPL-1 |
| Website | https://duong-odoo-apps.odoo.com |
Facebook Pages Connector Setup Guide
This short guide explains how to connect your Facebook Pages to Odoo using the d_social_facebook module.
1. Create Facebook Developer App
- Go to Facebook for Developers https://developers.facebook.com/
- Create or select a Business app.
- In Products, add Facebook Login for Business (used for both Facebook Pages and Instagram).
Example:
2. Configure OAuth Callback URL
In your app, go to Facebook Login for Business > Settings.
In Valid OAuth Redirect URIs, add your Odoo callback URL:
https://your-odoo-domain.com/social_facebook/authentication
Click Save.
Example configuration:
3. Get App ID and App Secret
- Go to Settings > Basic in the Facebook app.
- Copy App ID and App Secret.
- These values will be used in Odoo configuration.
4. Switch App to Live and Request Review
For development you can test with the app in Development mode, but posts created via API may be visible only to developers/testers.
For real production usage:
- Go to App Review > Requests.
- Request the required permissions for Facebook Pages publishing (for example: pages_manage_posts, pages_read_engagement, pages_show_list).
- Once approved, switch the app from Development to Live mode.
Without this step, posts may remain private or only visible to selected roles.
5. Configure in Odoo
- Log in to Odoo as administrator.
- Go to Settings.
- Find the Social Marketing or Facebook section.
- Enter:
- Facebook App ID: the App ID from Facebook
- Facebook App Secret: the App Secret from Facebook
- Save the settings. Odoo will show the redirect URL, which must match the URL you configured in Facebook.
Example in Odoo:
6. Link Facebook Page Account
- Go to Social Marketing > Social Media.
- Open the Facebook media record.
- Click Link Account.
- You will be redirected to Facebook Login.
- Log in with the Facebook user that manages your Pages.
- Accept requested permissions and select the Pages you want to connect.
- Confirm and return to Odoo. The selected Page(s) will now appear as social accounts.
Example:
7. Create and Publish Posts
- Go to Social Marketing > Social Posts.
- Click Create.
- Enter:
- Message (text content)
- Optional Image/Video
- Select one or more Facebook accounts
- Choose Post Now or schedule a future date.
- Click Post to publish from Odoo to Facebook.
Example of creating a Facebook post:
8. View Live Posts and Comments
- Go to Social Marketing > Live Posts.
- Open a Facebook post to see its status, reach, reactions, and comments.
- Use the Engagements or Comments button to:
- View synchronized comments
- Reply to comments directly from Odoo
- Like or unlike comments
Changes are sent back to Facebook through the Graph API.
Example live post view:
9. Basic Troubleshooting
OAuth error or redirect mismatch
- Make sure the URL in social_facebook/authentication exactly matches the value in Facebook app settings (including https and domain).
Posts not visible to public
- Check that your app is in Live mode and required permissions have been approved in App Review.
Cannot see Pages when linking account
- Verify the Facebook user has admin access to the Page.
- Re-run the Link Account flow and make sure you check all requested permissions.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module