-
Notifications
You must be signed in to change notification settings - Fork 113
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
[IMP] t9n: add custom views to the existing models #3183
base: master-translation-module
Are you sure you want to change the base?
[IMP] t9n: add custom views to the existing models #3183
Conversation
This PR targets the un-managed branch odoo-dev/odoo:master-translation-module, it needs to be retargeted before it can be merged. |
bdf4ad0
to
c951c6c
Compare
8150e72
to
48af852
Compare
c85795a
to
d7f7fd4
Compare
This PR targets the un-managed branch odoo-dev/odoo:master-translation-module, it needs to be retargeted before it can be merged. |
9e9414b
to
c5742cb
Compare
c5742cb
to
49bfc3e
Compare
<t t-foreach="this.languages" t-as="language" t-key="language.id"> | ||
<tr> | ||
<td> | ||
<button class="btn btn-link " t-on-click="() => this.onClickLanguage(language.id)"> | ||
<t t-esc="language.name"/> | ||
</button> | ||
</td> | ||
<td t-esc="language.native_name"/> | ||
<td t-esc="language.code"/> | ||
</tr> | ||
</t> |
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.
(maybe out of the scope of this PR)
If there is no language, it would be nice to have an explanatory text and a button to add more languages
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.
File still not formatted 😺
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.
b0886ec
to
8dd8121
Compare
8dd8121
to
971504d
Compare
49bfc3e
to
bce3d89
Compare
d374174
to
4497a55
Compare
4497a55
to
bff3f1a
Compare
971504d
to
ee34d5b
Compare
This commit adds the full flow starting from the home screen. The home screen contains a list of all projects that you can click on to take you to the list of available target languages in this project. Clicking on a language will take you to the resources in the project then to the different texts that need to be translated. Also, various features are added in each custom view of those like sorting and searching. Finally, you can add your translation for any text you want :)) Task-3783071
bff3f1a
to
5a50327
Compare
This commit adds the full flow starting from the home screen. The home
screen contains a list of all projects that you can click on to take you
to the list of available target languages in this project. Clicking on a
language will take you to the resources in the project then to the
different texts that need to be translated. Also, various features are
added in each custom view of those like sorting and searching. Finally,
you can add your translation for any text you want :))
Task-3783071