Default Main Engine
by CLuedoo https://www.cluedoo.com/shop/lic-clu-set-sys-0019-default-main-engine-5378$ 147.30
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 64 |
Technical Name |
fal_default_main_engine |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-sys-0019-default-main-engine-5378 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 64 |
Technical Name |
fal_default_main_engine |
License | OPL-1 |
Website | https://www.cluedoo.com/shop/lic-clu-set-sys-0019-default-main-engine-5378 |
STORY BEHIND THE FEATURES
ODOO'S FUNCTIONS
Odoo has multiple types of linked fields, which allows you to have different type of relationships: many2one, one2many, many2many , etc.
However, with the one2many or many2many relationship, we cannot easily make the search or group by information.
Odoo 16 Update
For analytics field (analytic_distribution), Odoo uses JSON instead of
x2many
.
CLUEDOO'S FUNCTIONS
Cluedoo considers the first line in the relation one2many / many2many as the default main line.
With this module, we can easily create a many2one field with Studio, as well as get the data from the first line in the above mentioned fields. By doing this, we can extract information, make filters, and group easily.
Odoo 16 update
Cluedoo creates an engine to convert data from a JSON field (ie:
analytic_distribution
) to a
many2x
field.
CLUEDOO RECOMMENDATIONS
Install on 100% of your database as it is a useful tool for data management.
Want to get
Clued into Cluedoo?
HOW TO USE THIS MODULE
X2many function
1. In Developer Mode, by using Studio, add many2one field and select the relation (example: Sales Order Lines).
2. In the field settings, we can make a relation to a one2many object. The new field will automatically have Python code and a computed field.
3. The new field will take the first record of the one2many object.
JSON function
1. On a Sales Order, in Developer Mode (by using Studio), click on Order Lines and click "Edit List View".
2. Drag " Many2one " to add a new field in the Order Lines.
3. On the Field Properties wizard, select an analytic relation (example: "Analytic Account") and confirm.
4. Now an "Analytic Account" field is added as a column. Select "More" to edit this field.
5. Select the Main Record of JSON as "Analytic (Sales Order Line)". Advanced properties will automatically be updated.
Save and close Studio.
Note: from v18, you should choose Analytic Distribution (Sales Order Line)
6. Create a new Sales Order and assign analytic accounts to the order line.
The "Analytic Account" field we created will take the first record of the "Analytic" field.
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