Server Action Library

https://www.cluedoo.com/web/image/product.template/6560/image_1920?unique=adbc26f

US$ 0.00 0.0 USD US$ 0.00 VAT Excluded

US$ 0.00 VAT Excluded

Not Available For Sale

This combination does not exist.

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

Server Action Library

US$ 0.00 0.0 USD US$ 0.00 VAT Excluded

US$ 0.00 VAT Excluded

Not Available For Sale

This combination does not exist.

STORY BEHIND THE FEATURES

ODOO BEHAVIOUR

In Odoo, you can create Server Action in order to create action for all module through execute code. 


CLUEDOO BEHAVIOUR

Cluedoo extend this function by allowing using JSON in code.


MODULE +

This module help developers easier on using JSON in their code, lead to more convenience on developing module

CLUEDOO RECOMMENDATION

Install this template in 100% of your databases as a useful tool for user creation and management.

HOW TO USE MODULE


1. Go to Setting > Technical > Server Action > Create a new

2. 

- Choose type: Execute code, Model: depend yourself

- Copy this code:

raw = '''


'''

message = json.loads(raw)

log(message["payment_transactions"][0]["transaction_id"], "info")

,filename)


 

3.  Go to project Nutripure  -> e-commerce integration -> External Order Data -> Choose a random "record"  -> Raw data

4. Cope and paste to raw data in Server Action

5. Run server action. Go to Settings > Technical > Database Structure > Logging. If success, you can see a line as beside