ooor 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +12 -2
- metadata +4 -4
data/README.md
CHANGED
@@ -209,7 +209,7 @@ FAQ
|
|
209
209
|
|
210
210
|
### How do I know which object or OpenERP webservice I should Invoke from OOOR?
|
211
211
|
|
212
|
-
An easy
|
212
|
+
An easy is to use your GTK client and start it with the -l debug_rpc (or alternatively -l debug_rpc_answer) option.
|
213
213
|
For non *nix users, you can alternatively start your server with the --log-level=debug_rpc option (you can also set this option in your hidden OpenERP server config file in your user directory).
|
214
214
|
Then create indents in the log before doing some action and watch your logs carefully. OOOR will allow you to do the same easily from Ruby/Rails.
|
215
215
|
|
@@ -265,4 +265,14 @@ for the product.product controllers, it means creating a product_product_control
|
|
265
265
|
$ end
|
266
266
|
|
267
267
|
Now, if you register that new method in your route.rb file GET /product_product/1/foo will render "bar" on your browser screen.
|
268
|
-
You could instead just customize the existing CRUD methods so you don't need to regiter any other route in route.rb.
|
268
|
+
You could instead just customize the existing CRUD methods so you don't need to regiter any other route in route.rb.
|
269
|
+
|
270
|
+
<script type="text/javascript">
|
271
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
272
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
273
|
+
</script>
|
274
|
+
<script type="text/javascript">
|
275
|
+
var pageTracker = _gat._getTracker("UA-369646-7");
|
276
|
+
pageTracker._initData();
|
277
|
+
pageTracker._trackPageview();
|
278
|
+
</script>
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ooor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Raphael Valyi - www.
|
7
|
+
- Raphael Valyi - www.akretion.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -37,7 +37,7 @@ files:
|
|
37
37
|
- lib/app/models/open_object_resource.rb
|
38
38
|
- lib/app/controllers/open_objects_controller.rb
|
39
39
|
has_rdoc: true
|
40
|
-
homepage: http://
|
40
|
+
homepage: http://github.com/rvalyi/ooor
|
41
41
|
licenses: []
|
42
42
|
|
43
43
|
post_install_message:
|
@@ -63,6 +63,6 @@ rubyforge_project:
|
|
63
63
|
rubygems_version: 1.3.5
|
64
64
|
signing_key:
|
65
65
|
specification_version: 3
|
66
|
-
summary: OpenObject
|
66
|
+
summary: OOOR - OpenObject On Rails
|
67
67
|
test_files: []
|
68
68
|
|