-
Notifications
You must be signed in to change notification settings - Fork 10.8k
[IMP] content/developer/webservices #2481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It is hard to find and learn about RPC in Odoo, users hardly know about JSON-RPC as the only place where we talk about it in deep down in the *How to make a Module* tutorial. In the commit, we isolated the tutorial about RPC in a dedicated file, that file is better referenced thanks to cross-references in some others places that are talking about RPC Task: 2884559
|
@robodoo rebase-ff |
|
I'm sorry, @Julien00859. You can't method=rebase-ff. |
| the sessions, and their corresponding number of seats. It should also | ||
| create a new session for one of the courses. | ||
|
|
||
| .. only:: solutions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this is useless. This requires building the documentation with the tag solutions, which nobody does (ever). At some point, we should replace these only directives with collapsable code-blocks or something else (any ideas @edi-odoo?)
Starting PHP8, the XML-RPC extension is not available by default anymore and must be installed separately. Task: 2613818
c218c78 to
9def7cb
Compare
|
@robodoo r+ rebase-ff |
|
It looks like this r+ didn't go through... |
|
@robodoo r+ rebase-ff |
|
Merge method set to rebase and fast-forward. |
It is hard to find and learn about RPC in Odoo, users hardly know about JSON-RPC as the only place where we talk about it in deep down in the *How to make a Module* tutorial. In the commit, we isolated the tutorial about RPC in a dedicated file, that file is better referenced thanks to cross-references in some others places that are talking about RPC Task: 2884559 Part-of: #2481
It is hard to find and learn about RPC in Odoo, users hardly know about
JSON-RPC as the only place where we talk about it in deep down in the
How to make a Module tutorial.
In the commit, we isolated the tutorial about RPC in a dedicated file,
that file is better referenced thanks to cross-references in some others
places that are talking about RPC
Task: 2884559
Rebased to 15.0 from master #2427