Odoo was formerly known as OpenERP until May 2014. Odoo is a suite of open-source business apps written in Python and released under the AGPL license. It is used by 2 million users worldwide[third-party source needed] to manage companies of all different sizes. The main Odoo components are the ...
0
votes
0answers
22 views
Add items to One2many fields from onchange method [on hold]
When I searched for the first time to update One2many field from onchange method I found that, it is not supported by the web ...
1
vote
0answers
491 views
Connector for Odoo through xmlrpc (with testing code)
First time I write the tests before the actual code.
All fit in the same module.
...
1
vote
0answers
2k views
Using popup window to get user inputs and use those inputs in button's function in OpenERP
I would like to ask community to evaluate my solution in OpenERP. I am using Odoo v8.
I have created a popup window with two fields, original_code and ...
2
votes
0answers
131 views
Copying fields to a partner
Currently I'm overriding create and write to copy the fields onto the partner, is there a cleaner way of updating the partner on save?
...