Commit Graph

2132 Commits (22c3964699b5bb8529ec0176e46b618d29e9891c)

Author SHA1 Message Date
oca-travis 3c8d960e1f [UPD] Update web_tree_dynamic_colored_field.pot 2021-02-07 16:16:24 +07:00
Guewen Baconnier a8f9c63703 run pre-commit with new prettiers 2021-02-07 16:16:24 +07:00
Guewen Baconnier d51293f2d6 Run pre-commit and fix js issues after rebase on new config 2021-02-07 16:16:24 +07:00
Guewen Baconnier e3d01cb0f6 Remove support of dynamic colors on <tree>
The 'colors' and 'options' fields are not supported by the RelaxNG
schema of the <tree> element. Remove the support until we find a
good solution for this.
2021-02-07 16:16:24 +07:00
Guewen Baconnier 0cb325f1f8 [MIG] web_tree_dynamic_colored_field: Migration to 13.0
Use 'options' instead of 'colors' on tree views

The colors attribute has been removed from the RelaxNG schema in
Odoo [0], so use the 'options' instead.

Closes #1479

[0] 7024f8d58b (diff-e9acd2f731cc01f302055b6e232df983)
2021-02-07 16:16:24 +07:00
Guewen Baconnier da9798d819 [REF] web_tree_dynamic_colored_field: Black python code 2021-02-07 16:16:24 +07:00
OCA Transbot e4d7a72953 OCA Transbot updated translations from Transifex 2021-02-07 16:16:24 +07:00
OCA-git-bot d8b6dbe1f6 [UPD] README.rst 2021-02-07 16:16:24 +07:00
Adrià Gil Sorribes 47886d76ee remove pyeval class and fixup 2021-02-07 16:16:24 +07:00
mreficent 6d06012260 web_tree_dynamic_colored_field: Migration to 12.0 2021-02-07 16:16:24 +07:00
Damien Crier fc35c01e97 Update README because of wrong license
Found in this commit: 3965057913
2021-02-07 16:16:24 +07:00
QS5ELkMu a3d6e5a60e [FIX] Issue #906 2021-02-07 16:16:24 +07:00
Luis Adan 3a14a3992c [IMP] web_tree_dynamic_colored_field: Update README.rst (#899)
Use more than one color condition
2021-02-07 16:16:24 +07:00
Guewen Baconnier bfd1e74e05 web_tree_dynamic_colored_field: correct options examples in readme 2021-02-07 16:16:24 +07:00
Guewen Baconnier 02b388a36e web_tree_dynamic_colored_field: Assume that color may not start with 'color_field'
The index at 0 in the following code:
  var colorField = this.arch.attrs.colors.split(';')
  .filter(color => color.trim().startsWith('color_field'))[0]
Was failing on such valid xml:
  <tree string="Buffer monitor"
        colors="red:procure_recommended_qty &gt; 0">
2021-02-07 16:16:24 +07:00
Guewen Baconnier d9d6725ada web_tree_dynamic_colored_field: Parse field options with pyeval
The options in <field> attributes are parsed as python expressions:
d18976d748/addons/web/static/src/js/services/data_manager.js (L273)

And the options in <button> are parsed as json...
d18976d748/addons/web/static/src/js/services/data_manager.js (L411)

This code only support the <field> element because I'm not sure there
is a use for the <button> element.
2021-02-07 16:16:24 +07:00
Artem Kostyuk 0b088efbd1 [MIG] web_tree_dynamic_colored_field: Migration to 11.0 2021-02-07 16:16:24 +07:00
jesusVMayor 1672dc9fa1 Migration of web_tree_dynamic_colored_field to 10.0 2021-02-07 16:16:24 +07:00
Holger Brunn 46f67f59fe web_tree_dynamic_colored_field v9
demo view
2021-02-07 16:16:24 +07:00
Holger Brunn 516a5f7fac delete unused code, move files to standard locations
support color_field attribute

update manifest

higher version number bump

typo
2021-02-07 16:16:24 +07:00
Damien Crier 36dfb5fd49 [IMP] rename module to 'web_tree_dynamic_colored_field' 2021-02-07 16:16:24 +07:00
paidykumar 71f64602b6 [MIG] web_ir_actions_act_view_reload: Migration to 14.0 2021-02-06 17:11:42 +05:30
OCA-git-bot 879a726487 [UPD] README.rst 2021-02-06 17:09:49 +05:30
Alexey Pelykh 78ac45de52 [UPD] Brainbean Apps => CorporateHub 2021-02-06 17:09:49 +05:30
OCA-git-bot c095bd614e [UPD] README.rst 2021-02-06 17:09:49 +05:30
KENLYLST 11961df9fe web_ir_actions_act_view_reload: fix README (#1633)
Unresolved reference self and module odoo.api has no attribute multi
2021-02-06 17:09:49 +05:30
OCA-git-bot 90b6797010 [UPD] README.rst 2021-02-06 17:09:49 +05:30
OCA-git-bot 206f8a5af0 [UPD] README.rst 2021-02-06 17:09:49 +05:30
Jairo Llopis e6bc9110f4 [IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
2021-02-06 17:09:49 +05:30
OCA-git-bot 8f147b45ba [UPD] README.rst 2021-02-06 17:09:49 +05:30
oca-travis f6df3371d9 [UPD] Update web_ir_actions_act_view_reload.pot 2021-02-06 17:09:49 +05:30
Guewen Baconnier eee36e4293 Switch license in js file to be aligned with manifest
Ref: https://github.com/OCA/web/pull/1462#discussion_r359278706
2021-02-06 17:09:49 +05:30
Guewen Baconnier d78af3544c [MIG] web_ir_actions_act_view_reload: Migration to 13.0 2021-02-06 17:09:49 +05:30
Guewen Baconnier 30c9898a02 [IMP] web_ir_actions_act_view_reload: black, isort 2021-02-06 17:09:49 +05:30
OCA-git-bot acdfe6592e [UPD] README.rst 2021-02-06 17:09:49 +05:30
oca-travis e7f57ebec4 [UPD] Update web_ir_actions_act_view_reload.pot 2021-02-06 17:09:49 +05:30
Alexey Pelykh c7608f76f8 [MIG] web_ir_actions_act_view_reload: Migration to 12.0 2021-02-06 17:09:49 +05:30
Petar Najman 90d050636e Contribution: add module web_ir_actions_act_view_reload 2021-02-06 17:09:49 +05:30
OCA-git-bot 04237ca41a [UPD] README.rst 2021-02-04 08:49:29 +00:00
Jairo Llopis edbd7dbd3f
[IMP] web_dialog_size: add task to roadmap
It is important to let users decide their default dialog size. Some have ultrawide monitors and this module does more harm than benefit.

Here I add such task to roadmap, to avoid forgetting about it.

@Tecnativa
2021-02-04 08:49:11 +00:00
Francisco Ivan Anton Prieto 34d22da39c [MIG] web_company_color: Migration to 14.0 2021-01-21 20:04:09 +01:00
Francisco Ivan Anton Prieto 3307c59c12 [IMP] web_company_color: black, isort, prettier 2021-01-21 18:40:31 +01:00
Pedro M. Baeza a0912e8691 [FIX] web_company_color: Resilient tests
We need to disable the company unlinking test, as if not, when tested
in integrated environments, it fails as there are records linked to the
company, like the warehouse when `stock` module is installed.
2021-01-21 18:31:23 +01:00
Dennis Sluijk 8906be1259 Translated using Weblate (Dutch)
Currently translated at 100.0% (9 of 9 strings)

Translation: web-13.0/web-13.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_company_color/nl/
2021-01-21 18:31:23 +01:00
Dennis Sluijk 1b8d0de09c Added translation using Weblate (Dutch) 2021-01-21 18:31:23 +01:00
OCA-git-bot 2731b7347c [UPD] README.rst 2021-01-21 18:31:23 +01:00
OCA-git-bot 553075c7b3 [UPD] README.rst 2021-01-21 18:31:23 +01:00
黎伟杰 b1d306575e Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (9 of 9 strings)

Translation: web-13.0/web-13.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_company_color/zh_CN/
2021-01-21 18:31:23 +01:00
Alessandro Fiorino dbfb024ab9 Translated using Weblate (Italian)
Currently translated at 100.0% (9 of 9 strings)

Translation: web-13.0/web-13.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_company_color/it/
2021-01-21 18:31:23 +01:00
Alessandro Fiorino 90869c5734 Added translation using Weblate (Italian) 2021-01-21 18:31:23 +01:00