Git Product home page Git Product logo

odoo-tools's People

Contributors

pegonzalezs avatar

Watchers

 avatar

Forkers

seliak

odoo-tools's Issues

Translations Unification Tool

Context

On translatable fields there is no possibility in the usual Export / Import mechanism to update the translations easily

As example next field is translatable

image

These are the values

image

The way that Odoo works is exporting the records, choosing the translatable field, BUT the value exported will be the value in the language of the user who is exporting. So there is no way of exporting ALL the translations values, then the user changes in the excel the value of each translation, then import that value in Odoo adapting all the translations of the product

Work to be done

Lets try to allow the user to modify the translations of a field via odoo-script

Parameters of the script (user ID of the users with different languages)
Model_id (model of the field we want to update)
field_id (id of the field)
mode( export: when translations are downloaded from Odoo / import: when translations are uploaded to Odoo)

Export Mode:
Script logins with user of language X as preferences

user reads the value of the model field

the values of all the records of the model,field are saved in Excel
model.field_EN | model.field_DE | model.field_FR
record_id(1), value EN | value DE | value FR
record_id(2), value EN | value DE | value FR

  • HERE IS WHERE THE USER MODIFIES THE VALUES IN THE EXCEL*

Import Mode:
read each line of the excel, get the model, field (from the header column) and the id of the record from the value of the columnX
Log in Odoo with user with language X and write the records with the values from the excel
Log in Odoo with user with language Y and write the records with the values from the excel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.